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

Create transparent table via abap code..

Former Member
0 Likes
710

How to create transparent table dynamically via abap code or is it possible???

Thnks for your help..

Serkan

1 ACCEPTED SOLUTION
Read only

Pawan_Kesari
Active Contributor
0 Likes
590

Use FM DDIF_TABL_PUT

to get more information how to use it.. see FM documentation in SE37

How to create transparent table dynamically via abap code or is it possible???

Thnks for your help..

Serkan

3 REPLIES 3
Read only

Former Member
0 Likes
590

Yes, it is possible to create a transparent table using BDC.

Read only

0 Likes
590

it is also possible, but i just wonder is there any other solution ???

Read only

Pawan_Kesari
Active Contributor
0 Likes
591

Use FM DDIF_TABL_PUT

to get more information how to use it.. see FM documentation in SE37