cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Add Item "With Free Description" in shopping cart

Former Member
0 Kudos
127

Hello Everyone,

We have the following requirement in SRM 7.0.

During creation of a Shopping cart, we use "Add Item with Free description" to add a new item

When we click "Add Item with Free description" a pop up appears, and in this pop we needs to be updated with a new field called Supplier Product Number which is already available as a standard field in Item Data Tab of shopping cart when we click on Details button.

Requirement is that, customer wants to enter this Supplier Product Number in this pop up screen along with item details, rather than entering it at item data tab. Could anybody suggest me the steps how to achieve this and also once the Supplier Product Number is entered in the Add Item with free description Pop up screen, it need to be synced and should appear in Item Data tab of shopping cart.

Regards,

Venkat

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Jasson... for your valuable inputs

Regards,

Venkat

jason_boggans
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Venkat,

This would require modification of the guided application framework view V_SC_DOFC_I_DESCRIBE to add a new field to the Window, please then check the WD ABAP Documentaiton for details on mapping this new field name to the supplier part number in the shopping cart, I would suggest however to simply fill it in after the fact, the pop up is designed to provide the minimum amount of information required to create the shopping cart, as supplier part number is not a required field in SRM, it is not available in this view. See below for details of the modification point:

Application: /SAPSRM/WDA_L_FPM_GAF

Web Dynpro Component: /SAPSRM/WDC_DODC_SC_I_DES

Window Information: IV_L_FPC_POPUP

View Information: V_SC_DOFC_I_DESCRIBE

Configuration ID: /SAPSRM/WDCC_SC_I_DES_WIZARD

Regards

Jason

Former Member
0 Kudos

Thanks Jasson... for your valuable inputs

Regards,

Venkat