Application Development and Automation 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: 
Read only

How to access/read Structure-Structure-Structure-Table Type?

Former Member
0 Likes
403

How to access/read Structure-Structure-Structure-Table Type?

Structure: ZDAYS_INVOICES1

Component: DAYS_INVOICES

Component Type: ZDAYS_INVOICES

Structure: ZDAYS_INVOICES

Component: INVOICES

Component Type: ZINVOICE_DATA

Structure: ZINVOICE_DATA

Component: LINE_ITEM

Component Type: ZSTRING_TAB

Table Type: ZSTRING_TAB

Line Type

Predefined Type: 'X'

Data Type: String

If ZDAYSINVOICES1-DAYS_INVOICES-INVOICES-LINE_ITEM-ZSTRING_TAB results a syntax error "The data object "INPUT-DAYS_INVOICES-INVOICES" does not have a component called "LINE_ITEM-ZSTRING_TAB".

If ZDAYSINVOICES1-DAYS_INVOICES-INVOICES-LINE_ITEM results a syntax error ""INPUT-DAYS_INVOICES-INVOICES-LINE_ITEM" cannot be converted to a character-type field".

2 REPLIES 2
Read only

former_member156446
Active Contributor
0 Likes
351

ZDAYSINVOICES1-DAYS_INVOICES-ZINVOICE_DATA- INVOICES-ZINVOICE_DATA-LINE_ITEM-ZSTRING_TAB

I gues it need to be structure name- field for every structure..

award points if useful

Read only

0 Likes
351

Take of note of these:

If ZDAYSINVOICES1-DAYS_INVOICES-INVOICES-LINE_ITEM-ZSTRING_TAB it results a syntax error "The data object "INPUT-DAYS_INVOICES-INVOICES" does not have a component called "LINE_ITEM-ZSTRING_TAB"".

If ZDAYSINVOICES1-DAYS_INVOICES-INVOICES-LINE_ITEM it results a syntax error ""INPUT-DAYS_INVOICES-INVOICES-LINE_ITEM" cannot be converted to a character-type field".

*Have no idea how to fix it