cancel
Showing results for 
Search instead for 
Did you mean: 

print problem

Former Member
0 Kudos

hi experts,

i have developed a driver program to print smartform for sap standard transaction.if i goto menu options and if i click issue output print preview was displaying .but print button was disabled. can u please give me some idea.

thanks,

Sai

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi where u have maintained the output type in business transaction, have u given medium as print output.

кu03B1ятu03B9к

Former Member
0 Kudos

hi viswa,

i changed user settings to "X". still print button is disabled.

thanks

sai

Former Member
0 Kudos

hi vishwa,

i configured for to my output type.and commint to settings i am passig below parameters

CALL FUNCTION LF_FM_NAME

EXPORTING

ARCHIVE_INDEX = TOA_DARA

  • ARCHIVE_INDEX_TAB = ARC_PARAMS

ARCHIVE_PARAMETERS = ARC_PARAMS

CONTROL_PARAMETERS = LS_CONTROL_PARAM

MAIL_RECIPIENT = LS_RECIPIENT

MAIL_SENDER = LS_SENDER

OUTPUT_OPTIONS = LS_COMPOSER_PARAM

USER_SETTINGS = SPACE

IMPORTING

JOB_OUTPUT_INFO = LS_JOB_INFO

TABLES

IT_LT1 = IT_LT1

IT_LT2 = IT_LT2

EXCEPTIONS

FORMATTING_ERROR = 1

INTERNAL_ERROR = 2

SEND_ERROR = 3

USER_CANCELED = 4

OTHERS = 5

Former Member
0 Kudos

Ok. dont pass space to user settings in the FM and then check it.

Vishwa.

Former Member
0 Kudos

Hi

Did you configure the smartform and driver program in NACE tcode. If you did, then in the driver program are you passing any values to structures like output options and user settings in the driver program to the Smartform generated FM.

VIshwa.