on ‎2008 Apr 07 10:29 AM
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.
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 27 | |
| 14 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.