cancel
Showing results for 
Search instead for 
Did you mean: 

RRP/3 depreq element modification

Former Member
0 Kudos

Hello,

In standard sap in RRP/3 view we get order number displayed against DepReq element, my requirement is to view the product number instead of order number for that DepReq. is this possible? how to get it done.

Accepted Solutions (1)

Accepted Solutions (1)

thanga_prakash
Active Contributor
0 Kudos

Hello Nilesh,

It can't be achieved by some settings.

It can be achieved by implementing the BADI "/SAPAPO/RRP_IO_COL".

In the badi you can enhance the elements view by doing ABAP code inside the method RRP_USEX_COLS_FILL_01.

Regards,

Tp

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Nilesh,

This note describe how to implement the BAdI /SAPAPO/RRP_IO_COL: 417776 - Product view: BAdI for column control/new columns.

Thanks.

Regards, Marius