cancel
Showing results for 
Search instead for 
Did you mean: 

smartforms customizing and preview

Former Member
0 Kudos

hi all ,

I have a smartforms , which name is ZPP_PROCORDER but i don't know how preview the form . where should I customizing this form and print program in SPRO. please guide me .

regards

Kevin

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

hi,

i have got the preview

thank you all.

Former Member
0 Kudos

Hi Kevin,

Create a executable program for that smart form using the below function module.

DATA : FM_NAME TYPE RS38L_FNAM.

call function SSF_FUNCTION_MODULE_NAME

EXPORTING

FORMNAME = 'FORM_NAME'

IMPORTING

FM_NAME = FM_NAME.

CALL FUNCTION FM_NAME

EXPORTING

.......

.......

.......

.......

Regards,

Ragu.

former_member181995
Active Contributor
0 Kudos

Kevin,

[refer this thread|;