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

PP order

Former Member
0 Likes
747

Hi,

For a PP order (CAUFV-AUFNR), I want to find the date when the deletion flag is set for the order and date when the final deletion indicator is set.

Please tell me which table needs to be referred or how to get this information.

Thanks in advance,

Vishnu Priya.

4 REPLIES 4
Read only

mudit_kapoor
Product and Topic Expert
Product and Topic Expert
0 Likes
650

Hi Vishnu Priya,

Please have a look at the table AUFK. Here you can find the fields LOEKZ and STDAT. I think that this would be of help.

Regards,

Mudit Kapoor

Read only

0 Likes
650

Hi,

From field AUFK-LOEKZ, I would know whether deletion flag for the production order is set or not. I want the date when the deletion flag is set.

The status change field 'STDAT' is blank for the PP order, I am referring. I also want to know when the 'deletion indicator' (this is different from the deletion flag) is set.

Thanks for your responses.

Regards,

Lalitha

Read only

Sandeep_Panghal
Product and Topic Expert
Product and Topic Expert
0 Likes
650

Hi,

try this:

AFPO table , field XLOEK -- deletion flag at item level.

and u can fetch the same based on AUFNR.

Hope this helps.

Read only

Former Member
0 Likes
650

CHECK

AFPO-XLOEK

REGARDS

SHIBA DUTTA