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

STMS_Import error.

Former Member
0 Likes
1,203

hi guys,

While importing Transport request we get below error for Table dictionary objects.

<b>TABL Z_DBCENT was not activated

Check table Z_DBCENT

Entry in table TAORA missing

Entry in table TAORA missing

Error in code generation for creating table ZCKR0_DBCENT in the DB

Table ZCKR0_DBCENT (Statements could not be generated)

Error number in DD_DECIDE (73)

Value in field Data class (value YMP1 not permitted)</b>

How to cause for this error any idea.

Thanks

ambichan

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
843

Hi,

First try activating the table Z_DBCENT and then move the table.

Regards,

Sowmya.

4 REPLIES 4
Read only

Former Member
0 Likes
843

Hi Prince,

Activate the table Z_DBCENT first.

Before activation maintain the Technical settings of the table.There you have to give any Application class name that exists in <b>taora</b>table.For Appln tables you have to use App0/App1

Rgds,

Jothi.P

*Reward if helpful.

Read only

Former Member
0 Likes
844

Hi,

First try activating the table Z_DBCENT and then move the table.

Regards,

Sowmya.

Read only

0 Likes
843

Hi sowmya/juthi,

Thanks for your replies.

In table Z_DBCENT Data class maintained is "ZPM1". This is not present currently in TAORA table.

You mean to say this ZPM1 will be created automatically once we activate this table Z_DBCENT? Please confirm

Thanks

Ambichan.

Read only

0 Likes
843

Hi Prince,

No it won't be automatically created.Create an entry in table DDART manually.

Depending on the volume of data going to be stored in the table, u can select the Data class. If it small u can give APPL0 or APPL1 and Size categary = '0'.

Data class is basically meant for categorizing your data like master data or application data or customizing data.

Do you really want to create a dataclass ? In mostcases the foll data classes Appl0 Appl1 being used.

Rgds,

Jothi.P