Application Development 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: 

Retrieve steus (control key)

Former Member
0 Kudos

How can I retrieve steus or the control key using order?

The structure that holds the control key is AFVGD-STEUS and I can't find a link to AFRU-AUFNR.

5 REPLIES 5

Former Member
0 Kudos

I've search the where to used list regarding the field steus but I found nothing that will connect it to the table afru.

Need your help guys.

Former Member
0 Kudos

go to structure AFVGD.

and select the filed STEUS .

Check the corresponding dataelement.

and then use the whre used list option for that data element.

it shows all the tables. then u can find the table which is linked to the AFRU table.

Maybe it will help you.

- Selvapandian Arunachalam

0 Kudos

That's what I did. And I can't find anything that will link to the table AFRU.

0 Kudos

How u r filling the structure? If FM is used for this purpose then check the source code of this FM.

is it releted to which transaction?

if you know the transaction goto SE48 and give the transaction code.

and run...and u find the what are the tables are used in this transaction.

otherwise that field is derived from another filed.

-

0 Kudos

Hi Adrian,

Use the fields AUFPL and APLZL of structure AFVGD to find the ARBID in tabel AFVC. With this field you can access table AFRU (an index exists on ARBID).

Regards,

John.