ā2014 Aug 06 9:03 AM
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
ā2014 Aug 11 5:52 AM
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.
Thanks
-Learner