‎2006 Jan 13 11:37 AM
Hi all,
i've defined a smartforms for preview with following parameters :
ctrl_param-no_open = SPACE.
ctrl_param-no_close = SPACE.
ctrl_param-no_dialog = 'X'.
ctrl_param-preview = 'X'.
CALL FUNCTION '/1BCDWB/SF00000010'
EXPORTING
control_parameters = ctrl_param
personal_data = s_0002
TABLES
it_language = it_lang.
It's work fine in DEV but no in QUAL or PROD (forms isn't displayed), i don't understand why.
Thanks for help.
Regards
‎2006 Jan 13 11:47 AM
Hi
Probably your user have a printer in development system, but not in quality and production.
I see your code and you don't transfer the printer, so the system'll try to load the user printer.
See the user parameter and check if a printer is defined: trx SU3
Max
‎2006 Jan 13 12:16 PM
Hi max,
thx for the answer.
I checked printer's user and it's ok, i define it in DEV and PROD. I use Local Printer (LOCL).
How can i get printer's user by ABAP ? i would like to pass it to my FM.
Message was edited by: tafkap
‎2006 Jan 13 2:04 PM
In fact, it was because pictures was not transported. Now it's ok.