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
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.