Application Development 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: 

Adding new field to Customer master sales data area sales tab

Former Member
0 Kudos

Hello everyone,

I am new to module pool so seeking some help from experts here.

I have a requirement were in I have to add a new field to the customer master (VB02) sales area data sales tab.

I found that there is no screen exit.Is there any other way of doing it?

could you please provide me with a step by step procedure of doing it.

With Regards,

Karishma.

2 REPLIES 2

Former Member
0 Kudos

Hi,

How did you look for screen exit? Have you also tried it in BADI? 'Coz normally, adding custom fields to a standard screen has to be implemented in exits.

I haven't worked with VB* screens yet so I can not give you a some possible exits. But you can do some debugging. I think there's an available code in the net that searches for exits/screen exit (ask Mr.Google). You can also ask him how to search BADI in debugging mode. I remember it's TCode SE24 then look for cl_exithandler class, get_instance method. Then look for exit_name variable.

Hope this helps.

0 Kudos

hello,

Actually is VD02 Tcode not VB02 typing mistake

I am succesfull at adding custome tab but i want that custome tab to be sales area specific means on the initial screen if i dnt enter any sales area specific details it goes into general tab and i dnt want to diaply my custom pushbutton when it si in general data i want it to get displayed on when its is sales area speacific.

Could you please let me now how to hide this baed on the condition using BADI customer_add_data and customer_add_data_cs