‎2007 May 15 9:58 AM
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
‎2007 May 15 10:47 AM
can't you use report RFBIBL00 with structure BWITH?
(look documentation with se38)
A.