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

f4 help validation

Former Member
0 Likes
1,064

Able to save a new SEPERATED_PRODUCT entry with different Product Group apart from the ones in the F4 help(suppose I type NCIP in the Product Group input field and click on Save its saves) which should not be the case. Please add a validation saying that u201C Entered product group does not belong to Seperated Product Groupu201D.how to write a validation,

if some field appprover has =seperated_product ,then a screen comes with product group this is fine,i have written a code for f4 help ,thats ok,but apart from f4 help,if i give manually of somef4 which are not checked fields are also saving,it should not be happen like that,i should put validation, how to write a validation,please help me out.......

2 REPLIES 2
Read only

Former Member
0 Likes
606

Hai ,

If you are trying to the F4 help u can use the Functional Module F4IF_INT_TABLE_VALUE_REQUEST.

But before using it you just go through the import and export parameters. and you will know the validations are pre-defined..

Thanks,

Pradeep.

Read only

Former Member
0 Likes
606

Check the search help of the Product Group for the Product group table and validate the entered value against the Production group table field.