Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

form program

Former Member
0 Likes
353

i have a program on forms,

how do i recognize if its a smart form or script program.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
335

Look at Your Program ,if program conatins - OPEN_FORM,START_FORM,WRITE_FORM,END_FORM,CLOSE_FORM Function module then it is SAP Script Print Program

If your program contains SSF_FUNCTION_MODULE_NAME Function module then it is SAP Smart form print program

Thanks

Seshu

2 REPLIES 2
Read only

Former Member
0 Likes
336

Look at Your Program ,if program conatins - OPEN_FORM,START_FORM,WRITE_FORM,END_FORM,CLOSE_FORM Function module then it is SAP Script Print Program

If your program contains SSF_FUNCTION_MODULE_NAME Function module then it is SAP Smart form print program

Thanks

Seshu

Read only

Former Member
0 Likes
335

thanks seshu,

its smart form.