cancel
Showing results for 
Search instead for 
Did you mean: 

how to get customer in Product view

Former Member
0 Kudos

HI all,

my requirement is to add column "Customer" in product view.

But my problem is I am not able to get the customer actually customer is coming on next screen when we press a green triangular button in product view.

Please let me know from where I should fetch the customer and added column in product view. I am using BADI /SAPAPO/RRP_IO_COL to add column in product view.

Thanks

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

hi all,

Please let me know in which table customer is maintained in APO??? I have to implement BADI to add column " Customer"  in product view ?

Thanks

Sachin

rajkj
Active Contributor
0 Kudos

Hi Sachin,

You need to use livecache functions to get the order GUID for instance /SAPAPO/OM_ORDER_GET_DATA. Pass this id to the table /SAPAPO/SD_DOC (considering your requirement is to display sold-to party information of a sales order in product view) to retrieve the value of field PKUNAG.

Thanks,
Rajesh