SAP / fundamental-tools

Web applications with ABAP, done simple.
Apache License 2.0
70 stars 13 forks source link

abap-api-tools: Table and struct js initialisers use the same name #18

Closed bsrdjan closed 3 years ago

bsrdjan commented 3 years ago

Like CT_TABLE here:

// /COE/RBP_T_FE_RFM_TABLE_TYPE  
const CT_TABLE= [];

// prettier-ignore
const CT_TABLE= {
  COUNTER                          :    0, // INT4 (10) Natural number
  ZACCP                            :   "", // ACCP (6) No field text
  ZCHAR                            :   "", // CHAR (10) No field text
bsrdjan commented 3 years ago

Fixed _line suffix added for structures.