Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

adding new field in XD01

Former Member
0 Likes
987

Hi,

what is the process to add new filed ( website) in screen 0900 of t-code XD01. if there is any user exits then please tell me the list of those. Or else if that is possible through screen exits then please give me steps for that.

Regards

Hi,

what is the process to add new filed ( website) in screen 0900 of t-code XD01. if there is any user exits then please tell me the list of those. Or else if that is possible through screen exits then please give me steps for that.

Regards

6 REPLIES 6
Read only

GauthamV
Active Contributor
0 Likes
934

hi,

check this.

[https://forums.sdn.sap.com/click.jspa?searchID=19524386&messageID=587130]

Read only

bpawanchand
Active Contributor
0 Likes
934

Check the below BADi's

CUSTOMER_ADDRSCR_CHG Change Address Screen in the Master Data Maintenance 
CUSTOMER_ADD_DATA_CS Additional Data at Customers (Subscreen Container 4000)

Read only

Former Member
0 Likes
934

Dear Chandrica,

Use user exit for the same.

Best Regards,

Flavya

Read only

tarangini_katta
Active Contributor
0 Likes
934

Hi,

First of all In XD01 transaction where you want to add the field.in which tab u want to add the field.

You can add the field in customer types.

Please tell where you want to add field exactly.

Thanks,

Read only

0 Likes
934

Hi,

I need to add the field "website" in screen 0900. i.e in contact person tab. when we double click on the record we get the " contact person details" screen . there in communication tab i need to add the "website" field.

Thanks.

Read only

0 Likes
934

For that i Created the BADI. But i Need the model of code for that.