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: 

Changing the description of customer data tab

Former Member
0 Kudos

There is a tab "customer data" in the PO which was created using user exit,Is it possible to change the description.

Thanks

Syed

5 REPLIES 5

Former Member
0 Kudos

Hi,

Go through the link, this gives some helpful info

Regards,

Dwaraka.S

Edited by: Dwarakanath Sankarayogi on Feb 11, 2009 8:51 AM

Edited by: Dwarakanath Sankarayogi on Feb 11, 2009 8:55 AM

Former Member
0 Kudos

Hi,

In ECC6.0 you can implement Enhancement option in form routine "USEREXIT_SAVE_DOCUMENT_PREPARE".

In Program MV45AFZZ Click on the Enhance button (Spiral symbol). Goto the menu path EDIT --> Enhancement Operations --> Show Implicit Enhancement Options.

Then keep the cursor on the comment (colour) line in form routine, right click Enhancement Implementation --> create and write your changes

In older version 4.6 or 4.7 version you require access key.

Try this .

This will solve your problem

Regards

Hareesh.

Former Member
0 Kudos

Hi Syed,

I suppose you are using Enhancmenent MM06E005.

But if your requirement is to add custom screen at PO header or PO Item then you can use BADI ME_GUI_PO_CUST. And for processing PO data you can use BADI ME_PROCESS_PO_CUST.

Using the BADI ME_GUI_PO_CUST you can handle the Custom Tab name and Position also. Please go through the BADI documentation for further details.

Hope this helps.

Regards,

Abhisek.

Former Member
0 Kudos

I myself could find the answer

0 Kudos

Hi ,

Can u help me also for the same.

Also I want to display this customer tab only for a particular order type.

can u please suggest.

Regards,

W Archana