cancel
Showing results for 
Search instead for 
Did you mean: 

Shopping cart Print Form

Former Member
0 Kudos

Hi Gurus,

We just recently implemented SRM 7.0 classic scenario and no changes were made on shopping cart print form provided by SAP.

We are exploring on the possibility of inputting additional details to be displayed during print out of shopping cart.

Is there any BADI we can use and smartforms for the changes. Please advice.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Gurus,

I have analyzed the reported issue. Could you please implement the

BADI BBP_CHANGE_SF_SC and set the custom smartform you require to use

in the BADI. Once you set the Z smartform name in the BADI the same will

be used by the system for output.

I hope this helps you.

Kind Regards,

Edel.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Will this BADI and the smartform be applicable to object type BUS2121. We are currently using smartforms BBP_SC.

Thanks.

Former Member
0 Kudos

Hello,

Yes the above badi mentioned by Edel applicable for SHC.

Please find below code to put in this badi:-

IF iv_bus = /sapsrm/if_pdo_obj_types_c=>gc_pdo_shop."BUS2121

smartform = Z_new_SC_form.

ENDIF.

Regards,

Neelima