Sap Script and Smartform Interview Questions-1
Sap Script and Smartform Interview Questions-1
5.How we transport the sap script from one server to another server?
Ans : We can't transport sap script from one server to another server, only we
can copy from one client to another client in the same server. this is the
job of basis people.
By using RSTXFCPY standard program,we can copy
the copy the sap script from one to another client in same server
16.What is the text element and how many text elements we can create?
Ans : Text element is the name given to the block of statements in pagewindow
we can create any no.of text elements.textelement name starts with /E
31.Is there any involvement of calling program required to text the smartform?
Ans : NO Not required,we can also test the smartform directly
32.How can we set the header and footer in the mainwindow in sap script?
Ans : By using TOP...ENDTOP Control command,We can print the header,
By using BOTTOM..ENDBOTTOM Control command, We can print the footer in
sapscript
39.How we set the MS Word as text editor in sap script and smartforms?
Ans : by using I18N transaction,we can set MS Word as editior to smartform
and script