SAP Abap Smartforms Questions
SAP Abap Smartforms Questions
Abap
Smartforms
( T.code - SMARTFORMS )
Questions
Sonu Jangir Abap Developer
Where can I define my own global types for the smar orm?
The global types can be defined in Global Se ngs->Global Defini ons->Types
The types defined here will be global through the en re smar orm.
Also the form rou nes can be defined Global Se ngs->Global Defini ons-
>Form Rou nes
If SAP R/3 system has 2 clients 300& 302. You create an SAP
Script Z_Script and a Smar orm Z_Smar orm in client 300.
Will both Z_Script and Z_Smar orm be available in client
302 as well?
Client 800 will have just the Smar orm Z_Smar orm and
not the SAP Script Z_Script.
SAP-Script is client dependent whereas SMARTFORM is client independent.
How can you see the Smar orm Print Preview output as list
output?
Type SLIS in the command prompt and hit enter.
Can you move a Smar orm from one SAP system to another
without using transports ?
Yes, this can be achieved using the Upload/Download feature for Smar orms.
One can download the Smar orm from one system and save it as an XML file.
Once that is done, the XML file can be used to upload the Smar orm in
another system.
To switch on the debugger for SAPScript use the menu path U li es->Debugger
or use the program RSTXDBUG.