Application Development 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: 

events in table maintenance generator

Former Member
0 Kudos

Hello All,

I have created a events in table maintenance generator. i am facing problem in coding. i need to do the coding "ON saving to database".

I have seen people using table "Total" and "Extract" for getting the table records. can anyone please guide me which table will be having the values which i can use and put validations on???

Thanks in advance.

Jai

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Jaideep,

loop at total and do the validations..

the total table will have all the records.. suppose you have 10 records in the view and you clicked on 'new entries' to create 2 entries then extract will have the 2 entries whereas total will have 12 records..

also when saving/deleting to/from databse total will be considered

Regards,

Vidya.

5 REPLIES 5

Former Member
0 Kudos

Hi,

Try with T-Code: SE13/14

regards,

Bhaskar

Former Member
0 Kudos

Hi Jaideep,

loop at total and do the validations..

the total table will have all the records.. suppose you have 10 records in the view and you clicked on 'new entries' to create 2 entries then extract will have the 2 entries whereas total will have 12 records..

also when saving/deleting to/from databse total will be considered

Regards,

Vidya.

0 Kudos

Hi Vidya

i have tried that but i am getting syntax error for total. I guess i am placing the code at wrong place...

i am putting in the top include in form where it is alowing me to keep code. i have seen in debug mode that value is coming in total.. but i donn know why it is giving syntax error at the place where i am writing code(when i am saving it and doing syntax check)..

please guide...

0 Kudos

Hi All

Any guesses????

0 Kudos

Hi Jaideep,

i didn't get the problem. after creating a new entry in the events list, when you save it you get an editor icon right? just click on that and write your code there.

what is the error thrown???

Regards,

Vidya.