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

validate entries in ztable using table maintenance

Former Member
0 Likes
775

hello gurus,

i have the following fields in a ztable

MANDT, UOFM, MATNR, ZZTAX, ZZNOTAX, ZZFIXED, ZZRATE

I have created a function group and maintained sm30...

In SE80 i want to write the code to validate the fields as per the logic

1.Unit of Measure, material, and ONE only tax status, and ONE only fixed or rate based has to be entered.

2.DO not allow no UofM or no Material or No tax status, or no material type (Fixed fee or rate based)

3.Do not allow to choose taxable and non taxable

4.Do not allow to choose fixed fee and rate based.

Please help ...

hello gurus,

i have the following fields in a ztable

MANDT, UOFM, MATNR, ZZTAX, ZZNOTAX, ZZFIXED, ZZRATE

I have created a function group and maintained sm30...

In SE80 i want to write the code to validate the fields as per the logic

1.Unit of Measure, material, and ONE only tax status, and ONE only fixed or rate based has to be entered.

2.DO not allow no UofM or no Material or No tax status, or no material type (Fixed fee or rate based)

3.Do not allow to choose taxable and non taxable

4.Do not allow to choose fixed fee and rate based.

Please help ...

5 REPLIES 5
Read only

former_member156446
Active Contributor
0 Likes
670

you need to search in SCN for [Events in table maintenance generator|http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc&overridelayout=true]

Read only

Former Member
0 Likes
670

Hi Friend ,

Our friend gave you the table maintainance generator event cookbook

Here is the another solved SDN LINK for the same your Query with sample event code also

[;

Regards

Read only

Former Member
0 Likes
670

This message was moderated.

Read only

huseyindereli
Active Contributor
0 Likes
670

Hi ,

The best way is coding inside the event blocks. Simply name of the event tells you which process it belongs. However Just Click F1 and F9. Double click screen number. Edit generated program as you like (it's not a repair). Maybe you can add another module to check your requirements.

Read only

Former Member
0 Likes
670

thanks solved