‎2010 Jan 19 5:57 PM
Hi experts,
I need set "Deliv. compl." flag as true .
set NOMOREGR='X' when call BAPI_GOODSMVT_CREATE
I want to read/write table rather than calling BAPI, but I don't know what's the table,what's the field.
who can tell me? How to find that?
I pressed "F1" key in the checkbox (Deliv. compl. flag), then I clicked "Technical infomation", and I got "MEPO1313-ELIKZ", but it's a struct, not a table.
Many thanks.
‎2010 Jan 19 6:02 PM
Might be EKKO or EKPO? Purchasing documents? Not sure what you're trying to flag completed.
‎2010 Jan 19 6:02 PM
Might be EKKO or EKPO? Purchasing documents? Not sure what you're trying to flag completed.
‎2010 Jan 19 6:20 PM
Thanks for David's help
it's for Purchase order.
Can you tell me how to know the table name if I only get struct name by F1 key?
‎2010 Jan 19 6:31 PM
the field name is ELIKZ, check table EKPO
Using bapi BAPI_PO_CHANGE you can mark the delivery completed indicator .
‎2010 Jan 19 9:17 PM
I happened to recall something about MEPO from way back when.... and the "EPO" suggested EKPO and EKKO to me...
However, I utilize WHERE-USED function a lot. For instance, in this case, one might go into SE11, enter ELIKZ into the data type field, and select WHERE-USED. This takes a bit of research since field ELIKZ is used often as completion indicator, LOEKZ as deletion indicator, etc.
Best wishes,
Dave