Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 8798

Re: READ VALUE TABLE AFTER F4IF_INT_TABLE_VALUE_REQUEST

$
0
0

data: row type i,

        it_lt3 type standard table of lt3.

 

 

 

 

loop at it_lt3 into wa_lt3.

 

 

 

if wa_lt3-TPLNR = <captured value when you doubled clicked>

 

move sy-tabix to row.

 

endif.

 

 

 

endloop.

 

***************************************************************

-->declare an internal table it_lt3 of type lt3.

 

-->please write the code to capture the value of tplnr field when you double click  [ you can use function module for this code].

 

-->the value that you will capture here put it in above loop [where i gave<  >].

 

 

-->here row contain the actual row number where you doubled clicked.

****************************************************************************


Viewing all articles
Browse latest Browse all 8798

Trending Articles



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