‎2010 Jul 29 10:11 AM
hello,
A table is created with Mview.
The values in table are generally populated from ABAP prgm using INSERT.
However, when i try to change the content of these lines using sm30, the system reset the value to original ( as soon as we press enter ).
No manual change to entries are reflected.
Kindly advice.
‎2010 Jul 29 10:15 AM
Hi,
Chek the code in the TMG.
Chek out the EVENTS use in code.
wheather the code has restricted for change entries.
Or else.
YOu can do one thing.
Open the screen in SE80 in change mode.
And in screen attributes click on each field and select chekbox of input as well as output.
Hope this will work.
Regards,
Pravin
‎2010 Jul 29 10:18 AM
Hi Anuradha,
Check the View in SM30 Display mode.
Check the Access in the Maintenance Status tab.
1. Access - Read /Change ?
2. Check If the Display/Maintenace Allowed
In SE11 --- > Utilities -
> Table Maintenace Generator
If the check is for Standard recording routine / No, or user, recording routine
‎2010 Jul 29 10:43 AM
The table if created new ( without adding values from abap program ) and if we can update values with no issues.
However as soon as the program which insert value is executed the table updation ( using SM30) starts failing.
Any idea if such abap insert statement changes the table behaviour?
To be specific:
there is an EXTRACt structure which has table values in MView Screen.
When We update value in table the PAI changes value in EXTRACT but as the PBO statement as
" LOOP at EXTRACT using control <cntl> cursor <>" . is executed, the value is EXTRACT changes back to originals.
P.S. SAP 4.6C version