Skip to Content
0
Former Member
May 29, 2008 at 02:35 PM

reg. abap proxy class

35 Views

hi,

i have a requirement where i need to pull data from target sap system from XI and pass it back to XI.

Message interface has been created in XI. Now in the target SAP system, using SPROXY, i select the MI and choose "Create" menu option. i am asked a package name and prefix, i enter and then if i am right an implementing class is created with the prefix i gave, for e.g. zxxx_MI_ccc.

Now in the structure tab, i am able to see the interface name, the method execute_synchronous, importing, exporting and all the message types (MT).

Now where do I write the code which will select the data from sap tables and populate the exporting structures/tables ?

and my understanding is that this class will be automatically callled by XI and once the structures/tables are populated, the values will be pushed back to source system via XI and I need not do anything ! am i right ?

kindly guide.

thks