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

Function module to create data element

Former Member
0 Likes
2,087

Hello Experts,

I need to create a table with almost 300 fields i am trying BDC to do this, but do anybody know any function module to meet this requirement.

Thanks in advance.

bsapman

5 REPLIES 5
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
1,282

In se37 i found this DD_CREATE_TABLE. Explore it in detail .

Read only

Former Member
0 Likes
1,282

What do you want to do - create a data element or a table??

Rob

Read only

0 Likes
1,282

what i derived is, that he wants to create a table.

But with 300 fields, there are probably dataelements also to create so i guess he needs both

Read only

guillaume-hrc
Active Contributor
0 Likes
1,282

Hi,

Go have a look at the SAPLink plugin for DDIC, where FM 'DDIF_DTEL_PUT' is used.

Best regards,

Guillaume

Read only

Former Member
0 Likes
1,282

thanks experts.