on 2012 Feb 23 7:16 AM
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
Request clarification before answering.
Thanks Jasson... for your valuable inputs
Regards,
Venkat
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.