cancel
Showing results for 
Search instead for 
Did you mean: 

Reason for POS transaction

0 Kudos

Hi Experts,

We maintain some reason codes for pos transactions in SAP CAR but those reason codes are not flowing in WPUBOn IDOc which are needed in ECC.

Accepted Solutions (0)

Answers (2)

Answers (2)

vikrant_mohite
Active Contributor

Hi,

By default those are not mapped to IDoc. But if you would like to have them on IDoc with minimal change I will suggest you to additionally create a customer extension segment on each line item by copying reason code from relevant line item reason code field. You may get this done before posting data in POS Workbench either in ABAP code before it hits POS Workbench or in your integration tool like SAP PI/PO.

This will by default map the customer extension segment of IDoc with customer extension segment value of line line item (e.g. reason code in your case)

scn.png

Thanks,

Vikrant.

Thanks Vikrant. It was really helpful

former_member335292
Contributor
0 Kudos

Hi,

You need to identify a way to transfer the reason codes which don't go out of POSDM automatically to ECC.Also you need to have the relevant configuration in place in ECC, to hold these reason codes.You can use WE60 transaction code, if no standard field suits(there are only 10 standard fields in WPUBON01 basic type), then you may have to pass it in custom extensions(E1WXX01 with relevant Field Group || Field Name || Field value)

Can you give some more details with few examples of these reason codes(Are they captured at the Transaction level or at the item level)

Thanks,

Aram.

0 Kudos

Thanks Aram.