Application Development 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: 

SAPLFWTD / LFWTDU04 / FI_WT_DISPLAY_XWITH

Former Member
0 Kudos
558

I am trying to update in a batch mode the withholding tax using the objects in this title. The program ends without updating the withholding tax. In LFWTDU04, Function FI_WT_DISPLAY_XWITH, if the sy-binpt = 'X', then screen 100 is called. I need for screen 110 to be called so I can updated the withholding tax code. What can I do or use to accomplish my update?

Thanks for cooperation,

Andy

1 ACCEPTED SOLUTION

Former Member
0 Kudos
225

Yes. This is a batch program using transaction FB02.

7 REPLIES 7

Former Member
0 Kudos
225

Is this part of a batch input program?

Rob

Former Member
0 Kudos
226

Yes. This is a batch program using transaction FB02.

0 Kudos
225

Call transactio or session?

Rob

0 Kudos
225

call transaction

0 Kudos
225

Look at the help for CALL TRANSACTION. You will see that there is an OPTIONS addition to this statement. Using this, you can set the NOBINPT to 'X'.

Rob

0 Kudos
225

Rob, GREAT job !!!!!!!!!!!!!!!!!!!!!!!!!!!!!

Thanks for your outstanding cooperation. Have a GREAT Thanksgiving.

Andy

0 Kudos
225

Have a GREAT Thanksgiving.

Already did. I'm in Canada

Rob