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: 

New tab strip for PO header data

Former Member
0 Kudos

Hello,

for a customer project there is the need to add a new customer individual tab strip to PO and contract header data. Is there an User Exit or any other predefined way to do this in a most efficient way with minimum changes in SAP standard?

Regards

Norbert

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Norbert,

You can add th new custom tab to the PO and contract header data using the below mentioned Enhancement.


Enhancement        MM06E005
Short text         Customer fields in purchasing document

Create a project in the Tcode CMOD and assign the above mentioned enhancement.

Add new fields in include structure CI_EKKODB.

Design your screen for the new fields in SAPLXM06 0101.

Put your logic in the corresponding function module exit as provided in the enhancement.

Regards

Dillip

1 REPLY 1

Former Member
0 Kudos

Hi Norbert,

You can add th new custom tab to the PO and contract header data using the below mentioned Enhancement.


Enhancement        MM06E005
Short text         Customer fields in purchasing document

Create a project in the Tcode CMOD and assign the above mentioned enhancement.

Add new fields in include structure CI_EKKODB.

Design your screen for the new fields in SAPLXM06 0101.

Put your logic in the corresponding function module exit as provided in the enhancement.

Regards

Dillip