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

Check Field Interval when I create a table

Former Member
0 Likes
431

Hi experts,

I have a transparent table : BUKRS , GLACCOUNT1, GLACCOUNT2. ( where glaccount1, where glaccount2 are using as intervals : from aglaccount1 to glaccount2)

S99 00001 000010

when I maintance the table, I want to check that when an user write 00001 in GLACCOUNT1 , this field has to be lower thant GLACCOUNT2, and opposite way.

How can i do ti?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
392

Please check the link.

There are some events of table maintence.

Here you can modify the table maintenance event before saving to verify the data.

http://help.sap.com/saphelp_47x200/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/content.htm

Regards,

Amarjit

Hi experts,

I have a transparent table : BUKRS , GLACCOUNT1, GLACCOUNT2. ( where glaccount1, where glaccount2 are using as intervals : from aglaccount1 to glaccount2)

S99 00001 000010

when I maintance the table, I want to check that when an user write 00001 in GLACCOUNT1 , this field has to be lower thant GLACCOUNT2, and opposite way.

How can i do ti?

1 REPLY 1
Read only

Former Member
0 Likes
393

Please check the link.

There are some events of table maintence.

Here you can modify the table maintenance event before saving to verify the data.

http://help.sap.com/saphelp_47x200/helpdata/en/91/ca9f0ba9d111d1a5690000e82deaaa/content.htm

Regards,

Amarjit