cancel
Showing results for 
Search instead for 
Did you mean: 

Added column in product view but the output length is 30 only in USEXIT1 of BADI /SAPAPO/RRP_IO_COL

Former Member
0 Kudos

Hi all,

i have added the column material and its description in product view.

But now one issue is coming the material description is of length char60 but the length of USEXIT2 field in BADI is 30 char. So my material description is truncated to 30 chars and rest 30 character are not displaying in Product view ALV output.

What should i do to get full customer description of lenght 60 in output.

Thanks In Advance.

Sachin

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

can we add more than 3 column in product view ??

rajkj
Active Contributor
0 Kudos

Hi Sachin,

1. Field length increase - The data element /SAPAPO/RRP_USER_FIELD needs to be updated to change the current domain that restricts it's length by 30 characters. However, this is SAP reserved data field and I am not sure whether it's permitted. Probably, your ABAP expert can give you an advice.

2. As explained in the BAdI documentation, you can add as many columns as you want to product view's Elements, Pegging, and ATP tabs.

With the Business Add-In (BAdI) /SAPAPO/RRP_IO_COL you can modify the views of the order view (receipt view, requirements view, pegging structure, pegging overview tab page Elements, tab page ATP in the product view). You can:

  • Display up to three additional columns defined in the standard system
  • Display as many additional columns as you wish. You define these columns in the customer include CI_RRP_CUS_FIELDS.

Thanks,
Rajesh