cancel
Showing results for 
Search instead for 
Did you mean: 

how to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO?

Former Member
0 Kudos

Hi Experts

i have a reuirement where i have to add custom field in delivery address/performance location tab in SRM shopping cart and Ship to address Pop-up in SRM PO

i am doing below steps for this.

1. Adding custom field ZZfield in structure INCL_EEW_PD_PARTNER_CSF by  using  append structure.

2. Spro ->Supplier Relationship Management -> SRM Server -> Cross application basic settings -> Extensions and field controls (personalization) -> Configure field control ->Configure Control for Fields of Substructures

then click on  "Metadata for Fields of Substructures and Table-Like Enhancements"  

add the below entry

Bus. Object Set Type  : I am trying 7 and 29

Structure Field Name  : ZZfield

Bus. Object Type       : BUS2121/BUS2201

Set Level                    : Item

Field Visible :  Check box should be checked

Field Enable :  check box should be checked

Can anyone has the idea of this?

Thanks

Rohit

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Rohit,

do you have a solution for this issue, I have the same requirement.

Pls advise.

Kind Regards

Alex

Former Member
0 Kudos

Doing above steps, I am not getting custom field in PO/SC.

Former Member
0 Kudos

Hello Rohit,

Try to add the field in structure INCL_EEW_PD_ITEM_CSF .

regards,

Neelima

Former Member
0 Kudos

Hello Neelima

I tried but it is not working. this structure will work only if we want the custom field in ITEM DATA tab.

Thanks

Rohit 

Former Member
0 Kudos

Hi Rohit,

You are right.Adding the custom field in the structure INCL_EEW_PD_ITEM_CSF adds the field under the tab ITEM DATA.For your requirement,you would need to a webdynpro enhancement for the corresponding WD application.

Former Member
0 Kudos

Hi Deepti

I am new to SRM, could you please tell me which method to implement for enhancement?

Any reference link or piece of code would be highly appreciable....

Former Member
0 Kudos

Hi Rohit,

You need to enhance the web dybpro component /SAPSRM/WDC_UI_DO_SHIPTO ,view V_DODC_SHIPTO.

You can search the forum for web dynpro enhancements for example source code.

Former Member
0 Kudos

Hello Rohit,

Please create a enchancement for component  /SAPSRM/WDC_UI_DO_SHIPTO.

Add new input field and label in view V_DODC_SHIPTO.

Bind the input field value with field ZZfield from structure  /SAPSRM/WDC_UI_DO_SHIPTO in the context node SHIP_TO .

Regards,

Neelima