‎2006 May 22 7:57 AM
1. why sap script is client-dependent and smartform is client-independent??
2.how to call multiple forms in a single sap script?
‎2006 May 22 8:01 AM
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
‎2006 May 22 8:02 AM
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
‎2006 May 22 8:04 AM
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