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

how to validate table entries?

Former Member
0 Likes
1,646

i hav created a table.in my requirement they mentioned to validate table entries in se80.how to do that one?can anyone help in this?

i hav created a table.in my requirement they mentioned to validate table entries in se80.how to do that one?can anyone help in this?

12 REPLIES 12
Read only

Former Member
0 Likes
1,494

Hi,

What do you mean by validating? Does that mean that you want to validate the data while creating the data in the table?

if yes then you need to create a table maintenance view and create events for the table maintenance view to put your validation. This events gets triggered each time an entry is created. I hope this helps.

Cheers

VJ

Read only

0 Likes
1,494

hi,how to create table maintainance view?

Read only

0 Likes
1,494

goto se11 and eneter the table name and then create UTILITIES --> TABLE MAINTENANCE GENERATOR

Cheers

VJ

Read only

Former Member
0 Likes
1,494

You do the validation in se80 in PAI event

i.e. within the LOOP; ENDLOOP for the table within the PAI.

Try this,this will work out.

thanks

Reward if useful

Richa

Edited by: Richa Khosla on Jun 2, 2008 1:42 PM

Read only

Former Member
0 Likes
1,494

Create table maintenance generator.

If already exists, check the Function Group Name mentioned over there.

Go to SE80 and modify that Function Group

Read only

0 Likes
1,494

how to modify that function group and where to write code?

Read only

0 Likes
1,494

Open the function group in SE80.

Under the screen Node, you can see one or two screens.

check the layout of each screen.

and the screen which contains the table control, in that scree's PAI, you can write your code

Read only

Former Member
0 Likes
1,494

i hav created table maintainance and how to create events for that?

the link wich u hav sent is not opening for me.

Read only

0 Likes
1,494

do a search in google with this table maintenance generator + SAP

i guess the third or 4th link is the link which gives details of the events.

Read only

Former Member
0 Likes
1,494

while going to this path,it is showing a popup 'Function group ZCTF_ACCN_MAINT cannot be processed'?how to overcome this?

Read only

Former Member
0 Likes
1,494

Hi,

Search for 'sap+table events' in google then click on first link in the coming screen.

Rgds,

Bujji