cancel
Showing results for 
Search instead for 
Did you mean: 

SAP SCM changing user specific characteristic description in planning book

Former Member
0 Kudos


Hi Expert ,

I would like to implement solution where characteristic description is user based in planning book .for example

User 1 see description 'XXXX' while user2 see description 'YYYY' for the same 'Zproduct' in the planning book/ dataview .

I do understand there will be some customedevelopment involve here .

could you please help me to understand what is best way to get this implmented or may be some BADI / userexit who  can help me to get this done .

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos


Hi,

you can use BADI with /SAPAPO/SDP_INTERACT as definition name. Implementation should occur first.

Then you have to adjust method "TEXT_CHOOSE" :

   case iv_iobjnm.
    when 'xxx'.

      concatenate iv_chavlext iv_txtmd into cv_text

I hope this will help!

GUillaume

Former Member
0 Kudos

any response ?

Thanks