‎2006 Oct 09 4:05 PM
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
‎2006 Oct 09 4:07 PM
‎2006 Oct 09 4:10 PM
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
‎2006 Oct 09 4:11 PM
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
‎2006 Oct 09 4:36 PM
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
‎2006 Oct 09 4:40 PM
‎2006 Oct 09 4:41 PM
Hi,
Check the table MARC..
OR
Use the function module..MARC_SINGLE_READ..
Thanks,
Naren