cancel
Showing results for 
Search instead for 
Did you mean: 

SMART FORMS

Former Member
0 Kudos

HAI ALL,

WHEN I PRESS PUSHBUTTON ON A SCREEN IT SHOULD DISPLAY A SMARTFORM.HOW TO DO THIS.

THANKU.

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member196280
Active Contributor
0 Kudos

CASE OK_CODE.

WHEN 'PUSH_BUTTON'

***Call Smartform function module

Endcase

Regards,

SaiRam

Former Member
0 Kudos

Hi,

You can use system command:

Case sy-ucomm.

when 'SMTF'.

call function module of smartform.

Endcase.

Reward points if helpful answer.

Ashvender

Former Member
0 Kudos

hi ,

u can do this by calling ur fm of smartform . so that will call ur smartfomr for printing .

Thanx

Rohit

Reward if helpfull

Former Member
0 Kudos

Hi,

Write the code in your program for that button and call the FM for smartform.

this will call the smartform

Regards

Shiva