cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
RaymondGiuseppi
Active Contributor
0 Likes

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