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

Add custom fields for Cust Master (XD01) transaction under Control Data tab

Former Member
0 Likes
2,567

Need help in adding Custom fields for Customer Master (XD01/XD02/XD03) transactions under Control Data tab. I just want to add custom fields to existing Control data tab not to a new screen.

Any help is greatly appreciated.

Thanks

Ram

3 REPLIES 3
Read only

Former Member
0 Likes
1,027

Hi,

your requirement comes under screen exit. You need to goto -> system -> status and click ont he screen number 7000 and create a subscreen with your desired custom fields and then attach that to the screen 7000.

Read only

Former Member
0 Likes
1,027

Hi,

Check the link

Thanks & Regards,

Neela

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
1,027

Hello,

I've seen many queries in the forum related to the same requirement. The BAdI CUSTOMER_ADD_DATA_CS will add a new screen to XD02.

You can control where the custom screen will be associated to which area via the param E_HEADERSCREEN_LAYOUT of the method GET_TAXI_SCREEN.

BR,

Suhas