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
753

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
633

Use FM DDIF_TABL_PUT

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

3 REPLIES 3
Read only

Former Member
0 Likes
633

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

Read only

0 Likes
633

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

Read only

Pawan_Kesari
Active Contributor
0 Likes
634

Use FM DDIF_TABL_PUT

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