2015 Apr 10 5:11 PM
Hello SAP experts
I need some guidence. I am new to SAP ABAP. We have requirement to add RFID-EXIT-FORMAT29 for our Mexico VAT tax requirement. We need this functional module. I checked with help of SE37 and display this module we have this module available in system. but it is blank. like below
I have question that how should i proceed further regarding this requirement. please guide me accordingly
Thank you
Mona Gajjar
2015 Apr 10 6:35 PM
Hi Mona,
It is a customer exit FM used for VAT related calculations in mexico region.
You pass your input as File output - Format29.It will dynamically call the program RFIDMXFORMAT29 for filling the values.Once done it will generate file as ALV output - Format29.
Just go through the FM documentation attached along with the program.File structure format you can umake use of the fileds.
Regards,
Kannan
2015 Apr 13 2:14 PM
Hi Kannan
Thank you for your quick reply. I am not having any kind of ABAP experience as you said that i should select documentation link it is not giving me any kind of funictional requirement information. It is all about how this funactionality works. Parameters and exceptions that is blank and functional group. I really dont understand where should i look. I tried to double click on paramenters
1. I_TAB_File
it is asking me to create three things
a. Data element
b. STructure
c. table type
I am not sure how should i proceed. I understand that we need to map mexico tax VAT process. My requirement is to active standard report that is availalbe in systme. Name of that reports are as follow
1. RFIDMX29 : vENDOR MONTHLY REPORT
2. RFVATRTNMX: THIS report should submit to SAT and it is country standard report where i am seeing only 0.00 amount each period. if possible please guide me how should i work with requirement and design standard flow. If you have any kind of expericen with Mexico VAT or any other VAT requirement.
Thank you
Mona
2015 Apr 10 7:58 PM
In addition to what Kannan has already specified one quick point is I_TAB_FILE will produce an output in a flat file format and I_TAB_OUTPUT will produce an output in list format. You can choose based on your requirement.
Thanks,
Vikram.M
2015 Sep 15 3:11 PM