2019 Aug 06 1:45 PM
Hello Experts. I'd like to create a Z table with document information like DOKAR,DOKNR, DOKVR and DOKTL.
The problem I have is that DOKTL is a table.
How can I include it on my Z table?
Hello Experts. I'd like to create a Z table with document information like DOKAR,DOKNR, DOKVR and DOKTL.
The problem I have is that DOKTL is a table.
How can I include it on my Z table?
2019 Aug 06 1:51 PM
2019 Aug 06 1:58 PM
You will have to create a table with fields
DOKAR
DOKNR
DOKVR
DOKU_ID
DOKU_OBJ
DOKU_LANGU
DOKU_TYP
DOKVERS
DOKU_LINE
DOK_FORMAT
DOK_TEXT
but it is not logic, for me you need 2 tables DOKAR / DOKNR / DOKVR / DOKU_ID ..
and the equivalent to DOKTL
and maybe a view for to have all the informations in one place
2019 Aug 06 3:15 PM
include structure?
not shure if this works for a cluster table
2019 Aug 06 8:50 PM
2019 Aug 07 6:49 AM
the request is to create a table, not a structure, the problem is not the same
2019 Aug 06 6:20 PM
Probably you think that the 4 columns you mention have data elements with the same names. If you look at the transparent table DRAW, you'll see that it's true for the first 3 columns, but the column DOKTL refers to the data element DOKTL_D (DOKTL being a table, and not related at all to table DRAW and DOKTL column by the way).
2019 Aug 07 6:56 AM
Hi,
sorry for the short form - to create a table definition you can include existing "structures" within the definition of the table - besides this is part of BC430 training