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 after implementing User Exit MM06E005(Adding Extra tab in ME21n)

Former Member
0 Likes
720

Hi all,

I added a new tab in ME21N using the Screen Exit MM06E005 , i added 4 fields ,

I appended the Zfields in the ekpo i used thode fields in the screen , the problem is data is not saving in the standard table

please can any one tell wat is the problem or send me the sample code to save the data.

Thanks,

Satishreddy

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
674

Hi,

Include your Z fields in the structure CI_EKPODB .....In the function module EXIT_SAPMM06E_018 ...pass your screen fields to ..

E_CI_EKPO-<> = EKPO_CI-<>.

Thanks,

Shailaja Ainala.

Hi all,

I added a new tab in ME21N using the Screen Exit MM06E005 , i added 4 fields ,

I appended the Zfields in the ekpo i used thode fields in the screen , the problem is data is not saving in the standard table

please can any one tell wat is the problem or send me the sample code to save the data.

Thanks,

Satishreddy

2 REPLIES 2
Read only

Former Member
0 Likes
675

Hi,

Include your Z fields in the structure CI_EKPODB .....In the function module EXIT_SAPMM06E_018 ...pass your screen fields to ..

E_CI_EKPO-<> = EKPO_CI-<>.

Thanks,

Shailaja Ainala.

Read only

0 Likes
674

Hi,

Thank u Very much, Problem Solved.

Regards,

Satishreddy.