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

ADDING NEW FIELDS IN me21n

Former Member
0 Likes
1,288

Hi Gurus,

m added 5 custom fields in PO header customer data.

for tht, include of EKKO added 5 fields.

m using enhancement MM06E005 for screen layout and updation,'

1) EXIT_SAPMM06E_007 (PAI) - Export data

2) EXIT_SAPMM06E_006 (PBO)

3) EXIT_SAPMM06E_008 Import data.

In screen layout added all the fields from dictionary.

Question:

Now i want to update data in EXIT_SAPMM06E_008 --> E_CI_EKKO-ZLEVR ,

BUT i cant able to assign values to this EXIT_SAPMM06E_008 enhancement.

throwing error EKKO is unknown.

please suggest me the flow. how to update data.

where to assign and initialise.

Thanks and Regards

Vinayak Sapkal

Hi Gurus,

m added 5 custom fields in PO header customer data.

for tht, include of EKKO added 5 fields.

m using enhancement MM06E005 for screen layout and updation,'

1) EXIT_SAPMM06E_007 (PAI) - Export data

2) EXIT_SAPMM06E_006 (PBO)

3) EXIT_SAPMM06E_008 Import data.

In screen layout added all the fields from dictionary.

Question:

Now i want to update data in EXIT_SAPMM06E_008 --> E_CI_EKKO-ZLEVR ,

BUT i cant able to assign values to this EXIT_SAPMM06E_008 enhancement.

throwing error EKKO is unknown.

please suggest me the flow. how to update data.

where to assign and initialise.

Thanks and Regards

Vinayak Sapkal

6 REPLIES 6
Read only

SujeetMishra
Active Contributor
0 Likes
1,013

Hello Vinayak,

Please check whether you have declared these in Import/export parameter?

Have a Nice Day.

Regards,

Sujeet

Read only

0 Likes
1,013

hi,

when ur trying for user wxuts,just whether there is visibilty of ekko within the user ext.u can try debugging from the exact point check all user exites avialble and check inside it.u try this one EXIT_SAPMM06E_012

Read only

0 Likes
1,013

Hi,

Read only

0 Likes
1,013

Hi,

m added import/export parameter, now its not throwing error. But value not fetch in importing exit.

Its showing null.

Thanks and Regards

Vinayak Sapkal

Read only

0 Likes
1,013

hi

There would be some reasons to show null .

CHeck your import parameter type and screen field type .. are they both same ?

If not try pass imported value to char and then pass it to screen field

Read only

0 Likes
1,013

Hi,

problem solved... m using global structure EKKO_CI and on screen all field name given like

EKKO_CI-zlevr,EKKO_CI-zmdsp....

there is no req. of Import n Export if using EKKO_CI structure...

Just pass this structure value in Import exit EXIT_SAPMM06E_008.

E_CI_EKKO is changing.so value will be save in EKKO table.

IF EKKO_CI-ZLEVR IS NOT INITIAL.

E_CI_EKKO-ZLEVR = EKKO_CI-ZLEVR.

ENDIF.

Thanks all you guys for your suggestions...

Thanks and Regards

Vinayak sapkal