Application Development 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: 

Data in Payload

Former Member
0 Kudos

Dear All

I have to retrieve a perticular value of a field (say MATNR) from an IDOC MATMAS to the user.

I know that this value is stored in the payload of the message. How can I retrieve this value

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Refer to transaction WE09 and its program. Implement the same logic that is used to search the data record.

regards,

Advait.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Refer to transaction WE09 and its program. Implement the same logic that is used to search the data record.

regards,

Advait.

0 Kudos

Thanks for the information

Can you tell me what is the name of the program associated with the transaction code?

How can I find the program associated with any transaction code?

0 Kudos

Hi Sourabh,

Its very easy to find the program name of a transaction.

When you are on any transaction, simply Goto System-->Status, the name of the program is in the Field 'Program'.

For WE09, the program name is RSEIDOC9.

regards,

Advait