cancel
Showing results for 
Search instead for 
Did you mean: 

status field into order response

Former Member
0 Kudos

hello gurus,

We are creating a sales order with XI and get orderresponse. The order response Idoc contains all the data from a sales order except the fields Order status. In the screen VA03 --> Header Info --> Status we can see the delivery status fields, but it is not present in ORDRSP IDoc. The technical detail to the corresponding field data is VBSTT-LFSTA_BEZ. We just want to include this field in the order response IDoc or any other field for that matter. How can we achieve that.

Please help

FK

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try one of user-exits to fill the Idoc with specified value during the outbound processing. For your case EXIT_SAPLVEDC_002 should be the best.

Regards,

Radek

Answers (1)

Answers (1)

hemant_chahal
Contributor
0 Kudos

Yes you should use user exit for this.

And you have to include Z segment to pouplate the field.

Then Import the Structure again in XI and do the mappings.