Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartforms

Former Member
0 Likes
478

how to give printouts from 3, 2, 1 ie from last to first in smartforms.

3 REPLIES 3
Read only

Former Member
0 Likes
446

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

Read only

Former Member
0 Likes
446

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...

Read only

Former Member
0 Likes
446

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.