2016 Feb 29 12:33 PM
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
2016 Feb 29 12:40 PM
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
2016 Feb 29 12:47 PM
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
2016 Feb 29 1:10 PM
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