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

Problem to convert SAPSCRIP into SMARTFORMS

Former Member
0 Likes
421

Hi Friends,

I want to develop layout for Excise Invoice using Output type J1I0.

Problem is that this output type contain SAPSCRIPT and driver program J_1IEXCP , I acan convert script into smartform but how can I convert driver program with it's validation.

Please Guide me

Thanking You

1 ACCEPTED SOLUTION
Read only

former_member189629
Active Contributor
0 Likes
380

After all the data retrieval and validations are done in the original driver program, replace the FMs that call Sspscript (OPEN_FORM, etc.) with SF FMs. (Assign FM name, call SSF_FM_NAME, pass tables and other parameters to the generated FM)

1 REPLY 1
Read only

former_member189629
Active Contributor
0 Likes
381

After all the data retrieval and validations are done in the original driver program, replace the FMs that call Sspscript (OPEN_FORM, etc.) with SF FMs. (Assign FM name, call SSF_FM_NAME, pass tables and other parameters to the generated FM)