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

retrieve data from a maintenance view

Former Member
0 Likes
1,037

Hello,

I created a specefic table.

i want to add a check when deleting lines from a maintenance view.

How to retrieve selected data ?

thanks,

Meriem.

4 REPLIES 4
Read only

Former Member
0 Likes
979

Hi Meriem,

Can you clarify your requirement in detail?

Regards,

Sudeesh Soni

Read only

0 Likes
979

Hello Sudeesh,

I think i must use extract table and Field Symbol <XMARK>.

Can any body give an exemple.

thanks,

Meriem.

Read only

Former Member
0 Likes
979

Meriem,

You need to create an EVENT for delete thru table maintenance generator. The subroutine that you create will automatically have the data that is being deleted.

you can use this data to perform the checks you might need.

Once you get into table maintenance generator, use the menu path

ENVIRONMENT -> MODIFICATIONS -> EVENTS

Click on new entries

Create an event for either 03/04 based on your requirement.

Thanks,

Vikram.M

Read only

Former Member
0 Likes
979

Hello all,

thank you for your help.

Actually, i already created an event (03).

But, when selecting the lines that i want to delete data are not retrieved.

I want to do a check before deleting these lines.

So i need to create a condition concerning one field of the table.

when checking the data retrieved by debug, i noticed that it is not the data selected.

I hope that my requirement is clear now.

Meriem.