Quantcast
Viewing all articles
Browse latest Browse all 9069

Re: BDC-recording, only 8 entries captured, multiple selection of select option.

To make it dynamic, manipulate the BDC code like belw :

 

v_index = 0.

DO V_count. "where V_count should contain total number of entries to be copied.

v_index = v_index + 1.

concatenate 'RSCSEL_255-SLOW_I(' v_index ')' INTO v_string.

perform bdc_field using v_string

                                       v_value. "v_value should contain value to be copied. This will change with                                                              every loop iteration.

ENDDO.


Viewing all articles
Browse latest Browse all 9069

Trending Articles



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