Application Development 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: 

Create transparent table via abap code..

Former Member
0 Kudos

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

Thnks for your help..

Serkan

1 ACCEPTED SOLUTION

Pawan_Kesari
Active Contributor
0 Kudos

Use FM DDIF_TABL_PUT

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

3 REPLIES 3

Former Member
0 Kudos

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

0 Kudos

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

Pawan_Kesari
Active Contributor
0 Kudos

Use FM DDIF_TABL_PUT

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