Skip to Content
0
Former Member
Feb 07, 2008 at 05:37 PM

Proxy inbound message INPUT

152 Views

Hello.

i am new with ABAP proxy and only have some theoretical knowledge about ABAP object oriented programmering so:

i have been told to inplement code in a method of a generated proxy class to deal with material data sent to SAP from an external agent. i know what i have to do with the data, i mean, i am gonna update material master using a BAPI and i know that the data is in the INPUT parameter of the method, i can see the method where i have to write code, and i can see the structure of that INPUT and identify the fields i need, but, how can i reference the parameter in the method, its fields, how do i read that data?? surely is a very stupid cuestion once one knows about proxy and methods and so but by know...

Thanks a lot for any help.

Edited by: Javier Casillas on Feb 7, 2008 6:38 PM