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: 

add a new tab in transaction ME51N

Former Member
0 Kudos

Hi,

Will it be possible to add a new tab in the header part of transaction ME51N? IF possible, how can I add a new tab?

Will reward points.

Thanks,

Lalyn

1 ACCEPTED SOLUTION

Former Member
0 Kudos

hi,

1.Precise steps for EEWB :

2.Adding New tab in TCODE

Fields on the additional tab will go under the table

CRMD_CUSTOMER_H(if you are adding the tab at header

level) and CRMD_CUSTOMER_I(if you are adding the tab at

item level).

3.Check for the BAdi for implementing the Tab.

The BADI is ME_PROCESS_REQ_CUST

Regards,

Shiva Kumar

5 REPLIES 5

Former Member
0 Kudos

hi,

1.Precise steps for EEWB :

2.Adding New tab in TCODE

Fields on the additional tab will go under the table

CRMD_CUSTOMER_H(if you are adding the tab at header

level) and CRMD_CUSTOMER_I(if you are adding the tab at

item level).

3.Check for the BAdi for implementing the Tab.

The BADI is ME_PROCESS_REQ_CUST

Regards,

Shiva Kumar

Former Member
0 Kudos

Hi Lalyn Santos ,

Check the customer enhancement "MEREQ001"

I hope its suits your requirement.

Thanks,

Surya Pydikondala

Former Member
0 Kudos

Hi,

Please check out Enhancemant MEREQ001 (ME51N). You can add a subscreen at item level.

Try BADI MD_PURREQ_CHANGE

Regards

Kiran Sure

Former Member
0 Kudos

HI Shiva Kumar,

What is EEWB? And how does this work to add a new tab?

Thanks,

Lalyn

0 Kudos

Hi,

Steps are as follows :

1. Goto the transaction EEWC for setting the system type as development system. This has to be done before you carry out the enhancement.

2. Goto the tcode EEWB and create a project.

3. Create an enhancement under the project.

4. Right click on the enhancement and say start wizard.

5. Wizard will ask you to for the enhancement title, then it will ask you for the object type that you want to enhance.

6. Specify the fields that you want to add to the standard table.

7. Say finish.

EEWB will generate a screen for you and relevant structures automatically. You can write the validations in the screen as you do for the normal screen

Refer the following link:

http://help.sap.com/saphelp_crm50/helpdata/en/20/a4ffee7e0fcc4ebb7e5466d3903d38/frameset.htm

Also, have a look at the SAP Note 494966

Reward points

Shiva Kumar