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

Statements for Table VBAP could not be executed

Former Member
0 Likes
2,340

Hi Experts

I had created a append structure ZVBAP and deleted due to error occurred in structure activation saying "Inconsistency in table VBAP".

So I have created new structure ZADD and trying to add fields and activate, but i got same error, when i adjust in SE14, I am getting the following error,

        MAXEXTENTS UNLIMITED

        PCTINCREASE 0000

        FREELISTS 001)

   ORA-00955: name is already used by an existing object

   DDL time(___3): ........12 milliseconds

   The SQL statement was not executed

   Statements for Table VBAP could not be executed

   Request for VBAP could not be executed

Plelase anyone help me on this issue.

Regards

Rajaram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,493

Hi All

Please anyone help me why the error is coming.

Thanks in advance.

Regards

Rajaram

Hi Experts

I had created a append structure ZVBAP and deleted due to error occurred in structure activation saying "Inconsistency in table VBAP".

So I have created new structure ZADD and trying to add fields and activate, but i got same error, when i adjust in SE14, I am getting the following error,

        MAXEXTENTS UNLIMITED

        PCTINCREASE 0000

        FREELISTS 001)

   ORA-00955: name is already used by an existing object

   DDL time(___3): ........12 milliseconds

   The SQL statement was not executed

   Statements for Table VBAP could not be executed

   Request for VBAP could not be executed

Plelase anyone help me on this issue.

Regards

Rajaram

5 REPLIES 5
Read only

Former Member
0 Likes
1,494

Hi All

Please anyone help me why the error is coming.

Thanks in advance.

Regards

Rajaram

Read only

0 Likes
1,493

Hi,

Try deleting the append structures, activate using se14 and then recreate the append.

Regards.

Read only

0 Likes
1,493

I deleted the structure ZVBAP and created ZADD newly, it also gives the same error.

When i activate VBAP in se14, i am getting SQL statement not executed.

Read only

0 Likes
1,493

First, try to delete append, activate vbap from se14 without the append and then recreate the append.

Also,can you please post some more details regarding the message ?

Can you please some more details regarding the appends and the fields contained in them ?

Read only

0 Likes
1,493

i corrected the data type of the fields, now it working,

thanks everyone.