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

Creation of Database table using function module DB_CREATE_TABLE

Former Member
0 Likes
1,523

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

2 REPLIES 2
Read only

Former Member
0 Likes
836

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

Read only

0 Likes
836

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