Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Reg:Table Maintainence Generator

former_member197425
Active Participant
0 Likes
599

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?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
569

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

4 REPLIES 4
Read only

Former Member
0 Likes
569

Hi Kishore,

You can try creating a maintanace view for these two tables.

Regards,

Sai

Read only

Former Member
0 Likes
570

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

Read only

Former Member
0 Likes
569

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.

Read only

Former Member
0 Likes
569

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.