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

Need help creating a function in SE37....

Former Member
0 Likes
808

I am trying to use SE37 to create a function on a remote

SAP system that I will be calling as a BAPI/RFC from XI.

I will be passing in from XI several params and values

that will be referenced in the function code.

I am not a very experienced ABAP programmer, so I'm

hoping that someone can direct me to a tutorial or link

or FAQ that will explain to me the uses for the tabs in

SE37 such as Import, Export, Changing, Tables, etc.

I already have the source code for the function to be

created, just don't know how to fill in the blanks.

Thanks ..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
736

Hi,

Check out this link.

http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm

regards

Chandra.

Note: Please reward if helpful.

4 REPLIES 4
Read only

Former Member
0 Likes
737

Hi,

Check out this link.

http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm

regards

Chandra.

Note: Please reward if helpful.

Read only

Former Member
0 Likes
736

Hi,

Check this link for standard sap help..

http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm

The only addition for RFC is in the attributes tab of the function module set the radio button "Remote enabled module"

Thanks,

Naren

Read only

former_member184495
Active Contributor
0 Likes
736

hi,

Import Tab : The Function Module accepts values from a program, screen etc...

Export Tab : The Function Module returns the values.

Tables Tab : Internal Tables are passed or received from the Function Modules as table parameters.

Exception Tab : The Function Module handles exceptions

Cheers,

Aditya.