cancel
Showing results for 
Search instead for 
Did you mean: 

Updating custom field description PO header screen

0 Kudos

Hi Mates,

I have a custom tab in ME22N / ME23N where I have all custom fields. I used badi ME_PROCESS_PO_CUST to update values of custom fields, same is working fine. problem is there are some custom fields which need to display description of the fields as well. I have taken I/O field in screen for those fields.

In the code I am passing values to screen elements for descriptions, but once I come out of method those values are clearing off and descriptions not appearing  in ME22N.

I tried EXIT_SAPMM06E_006 and EXIT_SAPMM07. but not worked. problem is description custom fields are not added in EKKO table. user accepting to do some programming at screen level to display them.

Please give your inputs how to solve the same.

Regards,

Saida Reddy.

View Entire Topic
former_member184569
Active Contributor
0 Kudos

Can you try EXIT_SAPMM06E_016 to display customer fields on screen.


Note: The exits used for customer fields at item level are the following ones.

EXIT_SAPMM06E_016 (Export Data to Customer Sub screen for PO) 

EXIT_SAPMM06E_018 (Import Data from Customer Sub screen for PO)


(Assuming you have already made the screen changes through screen painter to add custom fields)