cancel
Showing results for 
Search instead for 
Did you mean: 

Smartform output type issue

Former Member
0 Kudos

Hi Guyes,

I have smartform query,I have done nace settings already,When i am trying to click on issued output in VF02 t-code,

After selecting output type if i will enter, print preview screen is not coming, its resetting, What is cause of this issue, can anyone help me ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

Are u using custimized smartfrom...????

If so did you enter FORM routine in NACE as ENTRY and then calling your Z smartfrom from that routine.

Check the control parameters parameter in the FM as it controls the print options.

Regards

Former Member
0 Kudos

Hi Guyes,

In debugging i found that its not processing dynamic FM created by SSF FM,I dont know cause of issue,however i have downloaded same smartform from quality,and uplodaed in development,

done required modifications,now its working fine,

Issue resolved !!!

Thanks for your support.

Former Member
0 Kudos

Put a break point in Print Program where you are calling samartform dynamic FM call.

Put update debugging on.

check the sy-subrc of dynamic FM.

Check the log of message processing in VF03 for the output type. is it green or Red light.

Or you can put samrtform trace on using SFTRACE transaction code. If there is issue with smartform you can check SFTRACE transaction output.