Application Development and Automation 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: 
Read only

Problem is MM06E005 User-exit

former_member295881
Contributor
0 Likes
893

Hello Folks,

I am trying to work with MM06E005 - Customer fields in purchasing document. So for this exit I am using a functional module EXIT_SAPMM06E_006. Now at this time I am just trying to view the data at the time of PO creation and hoping this FM will trigger. Then later I have to choose some fields which I will move into my customer table & save them. Now my problem is that this User-exit MM06E005 also has 2 include tables CI_EKKODB & CI_EKPODB (These are structures). Now my questions are as follows.

1. Why I have to implement these two tables (these are structures).

2. what data fields I have to add in these include tables

If somebody can answer these it will be great. Defiantly point will be awarded for the specific answer.

Thanks

Hello Folks,

I am trying to work with MM06E005 - Customer fields in purchasing document. So for this exit I am using a functional module EXIT_SAPMM06E_006. Now at this time I am just trying to view the data at the time of PO creation and hoping this FM will trigger. Then later I have to choose some fields which I will move into my customer table & save them. Now my problem is that this User-exit MM06E005 also has 2 include tables CI_EKKODB & CI_EKPODB (These are structures). Now my questions are as follows.

1. Why I have to implement these two tables (these are structures).

2. what data fields I have to add in these include tables

If somebody can answer these it will be great. Defiantly point will be awarded for the specific answer.

Thanks

2 REPLIES 2
Read only

Former Member
0 Likes
696

Hi,

There is no need for you to use/implement those structures.They have to be used if you want to extend or add some additional fields to the PO transaction. You can just use the exit EXIT_SAPMM06E_006 if it serves your purpose.

Thanks.

Read only

former_member295881
Contributor
0 Likes
696

Thanks a lot Sanath for yours replay. I'll love to just use the exit EXIT_SAPMM06E_006 but when I try to activate my project it sayu2019s the project contains inactive include tables:

CI_EKKODB

CI_EKPODB

This is the problem and Iu2019m not able to use my project.