TYPES begin of types ty_itab include type BISEG xxxx type xxx xxxx type xxx End of types ty_itab I need to create the type with include structure after the additonal fields. TYPES begin of types ty_itab <fld1>
Solved: Hii I have a structure BISEG i need to declare an internal tabel with that structure BISEG + some additional fields i did like below please advise if this
SAP Managed Tags: ABAP Development Hi, Try like below, Inside method & in declaration, TYPES:BEGIN OF ty_chk, b TYPE mara, ( Give your struct/table name) c TYPE matnr, END OF ty_chk. DATA: lt_tbl TYPE TABLE OF ty_chk, lw_tbl TYPE ty_chk. lw_tbl-c = lw_tbl-b-matnr. Reg...
Byte Array to a Structure Byte array to excel workbook Byte array to string byte image convert to image , parameter is not valid error BYTE Swap Endianness byte[] Array to Hex String c # list to find the Mode and median C Sharp .NET 4.0 EMA and MACD Calculations Libraries c sharp repla...