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

Transparent table.

Former Member
0 Likes
425

Hi,

Can anyone explain me how to create a transparent table(z table) dynamically in the program.i.e., i want to create a transparent table through the program itself , with out using se11.

Thanks in advance.

regards,

Sriram.

3 REPLIES 3
Read only

varma_narayana
Active Contributor
0 Likes
397

Hi..

You need to use the Native SQL for this..

Syntax:

EXEC SQL.

Create Table ........... "As per the Database yor are using

ENDEXEC.

<b>REWARD IF HELPFUL</b>

Read only

Former Member
0 Likes
397

hi

good

Try to chekc fm like DD_TABL_CREATE or DD_TABL_*

thanks

mrutyun^

Read only

Former Member
0 Likes
397

Hi,

use fm like dd_table_create or write a bdc for the process

do recording for the process

vivekanand