‎2009 Jun 24 3:45 PM
Hi,
We have created a Custom Transaction ZSE16 which is like Transaction SE16.
This Transaction ZSE16 Calls a function Module ZRS_TABLE_LIST_CREATE which is like Function Module RS_TABLE_LIST_CREATE.
This Function Module RS_TABLE_LIST_CREATE is used by Transaction SE16 while displaying tables.
We have copied the same function module to ZRS_TABLE_LIST_CREATE to display tables as displayed by the TCODE SE16.
Now, We are Executing our programe or TCODE ZSE16 with Table "ZBW_BOMEQ".
we are getting a Runtime Error when this following line is executed in the programe.
SUBMIT (P_PNAME) VIA SELECTION-SCREEN AND RETURN.
This line is Calling the programe "/1BCDWB/DBZBW_BOMEQ"
This Error Comes in the line 2040 of the program "/1BCDWB/DBZBW_BOMEQ".
The Error Log Says: "The database view "ZBW_BOMEQ" is write-protected, so it cannot be changed."
But the same Table "ZBW_BOMEQ" works fine with the TCODE SE16.
Can any one help me in this issue.
Thanks and Regards,
Venki.
Edited by: Venky Naga on Jun 24, 2009 4:45 PM
Edited by: Venky Naga on Jun 24, 2009 4:50 PM
Edited by: Venky Naga on Jun 25, 2009 9:11 AM
‎2009 Jun 25 8:30 AM
hi,
maybe you must have kept a session which is using your table on. so try to close all the sessions and then simply execute your tcode.
Hope this will help you!!!
Thanks & regardsm
punit raval.
‎2009 Jun 26 9:45 AM
‎2009 Jun 26 11:29 AM
Hi,
Check in the view's 'maint. status' tab access is given as 'Read only'. If so change it to 'Read, change, delete, insert'.
Regards,
Soumya.
‎2009 Jun 29 8:10 AM
Hi friends,
Thank you very Much for solving this for me.
Thanks and Regards,
Venki.