cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

order Code

Former Member
0 Likes
653

Hi all,

I need to find order code. i can find order type in AUFK table.can you help me to find order code field.

Thanks,

Anand.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Likes

Hi,

Can you give the exact description of the field name. Anyway use the below standard practise to find the field names for the descriptions.

1. Go to the transaction code SE84.

2. ABAP Dictionary ---> Basic Objects --->then click on 'Data elements'. This will take you to a report selection screen for finding data elements.

3. Then execute this report by giving the description ( of the filed) in the 'Short description' field. Always give '*' before the description. Also try using the both Big and small letters for the initial letter on the description.

Former Member
0 Likes

Do you mean the order status?

That is in the JEST table. It is linked to the order by AUFK-OBJNR.

To get the text for the status link JEST-STATU to the tj02t table.