cancel
Showing results for 
Search instead for 
Did you mean: 

I created a table function, but in amdp I am not able to create table using sqlscript to append data

0025409680
Newcomer
0 Kudos

In AMDP method, I have to append data from different internal tables. I am trying to use CREATE and INSERT statement.

CREATE TABLE TAB(bukrs VARCHAR(4),EBELN VARCHAR(10));

I am getting syntax error like TAB is unknown. ABAP objects and DDIC objects must be declared in using clause of method. Local name must starts with :

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Kudos
As I know, in AMDP you cannot create tables dynamically like you do in SQL. Did you check, if you can use table variables to store and manipulate data?

Accepted Solutions (0)

Answers (0)