on ‎2008 Feb 14 3:39 PM
Hello experts,
I need to include the Status of a Production Order into an ODS or Cube, but this data is contained in CAUFVD structure, does someone has extracted data from this structure? How can I do it? Do I need an ABAP rutine?
Thanks in advanced for your comments.
Request clarification before answering.
Status are stored in table JEST.
You may append your field to DataSource 0PM_ORDER_ATTR, 0PRODORDER_ATTR or even 0ORDER_ATTR and then in exit/BADI you fill them from JEST using AUFK-OBJNR to read table JEST.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yon can't extract data from structure because structures have no data. You have to look for the tables which "feed" that structure and extract data from them.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.