‎2010 Oct 25 7:29 AM
Dear All,
I have a requirement for validating the values against a table field ,the table and table field can be identified in runtime only.
for possible values (F4 help) I am using FM F4IF_FIELD_VALUE_REQUEST which is working fine.
If the user chose the value which is not present in the pop up given by FM F4IF_FIELD_VALUE_REQUEST, Is there any way for validating the same.
Thanks & Regards,
Vamshi.
‎2010 Oct 25 7:35 AM
How you are building values for the custom F4 ?
If the input needs to be validated only against F4 values , can be done in AT selection-screen.
‎2010 Oct 25 9:16 AM
Hi All,
I dont have any table with input values if you check the FM F4IF_FIELD_VALUE_REQUEST, i simply need to pass the Table name and field name in table .
the table name and field name can be identified during the runtime only..
‎2010 Oct 25 7:43 AM