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

ABAP2XLSX type ZEXCEL_T_SHARED_STRING

Tomas_Buryanek
Product and Topic Expert
Product and Topic Expert
0 Likes
645

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
Read only

Stefan-Schnell
Active Contributor
0 Likes
568

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
Read only

Stefan-Schnell
Active Contributor
0 Likes
569

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

Read only

0 Likes
568

Thank you 🙂

-- Tomas --