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

CAUFVD extraction

Former Member
0 Likes
1,511

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

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

Former Member
0 Likes

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.

Former Member
0 Likes

Thanks for your quickly response, do you think a PP Functional can give me this table info or should be an ABAP programmer?

Former Member
0 Likes

The PP functional should know it, the ABAP programer should know how to find it, ask both.