Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while posting the parked document in ECC 6.0

Former Member
0 Likes
1,355

Hello ABAPers,

After upgrade from R/3 4.6c to ECC 6.0, when we try to post the parked documents ,It calls FM :POSTING_INTERFACE_DOCUMENT".

Inside it a call transaction is done using FBVB which throws error while posting for more than 4 withholding tax types.

Error : Field WITH_DIALG-WT_BASE(5) does not exist in the screen SAPLFWTD 0100.

On running BDC in foreground mode ,Error is happening when the withholding dialog opens and screen seems to be small to input all the tax codes i.e it shows only 4-5 rows and hence only 4 tax types passes to the screen and remaining is left out and error is thrown. This results in document not getting posted.

But in 4.6 c a bigger screen pops up and no error is thrwon.

We are not able to check FBVB directly, since it does'nt allow Direct call to this transaction.

We have checked lots of thread and notes ,But nothing seems to be relevant or helpful in our case.

Could you please help us in resolving this issue/ let us know if any configuration/ screen variant change is required?

Thanks!

Regards,

M M Jaffer.

8 REPLIES 8
Read only

former_member182371
Active Contributor
0 Likes
1,067

Hi,

have you tried using opt-defsize = 'X'. when doing CALL TRANSACTION ....OPTIONS FROM opt ....?

Best regards.

Read only

0 Likes
1,067

Hello,

We passed the same value DEFSIZE in debug mode, but it is not working.

Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,067

Is it standard or custom code?

Nabheet

Read only

0 Likes
1,067

Hello Nabheet ,

It is a standard code. We are calling the FM 'PRELIMINIARY_POSTING_POST_ALL' for posting the parked document. The FM calls internally another FM 'POSTING_INTERFACE_DOCUMENT'. This calls the transaction FBVB where we get the above error.

Thanks.

Read only

0 Likes
1,067

I will say search for SAP notes mentioning the above function module

Nabheet

Read only

0 Likes
1,067

@nabheet,

the FM is not yet released for customer usage by SAP. so SAP will say to search/use for a FM which is released

Read only

0 Likes
1,067

We have checked the same in SAP notes as well. But we did not get relevant notes. The main FM PRELIMINARY_POSTING_POST_ALL is used in our custom program in 4.6C. This is working fine in 4.6. We are getting error only when the system is upgraded to ECC 6.0.

Read only

0 Likes
1,067

Actually i did not know that..thanks for the info:)

Nabheet