cancel
Showing results for 
Search instead for 
Did you mean: 

output in smartforms

nivaskumar2
Explorer
0 Kudos

hi,

i m did a smartform which has performs in pgm lines,and all subroutines are in include pgm.i m not getting anything in the output.

so could u pls let me know how can i check and where can i check in smartforms

Accepted Solutions (1)

Accepted Solutions (1)

sreemsft
Contributor
0 Kudos

Hi Nivas,

Put your FORM.. ENDFORM stmnts in the <b>Global Definitions->Form Routines</b>

Thanks,

Sreekanth

*-- Reward if it helps you

Answers (2)

Answers (2)

sreemsft
Contributor
0 Kudos

Nivas,

Was my suggession not solving your problem??

You can put the include which is having the FORM..ENDFORM code, in the <b>FORM ROUTINES</b>.

And can call PERFORM directly from the program lines.

Close the post if your issue is solved...

Thanks,

Sreekanth

Former Member
0 Kudos

r u using any standard form.in that case u need the NACE configuration.

if it is a custom program u have to call the form using SSF_Functionmodule_name functionmodule and using that name pas the values.