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

sap scripts

Former Member
0 Likes
472

1. why sap script is client-dependent and smartform is client-independent??

2.how to call multiple forms in a single sap script?

3 REPLIES 3
Read only

Former Member
0 Likes
443

Hi Shree,

You still have the option of copying sap scripts across clients.Maybe version upgradation had given us the oppurtunity of having this option in smartform.

For calling SAP Scripts in multiple forms you have to settings in NACE.A maximum of 5 forms can be attached to a single SAp Script.

Regards

Praneeth

Read only

Former Member
0 Likes
443

Hi ,

1. Smartforms are called using function modules. As function modules are client- independent, smartforms are also client independent.

2. Multiple forms can be called in the same print program using function modules - START_FOTM and END_FORM

With regards,

nelson

Read only

former_member480923
Active Contributor
0 Likes
443

Hi

The SAPScript is a 3rd party add on to SAP made for printing thats why u will see so many diversions in SAPScript from normal SAP - ABAP, being client dependent is one of them - u can try RSTXFCPY to copy forms between clinets depending on language.

You call on a single sapscript by using the FM Open_form after that if ur looking for a different SAPScript use FM START_FORM but remeber to clode the form otherwise the cursor wont return to ur parent form

Hope that helps

Anirban