‎2006 Nov 03 3:44 PM
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 ..
‎2006 Nov 03 3:52 PM
Hi,
Check out this link.
http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm
regards
Chandra.
Note: Please reward if helpful.
‎2006 Nov 03 3:52 PM
Hi,
Check out this link.
http://help.sap.com/saphelp_47x200/helpdata/en/22/0425f2488911d189490000e829fbbd/frameset.htm
regards
Chandra.
Note: Please reward if helpful.
‎2006 Nov 03 3:54 PM
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
‎2006 Nov 03 3:54 PM
Hi Berkeley,
Please check this links perhaps they may help.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db98fc35c111d1829f0000e829fbfe/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/26/64f623fa8911d386e70000e82011b8/content.htm
http://help.sap.com/saphelp_nw04/helpdata/en/26/64f629fa8911d386e70000e82011b8/content.htm
Regards,
Ferry Lianto
‎2006 Nov 03 4:02 PM
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.