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: 

ABAP2XLSX type ZEXCEL_T_SHARED_STRING

Tomas_Buryanek
Active Contributor
0 Kudos

Hello,

I do not have SAPLINK right now and need to know definition of ZEXCEL_T_SHARED_STRING type in ABAP2XLSX please.

Especially definition of key.

-- Tomas --
1 ACCEPTED SOLUTION

stefan_schnell
Active Contributor
0 Kudos

Hello Tomas,

ZEXCEL_T_SHARED_STRING sorted table, primary key (Key Components, Non-Unique, Key Component STRING_VALUE) is line type

ZEXCEL_S_SHARED_STRING is structure

STRING_NOTypesINT4INT4
STRING_VALUETypesZEXCEL_CELL_VALUESTRING
STRING_TYPETypesZEXCEL_CELL_DATA_TYPESTRING

Cheers

Stefan

2 REPLIES 2

stefan_schnell
Active Contributor
0 Kudos

Hello Tomas,

ZEXCEL_T_SHARED_STRING sorted table, primary key (Key Components, Non-Unique, Key Component STRING_VALUE) is line type

ZEXCEL_S_SHARED_STRING is structure

STRING_NOTypesINT4INT4
STRING_VALUETypesZEXCEL_CELL_VALUESTRING
STRING_TYPETypesZEXCEL_CELL_DATA_TYPESTRING

Cheers

Stefan

0 Kudos

Thank you 🙂

-- Tomas --