‎2008 Apr 15 5:26 AM
hello friends,
I m designing a screen for lc(letter of creadit screen with sales order ) , in that my client requirement is that they want sales order in table control by search help , but condition is that they have two sales org 1000 and 5000 (exp and dom) for exp ord type is ORM5 they want only exp 1000 ord type ORM5 should come into at the time of sales ord selection and they will select by input serch help .
My prob is that I m nt able to filter sales ord for that perticular fieid in table control . Hw to filter for that perticular field , is thaere any option .
regards .
Joy .
‎2008 Oct 25 7:31 AM
Hi,
Can you please eloborate your question so that i can give you my views,if i can.
Thanks.
‎2008 Oct 28 9:24 PM
Hi
You can try FM F4IF_FIELD_VALUE_REQUEST in the field of table control.
Or you can in your flow logic add PROCESS ON VALUE REQUEST and add you required field validation
Hope this helps you.
Regards,
Sriram
‎2008 Oct 29 6:32 AM
Hi,
Try out this ,
AT SELECTION-SCREEN ON VALUE-REQUEST you may
Fill an internal table and use [F4IF_INT_TABLE_VALUE_REQUEST |https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=f4if_int_table_value_request&adv=false&sortby=cm_rnd_rankvalue#]
use the [F4IF_FIELD_VALUE_REQUEST |https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=f4if_field_value_request&adv=false&sortby=cm_rnd_rankvalue#]and use the callback_program and callback_form to filter the data to display. (This one is longer to program, but user get the whole search-helps linked to the field)
If you use another field to restrict the search, read it with [DYNP_VALUES_READ |https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=dynp_values_read+&adv=false&sortby=cm_rnd_rankvalue#]as the POV/ON VALUE-REQUEST is executed before the PAI, and any change made by user is not yet accessible.
Regards,
Anil
Edited by: anil kumar on Oct 29, 2008 7:32 AM