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: 

Additional fields in EBAN and EKPO

Former Member
0 Kudos

Hello,

we have the requirement, to add some new fields in our purchasing process (i.e. in purchase requisition and purchase order). I want to add the additional fields in customer includes CI_EBANDB (for PR) and CI_EKPODB (for PO).

My question is: will SAP handle the transfer of the content of this additional fields from the PR item to the PO item automatically (e.g. via move-corresponding), when creating the PO from the PR (e.g. in ME58, ME59, ME21N, …), if we use the same fieldnames in CI_EBANDB and CI_EKPODB, or must I handle the transfer by myself?

If I have to handle it by myself, is there someone who already realized it, who can give me some informations, on her/his solution?

We're on SAP release ECC6.0.

Thanks in advance!

Best regards

Stephan

2 REPLIES 2

former_member182371
Active Contributor
0 Kudos

Hi,

maybe this oss Note can help:

Note 638849 - ME51N: User-defined fields are not transferred

Best regards.

Peranandam
Contributor
0 Kudos

Hi

how you are copied additional fields from PR to PO automatically using move-corresponding without wring manual code in user exit level. can you share your solution so that it will help to all the people