cancel
Showing results for 
Search instead for 
Did you mean: 

How TO Update Inbound IDOC....

Former Member
0 Kudos

Hi experts,

I have a requirement to update inbound ORDERS IDOC.

On receive of IDOC we need to check value for E1EDP01-PSTYV and change it .

Can we change values back to the IDOC?

Regards,

Akshay Jamgaonkar.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Akshay !

Do you need an IDOC-XI-IDOC scenario? Yes it is possible. You can change any value.

You need to import the IDOC type from R/3 in Integration Repository. Then create a message mapping object and interface mapping object to map the idoc type as source to the same idoc type as target. Inside the mapping you can map automatically all fields with same name (not just one by one) and then for the mapping of the PSTYV field, just do the conversion you need right there.

Regards,

Matias.

Answers (1)

Answers (1)

nisarkhan_n
Active Contributor
0 Kudos

can you give more inputs....

As i understand from your question...it looks you want to change the value and sent back to the IDOC (which reciver or sender)?

if it is receiver, write simple check in mapping which will do this.

Former Member
0 Kudos

hi,

I want to handle it in user exit for orders idoc.

Regards,

Akshay