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

Problem on BDC

Former Member
0 Likes
395

Dear All,

In my program, transaction F-22 (create customer invoice) is called thru BDC:

CALL TRANSACTION 'F-22' USING bdc_tab MODE 'E' UPDATE 'S'.

The related customer has withholding tax info entered in the customer master. Hence when calling F-22 thru BDC, a window pops up and let user to enter the withholding tax information (program SAPLFWTD screen 0100).

The problem is that on the withholding tax information window, after user clicked on the withholding tax code field and selected the tax code needed, the window will close and user cannot enter any withholding tax amount. The BDC will move on and finish the rest of the transaction successfully.

How to keep the withholding tax info window opens after user selected the withholding tax code?

NOTE: The withholding tax info window (SAPLFWTD 0100 called by function module FI_WT_DIALOG) is called after SAPMF05A 0303.

Best Regards,

Vincent Chan

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
299

can't you use report RFBIBL00 with structure BWITH?

(look documentation with se38)

A.