2009 Jan 23 7:10 AM
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
2009 Jan 23 7:21 AM
Hello Vinayak,
Please check whether you have declared these in Import/export parameter?
Have a Nice Day.
Regards,
Sujeet
2009 Jan 23 7:34 AM
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
2009 Jan 23 9:08 AM
2009 Jan 23 9:10 AM
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
2009 Jan 23 9:16 AM
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
2009 Jan 23 9:57 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |