Quantcast
Channel: SCN: Message List - ABAP Development
Viewing all articles
Browse latest Browse all 10425

Re: Regarding F4 help problem..

$
0
0

hi ,

you can get the output in  F4IF_INT_TABLE_VALUE_REQUEST FM. Check wheather you have coded inside the POV of the particular field.

 

CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'

         EXPORTING

           retfield               = 'ZAPT_HEADER_TB-MATCHNAME' 

           value_org              = 'S'

           dynprofield            = 'ZAPT_HEADER_TB-MATCHNAME'

         TABLES

           value_tab              = t_field1

           return_tab             = t_rtn

*   EXCEPTIONS

*     PARAMETER_ERROR        = 1

*     NO_VALUES_FOUND        = 2

*     OTHERS                 = 3

          .


Pass the values in t_field1 internal table. t_rtn will give the response data after click.



Regards,

Sivaganesh


Viewing all articles
Browse latest Browse all 10425

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>