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

read/write table rather than calling BAPI

Former Member
0 Likes
712

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.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

Might be EKKO or EKPO? Purchasing documents? Not sure what you're trying to flag completed.

4 REPLIES 4
Read only

Former Member
0 Likes
666

Might be EKKO or EKPO? Purchasing documents? Not sure what you're trying to flag completed.

Read only

0 Likes
665

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?

Read only

0 Likes
665

the field name is ELIKZ, check table EKPO

Using bapi BAPI_PO_CHANGE you can mark the delivery completed indicator .

Read only

0 Likes
665

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