‎2017 Aug 02 4:44 AM
how to write table, structure, and data element, in abap programing
‎2017 Aug 03 6:49 AM
To create tables, structures, data elements, in the DDIC, by program, use function modules DDIF_TABL_PUT (valid for both tables and structures) and DDIF_DTEL_PUT. Search the web for more information.
‎2017 Aug 02 6:23 AM
WRITE: 'table', 'structure', 'data element'.
But why do you want to do that?
‎2017 Aug 03 6:53 AM
‎2017 Aug 03 11:21 PM
'and data element'. 🙂 Perfectly accurate answer.
Hm, must be a moderator vacation season...
‎2017 Aug 04 9:54 AM
‎2017 Aug 02 7:18 AM
Hi Akshay,
You mean, how to create table, structure, data element using ABAP Programming? If my question is right you can't create those dictionary object through programming.
Using SAP Dictionary T-Code SE11 only you can create.
Regards,
~vky_veera
‎2017 Aug 02 7:33 AM
Vignesh,
SE11 creates all the DDIC objects using ABAP Programming.
K.Kiran.
‎2017 Aug 02 11:47 AM
Kiran,
Yeah you're correct. The question looks like he is new to ABAP. So I have answered in that way how he can understand.
~vky_veera
‎2017 Aug 03 6:49 AM
To create tables, structures, data elements, in the DDIC, by program, use function modules DDIF_TABL_PUT (valid for both tables and structures) and DDIF_DTEL_PUT. Search the web for more information.