Application Development and Automation 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: 
Read only

Data in Payload

Former Member
0 Likes
560

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
Read only

Former Member
0 Likes
508

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
Read only

Former Member
0 Likes
509

Hi,

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

regards,

Advait.

Read only

0 Likes
508

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?

Read only

0 Likes
508

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