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

database table contain error

Former Member
0 Likes
656

Hello expert,

Runtime Errors         DYNPRO_NOT_FOUND

Date and Time          29.02.2016 17:53:48

     Error in the ABAP Application Program

     The current ABAP program "/1BCDWB/DBZPURCHASE_O1" had to be te

      it has

     come across a statement that unfortunately cannot be executed.

firstly table is working fine but after i added one field MANDT TO THE TABLE AND ACTIVATED IT CONTANS FOLLOWING ERROR.

REGARDS,

SAM

3 REPLIES 3
Read only

Former Member
0 Likes
626

Hi Sam Patuil,

In which table you added field? Is it Z table or sap std table.

Open the tbale in SE 11 ..Use menu path Utilities..----------> Database Object---> database utility.. hEre click on ' Activate and adjust database' button .

Regards,

Pravin

Read only

Former Member
0 Likes
626

Hi,

Are you sure it is completely activated?

'mandt' is client field.Make sure you make it primary key(recommended) and declare it in starting rows.

Also be sure to run se14(database utility) to adjust your database according to the changes made.

Hope it helps

Read only

0 Likes
626

Hi,

Where are you exactly getting this short dump, if its when you are trying to access table maintenance generator then check its function group for the availability of the screen which is being accessed. May be its deleted. If its an issue with table maintenance generator caused due to addition of a new field, adjust it accordingly and re-try.

Regards,

Rohan