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

XD01 Screen Exit

Former Member
0 Likes
900

Hi,

I want to add 2 fields(regarding bank details) in XD01 please some one tell me the Screen Exit name

That would be a great help full to me

Thanks,

GAL

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
864

Hi

There's no screen-exit there, u can create an your own tab, if you use a release greater or equal to 4.70

Max

Hi,

I want to add 2 fields(regarding bank details) in XD01 please some one tell me the Screen Exit name

That would be a great help full to me

Thanks,

GAL

5 REPLIES 5
Read only

Former Member
0 Likes
864

hi

check exit

SAPMF02D User exits: Customer master data

cheers

Read only

Former Member
0 Likes
865

Hi

There's no screen-exit there, u can create an your own tab, if you use a release greater or equal to 4.70

Max

Read only

Former Member
0 Likes
864

you can add them using the BADI

for activating the BADI , follow the path using SPRO

Logistics General --->

Business Partner -


>

Customer -


>

Control -


>

Adoption of Customer's own master data fields->

under this first 3 options are responsible for adding new fields

in the first step you need to create the fileter, and add the tab code..etc.

second

CUSTOMER_ADD_DATA

CUSTOMER_ADD_DATA_CS

for the above badi's you can see the implementations(examples)

Read only

0 Likes
864

For adding fileds in Customer master record ,

I went all fpllowing processes.

1) Created Screen Group

2) Assign Fun code to Screen Group

3) Activcated BADI:

Customer_ADD_DATa

Customer_ADD_DATa_CS

but how programe name is created and based on program name

i want to design customer fields under screen layout.

Thanks,

Asha

Read only

Former Member
0 Likes
864

Thanks