‎2007 Sep 07 5:56 AM
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.
‎2007 Sep 07 6:17 AM
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>
‎2007 Sep 07 8:56 AM
hi
good
Try to chekc fm like DD_TABL_CREATE or DD_TABL_*
thanks
mrutyun^
‎2007 Sep 07 12:46 PM
Hi,
use fm like dd_table_create or write a bdc for the process
do recording for the process
vivekanand