Skip to Content
0
Former Member
Jun 24, 2009 at 02:45 PM

Run Time Error

41 Views

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