‎2009 May 20 10:30 AM
Dear All,
I created a Z table in se11.My requirement is when ever I create an entry in Z table then those records
should be updated in another table also.So I tried with Events in Table Maintainence generator (AFTER SAVE EVENT-02).But when i write any code in the include generated by the event I am getting a Error message
as "Statement Cannot Be Accessible".So can anyone please guide me how can i go ahead?
‎2009 May 20 10:35 AM
Hi Kishore,
I suppose FORM...ENDFORM are missing for your routine defined for events.
Please place your code in between FORM <form_routinename> and ENDFORM.
Thanks,
Vinay
‎2009 May 20 10:33 AM
Hi Kishore,
You can try creating a maintanace view for these two tables.
Regards,
Sai
‎2009 May 20 10:35 AM
Hi Kishore,
I suppose FORM...ENDFORM are missing for your routine defined for events.
Please place your code in between FORM <form_routinename> and ENDFORM.
Thanks,
Vinay
‎2009 May 20 11:34 AM
Dear,
you need to add FORM...ENDFORM in between that you need to write the code otherwise you will get the same error.
Cheers
fareed.
‎2009 May 20 12:17 PM
Hi
Generate the table maintainance for that particular table. u have must given screen number.
double click on the screen number.
Now go to the flow logic.
now write new module and double click on this. new include will be generated. now get the data from screen field and insert into another table you want to add.
Hope answer is helpfull
Thanks
Deepanker Dwivedi.