cancel
Showing results for 
Search instead for 
Did you mean: 

problem in proxy?

Former Member
0 Kudos

hi all,

i am generating INBOUND proxy and my structure in IR are..............datatype name:Empcards and message type:Empcards so my quetion is were will i get the data and how can i declare it .....i have to pass all records into work area and i want to use that work area so how to declare it can any one please help me.

my Inbound proxy created with extention ZHRT_ and Receiver side datatype : Empcards1010 message type::Empcards1010

note:usefull answer will be rewarded

regards,

kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Phani,

<i>my quetion is were will i get the data and how can i declare it</i> - you will generate inbound proxy for inbound msg interface of your scenario of IR........then in the generated class, you will have export parameters which will be nested structure containing your data type records...............then in the execute_async method of this class, you can handle your this data.......

Thanks,

Rajeev Gupta

Answers (0)