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

Enhanching driver program RFIDYYWT

Former Member
0 Likes
703

hi ,

I need to write a logic for a specfic country in the driver program 'RFIDYYWT' , when it calls the FM 'IDWT_DISPATCHER'

such that if the  a field in the internal table passed to the form is of a specfic country on then my logic should trigger otherwise not.

Im a newbie , so pls suggest me the workaround,

Thanks,

Faiz

1 REPLY 1
Read only

Mohamed_Mukhtar
Active Contributor
0 Likes
501

Hello Faizur,

Use BADI WTAXREPORT_MODIFY to change the data before passing to FM IDWT_DISPATCHER.

The below are the methods and you can choose method based on your requirement.

  • ENTER_ADDINFO_BEFORE_SELECTION   -  Enable the User to Enter Additional Selection Parameters
  • MODIFY_FIDOC_BEFORE_OUTPUT   - Change the Selected Accounting Document Line Items
  • MODIFY_DATA_BEFORE_OUTPUT -   Modify the WH Tax Data Before Output
  • ACTIVITIES_AFTER_OUTPUT -   Further Activities After Report Output
  • LDB_DYNAMIC_SELECTION  -  Consider dynamic Selections

Thanks

-Learner