‎2007 Jun 21 12:50 PM
BAPI step by step Using CATSDB table to folder
full point if useful
‎2007 Jun 21 12:59 PM
Hi,
Check below links
/people/r.eijpe/blog/2005/11/10/xml-dom-processing-in-abap-part-i--convert-an-abap-table-into-xml-file-using-sap-dom-approach
Look at the below link for example code
http://www.sap-img.com/abap/sample-xml-source-code-for-sap.htm.
Regards,
Padmam.
‎2007 Jun 21 1:15 PM
Hi,
"Steps for Creating a BAPI:
1) Create a Function Module in SE37 and assign it to an active Function Group.
(Check Remote Enable in attributes section)
2) Fill the Import (Input) Parameters for the RFC
3) Fill the Export (Output) Parameters
(BAPIRETURN IS MANDATORY)
4) Fill the Table parameters, if any
5) Write the functionality in the source code
6) Activate and Release the Function Module"
Thanks
Srinu
‎2007 Jun 27 11:13 AM