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

Validation Help

Former Member
0 Likes
683

Hello All,

I need to do a screen validation among fields Sold-to-party, Ship-to-party, Plant, material number, Storage location and sales organization..Is there any fmodule for this kind of screen validation..

Thanks

Vicky

6 REPLIES 6
Read only

Former Member
0 Likes
657

you can validate them from check tables of them

Read only

Former Member
0 Likes
657

Hi,

If it is dialog programming..Refer those fields to a DDIC structure and for the corresponding fields point to the correct check table..Then those fields will automatically be validated against those check tables..

If it is a report..And if it is single parameter try using the addition VALUE-CHECK..

Thanks,

Naren

Read only

Former Member
0 Likes
657

Hi,

Each of these field should have some check tables in which you can verify the values

<b>e.g MATNR(Material) Check Table = MARA</b>

There is no single FM for all this but you should check it individually for the values

Read only

0 Likes
657

Hello,

Thanks for the reply..All I need to look is that the material number selected belongs to the plant I have selected..So how do I make a check on this ..

Thanks

Vicky

Read only

0 Likes
657

Use table MARC.

Read only

Former Member
0 Likes
657

Hi,

Check the table MARC..

OR

Use the function module..MARC_SINGLE_READ..

Thanks,

Naren