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

BAPI step by step Using CATSDB table full point if useful

Former Member
0 Likes
552

BAPI step by step Using CATSDB table to folder

full point if useful

3 REPLIES 3
Read only

Former Member
0 Likes
518

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.

Read only

Former Member
0 Likes
518

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

Read only

Former Member
0 Likes
518

sdfs