cancel
Showing results for 
Search instead for 
Did you mean: 

How to add a new field in Address details pop up in sales order

resmi_v
Participant
0 Kudos

Dear Experts,

I have a requirement to update the Address details in Sales order page.

In sales order page ,on click of Address Details link a popup opens to update the address of the customer account.In this page ,currently based on the Country selection State gets populated. We display state in the format of State-Region (Refer screenshot AddressPage1)

Same case on the Additional Fields popup also (Refer screenshot AddressPage2)

Now below is the new change from business.

  1. Remove the Region from the State dropdown .
  2. Add new dropdown with list of regions below State dropdown .The regions should be populated based on State dropdown selection.
  3. Add a new text field next to Region
  4. Do these splitting of State only for specific countries .

Please let me how can I achieve these .

Which is the business object and screens where I can edit.

Any help is highly appreciable.

Thanks,

Resmi

Accepted Solutions (0)

Answers (5)

Answers (5)

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello,

A production tenant does not show this information. 😞

Bye,
Horst

resmi_v
Participant
0 Kudos

Hi ,

In Dev tenant also ,it's not showing.

Thanks,

Resmi

former_member186648
Active Contributor
0 Kudos

Hi Resmi,

Did you try in Silverlight and HTML5
Thanks, Pradeep.

former_member186648
Active Contributor
0 Kudos

Hi Resmi,

Create Custom OVS and then add it to the standard screen via extensibility explorer:

https://archive.sap.com/discussions/thread/3924594
As mentioned by you, it should be SalesOrder Business Object.
you could also find the UI path: https://blogs.sap.com/2016/05/25/how-toknow-ui-path-configuration-explorer-path/

Thanks, Pradeep.
resmi_v
Participant
0 Kudos

Thanks Pradeep for sharing links.

I have checked the way to find the UI path ,but the help menu doesnt' have Technical information.Plesae check below screenshot.

former_member191213
Participant
0 Kudos

Hi Resmi ,

Pradeep reply is correct , even you can create the custom drop down using SDK Developement on the EC.

The requirement you have mentioned in your point 2. I guess its possibile. ( check 1 to N relations ship)

Try with SDK and post your challenges here for further analysis.

Thanks

Ashish Sharma

resmi_v
Participant

Thanks Ashish.

I will try and post the challenges if any.

former_member186648
Active Contributor
0 Kudos

Hi Resmi,

This is the standard codelist(State-Region) delivered by SAP, hence, i doubt if it is possible to change the behaviour.
If at all possible, it should be from Business Configuration settings.

Thanks, Pradeep.

resmi_v
Participant
0 Kudos

Thanks Pradeep for the comments.I will check if I can do it from business configuration.

But Is it possible to add new dropdown next to the State field as shown in the attachments.If Yes,which business object /UI Ineeds to be edited.

HorstSchaude
Product and Topic Expert
Product and Topic Expert

Hello Resmi,

If the QC support the resp. anchor for an Extension Field.

You may use the KeyUser Adaption mode or the XBO feature of PDI depending what you want to do with the field.

Bye,
Horst

resmi_v
Participant
0 Kudos

I have checked the below components.

/SAP_BYD_UI_FLEX/STABLE_ANCHORS/EmbeddingAnchor/427b754f8639485c9650f6f6ac77d21a.uianchor /SAP_BYD_APPLICATION_UI/Reuse/InvolvedParties/Party_Address_MD.MD.uicomponent /SAP_BYD_APPLICATION_UI/Reuse/Address/AddressMorePopup_MDF.MD.uicomponent

So, to add a new dropdown as per the requirement I need to edit /SAP_BYD_APPLICATION_UI/Reuse/Address/AddressMorePopup_MDF.MD.uicomponent.

But its readonly.I cannot edit .Please help by giving some steps.

HorstSchaude
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Resmi,

Of course you cannot edit a SAP entity. 🙂

You need to create a request via an incident for this.

HTH,
Horst

resmi_v
Participant
0 Kudos

I have raised an incident to SAP for the same.