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

Adding fields in Shopping Cart in EHP6 (Portal 7.3)

Former Member
0 Kudos
215

Hi all,

We are using ECC6.0 EHP6 and Enterprise Portal 7.3. We need to implement Self service Procurement(Purchasing) in ESS.

SRM is not available in ERP system.

Roles SAP_MM_SSP_ADMIN, SAP_MM_SSP_APPROVER, SAP_MM_SSP_EMPLOYEE are being assigned and the shopping cart is now opening in NWBC as well as Portal Purchasing area.

The requirement of the client is to add some standard and custom (Z fields) in Shopping cart with the current functionality.

Please suggest how can we achieve the same.

The Shop image of My Procurement is being attached:

Accepted Solutions (0)

Answers (1)

Answers (1)

laurent_burtaire
Active Contributor
0 Kudos

Hello,

on your screen-shot, only Plant (standard field) is added to the User Interface for Free-Text item.

1) create a structure append to UI structure /SRMERP/S_UI_SC_ESS_FTXT_ITM used by the /SRMERP/WDCC_SC_ESS_ADD_FITM Web Dynpro Component Configuration (you can check WDCC by right-clicking on the form).

2) make an enhancement of /SRMERP/WDCC_SC_ESS_ADD_FITM Web Dynpro Component Configuration in order to modify its form UIBB schema

3) enhance SC_ITM node element from Business Object /SRMERP/BO_SC through its extension include /SRMERP/INCL_EEW_SC_ITM.

4) regenerate Business Object /SRMERP/BO_SC through BOPF_GENERATE_CI transaction or directly in BOB transaction.

5) for field property, check this thread Customer field as mandatory in Shopping Cart (SSP in ECC6 EhP6)

You will have also to manage your new standard field displayed inside Shopping Cart itself (/SRMERP/WDCC_SC_ESS_DSP_FITM WDCC).

Ask yourself if you need to display new field also for material item (from catalog and/or from material master).

Regards.

Laurent.

Former Member
0 Kudos

Hi Laurent

Your reply is really helpful .

I wanted to know that how can i change a few properties of the field like :  F4 help (it has to be dynamic , hence domain search help wont work here ) or a dropdown (again dynamic ) .

Also when I am trying to enhance this WDCC : it asks for a request but this request is not visible in se01 .

Regards

vaibhav 

Former Member
0 Kudos

Hi Laurent .

I have successfully added the fields which are visible on portal under shopping cart.

But when we are entering the value in those fields it is not getting passed to Purchase Requisition .

For ex : we have added business area  and purchase group . When we click on order button in shopping cart , the PR gets generated in the R3 with error message . Enter business area and purchase group is missing.

Also , when I check the table /SRMERP/D_SC_ITM , the record is updated but the fields Of EKGRP () and GSBER () are blank .

Please suggest .

Regards

Vaibhav Juneja

laurent_burtaire
Active Contributor
0 Kudos

Hello,

if you display the standard fields (EKGRP and GSBER) in order to populate them, the transfer should be done.

So, you have to debug to know why values are not transferred.

Regards.

Laurent.