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

Re: dynp_values_read not working when i scroll in table control

$
0
0

Hi Gopi,

 

What parameters did you passed in DYNP_VALUES_READ?  If you hard coded any values in below parameters try to use system variables instead of hard coding...

 

               dyname    = 'SAPLMEGUI'"'SAPLSZA1'

               dynumb     = '0014'     "'0301'

Use system variables like below.

     CALL FUNCTION 'DYNP_VALUES_READ'

          EXPORTING

               dyname     = sy-cprog

               dynumb     = sy-dynnr

          TABLES

               dynpfields = h_dynpfields

          EXCEPTIONS

               OTHERS     = 1.

 

 

Thanks,

Ashok.


Viewing all articles
Browse latest Browse all 8843

Trending Articles



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