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

Create custom tab in XD02/XD03 transaction

manish_malakar0316
Active Participant
0 Kudos
516

Hi experts,

I need to add a custom tab in XD02/XD03 tcode .

A customer number is entered and F4 help is pressed.

manish_malakar0316_0-1747757932769.png

In the next pop up screen, a custom tab has to be entered right at the end.

manish_malakar0316_1-1747758003662.png

Can anyone help me with the interface and the method that I will need to implement this logic ?

Thanks!

7 REPLIES 7
Read only

Sandra_Rossi
Active Contributor
Read only

0 Kudos
432

How do I add the custom tab in the end ?

Read only

415

First, do it. You'll see that it's automatically added at the end of the search help you append.

Read only

0 Kudos
408

As Sandra wrote, it is a search help. Please read about it. There is plenty information online. You have to put in some work, but this is the right way to achieve your requirement.

Read only

377
  1. Read the old answers.
  2. Create a search help for your customer table (SE11).
  3. Append your search help to DEBI (this can be done in SPRO or SE11).
Read only

0 Kudos
235

Thanks !

Read only

0 Kudos
235

Thanks, it worked !