‎2008 Mar 22 5:41 AM
how to give printouts from 3, 2, 1 ie from last to first in smartforms.
‎2008 Apr 04 2:55 PM
Hi,
i think will able to to this with SSFCTRLOP-STARTPAGE
in FORM INTERFACE or with an other structure.....
Regards,
Reward point if useful.
ARCHIVE_INDEX TYPE TOA_DARA
ARCHIVE_INDEX_TAB TYPE TSFDARA
ARCHIVE_PARAMETERS TYPE ARC_PARAMS
CONTROL_PARAMETERS TYPE SSFCTRLOP
MAIL_APPL_OBJ TYPE SWOTOBJID
MAIL_RECIPIENT TYPE SWOTOBJID
MAIL_SENDER TYPE SWOTOBJID
OUTPUT_OPTIONS TYPE SSFCOMPOP
USER_SETTINGS TYPE TDBOOL
IS_MSEG TYPE MSEG
IS_EKPO TYPE EKPO
IS_T157E TYPE T157E
IS_AM07M TYPE AM07M
IS_MKPF TYPE MKPF
IS_NAST TYPE NAST
IS_T159P TYPE T159P
IS_T001W TYPE T001W
IS_EKKO TYPE EKKO
IS_T024 TYPE T024
‎2008 Apr 04 4:48 PM
THis can be acheived by setting print control parameter for your printer...Go to SPAD ..then go to device types select ur device type and select printcontrol tab ..now select parameter SPMBS for deuplex printing and switch it on appropriately...else..for simplex printing identify a suitable parameter...
‎2008 Apr 04 6:10 PM
hi ,
if u sort the internal table ascending or descending ..it will work i think..
put a push button like this..
case sy-ucomm.
when 'ASND;.
sort itab by ascending.
when 'DSND'.
sort itab by descending.
endcase.
regards,
venkat.