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

Re: Multiple smartform

$
0
0

Hi,

 

To sort out the single print issue, do the following

 

First get the no. of record of your IT_RESULT into a variable as,

 

LV_RECORD = LINES( IT_RESULT ). "-- Here for your scenario,

 

Now inside your LOOP at IT_RESULT and where you are setting the CONTROL parameters for WHEN 1.

add the extra logic like,

 

IF LV_RECORD = 1.

     control_parameters-NO_OPEN = 'X'.

ELSE.

     control_parameters-NO_OPEN = ' ' OR space (yours choice).

ENDIF.

 

 

Regards,

Syed Hussain


Viewing all articles
Browse latest Browse all 2740

Trending Articles



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