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

how to write table, structure, and data element, in abap programing

Former Member
0 Likes
3,397

how to write table, structure, and data element, in abap programing

1 ACCEPTED SOLUTION
Read only

Sandra_Rossi
Active Contributor
0 Likes
2,701

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.

8 REPLIES 8
Read only

retired_member
Product and Topic Expert
Product and Topic Expert
2,701

WRITE: 'table', 'structure', 'data element'.
But why do you want to do that?
Read only

0 Likes
2,701

HAHAHA it's the best hahahahahhaa

Read only

2,701

'and data element'. 🙂 Perfectly accurate answer.

Hm, must be a moderator vacation season...

Read only

0 Likes
2,701

I want to accept this answer so badly...

Read only

0 Likes
2,701

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

Read only

0 Likes
2,701

Vignesh,

SE11 creates all the DDIC objects using ABAP Programming.

K.Kiran.

Read only

0 Likes
2,701

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
2,702

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.