cancel
Showing results for 
Search instead for 
Did you mean: 

Customer field in purchase order

edvdm
Participant
0 Kudos
450

Hello!

Is there a user-exit where I can define a customer field in header of purchase orders?

Best regards

Markus

Accepted Solutions (0)

Answers (4)

Answers (4)

edvdm
Participant
0 Kudos

Thanks for your answers.

I used enhancement MM06E005 and include CI_EKKODB to implement my customer field. at Screen 101 now I can see my field but every input get lost when I press enter or I will save.

What must I do to save my input?

Best regards

Markus

tejyadav
Active Contributor
0 Kudos

Use T-code CMOD & SMOD, Exit MM06E005 - Customer fields in purchasing document

Former Member
0 Kudos

You can use enhancement MM06E005. And you can use required custom fields using the includes CI_EKKODB and CI_EKPODB. Screen: 0111 is used for adding custom fields.

kailas_ugale
Active Contributor
0 Kudos

Hi,

try following BADI

BADI ME_PROCESS_PO_CUST and ME_GUI_PO_CUST.

SAP Note 496083 - FAQ: Customer enhancements in purchasing

Regards

Kaials Ugale