cancel
Showing results for 
Search instead for 
Did you mean: 

Maintain items common data before creating SC

Former Member
0 Kudos

Hello,

I need to maintain data which will be transferred to all SC new items before creating the SC. This will avoid entering the same data on each item line.

Do you have an idea about how to proceed?

Is it possible to use the BADI BADI BBP_SC_MODIFY_UI?

Thanks,

Hazem.

Accepted Solutions (1)

Accepted Solutions (1)

ricardo_cavedini
Active Contributor
0 Kudos

Hello,

If you are using SRM 7.0 or higher, such badi will not help.

It is valid up to SRM 5.0.

As of SRM 7.0 you can use a webdynpro enhancement or something similar.

Regards,

Ricardo

Former Member
0 Kudos

Hello Ricardo,

Thanks for the answer. Do you know some link or some documentation to help me using webdynpro enhancement in order to do this?

Best regards,

Hazem.

Former Member
0 Kudos

Hello Ricardo,

In fact I think it's possible to use the BADI BBP_SC_MODIFY_UI with SRM 7.0. I implemeted the BADI and added the following code:

method IF_EX_BBP_SC_MODIFY_UI~SC_MODIFY_SCREEN.

   IS_SCR_ITMCHOICE-default_scr = 'X'.

endmethod.

Now when i open the browser to create a new SC i have the following link displayed:

This way, user is able to set default data that should be transferred for all items added to the SC.

Best regards,

Hazem.

Answers (0)