cancel
Showing results for 
Search instead for 
Did you mean: 

Document type

Former Member
0 Kudos

Hi,

I need to add a tab to PO header but need that only for particular document type and not for all, pls let me know how to supress the additional tab for fewer document types.

Thanks...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

i thnk it can be done........

u create a new documnet type, and for that document type, write a BADI.

Former Member
0 Kudos

This cannot be accomplished with standard configuration. To add tabs/fields, you need to implement the following:

Add new custom fields required in the extension structure CI_EKKODB and use BADI's ME_GUI_PO_CUST and ME_PROCESS_PO_CUST (here you can put the document type logic).

Former Member
0 Kudos

Hi,

We used a BADI "ME_PROCESS_PO_CUST" to add a tab at PO header level. We have a customized document type "Z". Could you please explain me in detail to assign the document type "Z" to the BADI. Do we need any addtional steps tobe followed by an abaper.

Thanks....

Former Member
0 Kudos

The tab will not dissapear. The only thing u can do is make the fields grey for the other document type. This you have to do through coding.

Regards

Sangeeta

Former Member
0 Kudos

Hi,

We have used an user exit instead a BAPI to add tab to PO. Is there any possibility to restrcit it to a particular document type?

Thanks....................