Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Structure in Z Table

0 Kudos

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?

7 REPLIES 7

FredericGirod
Active Contributor
0 Kudos

DOKTL is a table, not a structure

FredericGirod
Active Contributor
0 Kudos

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

RAF
Active Contributor
0 Kudos

include structure?

not shure if this works for a cluster table

@Robert Forster, I tried it and it works:

FredericGirod
Active Contributor
0 Kudos

the request is to create a table, not a structure, the problem is not the same

Sandra_Rossi
Active Contributor
0 Kudos

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

RAF
Active Contributor
0 Kudos

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