2010 Dec 09 3:59 PM
Hi,
How can I find if a table is modifiable or not. We ahev a scenario where we need to run a program in our production that will update a standard table but out production is a non modifiable client, so I was just wondering how can I find if I will be able to update that table in production or not.
Thank you
Raj
2010 Dec 09 4:03 PM
By what means you want to modify the DB table??
By codes it is any day possible to change the standard database table..
BR
Mishra
By what means you want to modify the DB table??
By codes it is any day possible to change the standard database table..
BR
Mishra
2010 Dec 09 4:03 PM
By what means you want to modify the DB table??
By codes it is any day possible to change the standard database table..
BR
Mishra
2010 Dec 09 4:11 PM
Hi Abhinab,
SAP has send us a program and that program is inserting some missing data in the standard table, and when you said that the code will do that ... so you meant that even if the system is set to be as non modifiable.
2010 Dec 09 4:15 PM
production systems are always non modifiable( For developers ), be it for any org...
I am quite sure that with code we can update databases.
for eg using
Insert
Modify
etc
By the way if SAP is giving support with a correction then why you manually want to update tables??
BR
Mishra
2010 Dec 09 4:17 PM
Direct table updates via ABAP programs do not check any system settings. That's why you need to be extra careful and never do this via your own programs.
Since SAP provided you the program, it sounds OK.
Thomas
2010 Dec 09 6:43 PM
As far as I know, a system set to "non-modifiable" means that you can not make any changes to the system (so programs, dictionary objects etc.). Changes to database table content is not affected by this -> With such changes, you are not changing the system, you are changing database content - so that should be possibe, as long this is allowed for the table (delivery class of the table I guess).
2012 Feb 28 9:50 AM
check this
http://wiki.sdn.sap.com/wiki/display/Community/ChangingTablevaluesonNon-modifiable+client.
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |