‎2009 May 25 5:27 AM
I used the function module DB_CREATE_TABLE to create a database table from a report program.
The SY-SUBRC value being returned is 0 but I am not able to access the table using SE11(that is if it gets created). Kindly let me know if you know how to resolve this problem.
Is there any other function module to create a database table from a report program?
Thanks & Regards,
Pranjali
‎2009 May 25 5:32 AM
Hello,
Check this programs how they are using the this FM.
LSDB3U14
LSDB6U04 DD: Creation of temporary tables (only keys or complete)
LSMC2F00 Procedures for Creating and Deleting Dependent Matchcode ID Objects
LSUGXU08
LSUGXU18 Rückgabe aller DB-spezifischen Parameter der Freiplatzprüfung im Upgra
RCNV0002 DD: Convert CDHDR and CDPOS
RDDMV4TB Generate Exchange TADIR
RDDMVCUA Generate Exchange TADIR
RDDMVFTX Repository Switch: Generate New Empty Clone Table DDFTX
RDDMVNTB Filling the Exchange Nametabs (DDYTT, DDYTF)
RDDMVTRE Generate Exchange TADIR
RSINFINI INFORMIX Performance Monitor: Additional DB Definitions for SAP R/3
RTXWCF1F Include LTXW4F01
‎2009 May 25 6:02 AM
I am getting SY-SUBRC=0 but when i entered the table name in SE11 it gave me an error 'table doesn't exist'.Where should i search for that newly created table other than SE11.
Thanks & Regards,
Pranjali