0% found this document useful (0 votes)
39 views

Sap Script and Smartform Interview Questions-1

This document discusses questions and answers about SAP SCRIPT and SMARTFORMS. It covers topics like the components of SAP script, how to debug, transport, convert to PDF, and backup SAP script and smartforms. It also discusses various controls, functions, and features available in SAP script and smartforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Sap Script and Smartform Interview Questions-1

This document discusses questions and answers about SAP SCRIPT and SMARTFORMS. It covers topics like the components of SAP script, how to debug, transport, convert to PDF, and backup SAP script and smartforms. It also discusses various controls, functions, and features available in SAP script and smartforms.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

SAP SCRIPT & SMARTFORMS

1.What are the components of sap script?


Ans : Layout and driver program

2.What is the page format?


Ans : Page format is the collection of page width and height

3.How to debug the sap script?


Ans : By using RSTXDBUG standard program

4.How we convert the sapscript or smartform to PDF format?


Ans : By using RSTXPDFT4 Standard program

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

6.How we convert tiff to text image?


Ans : By using RSTXLDMC standard program

7.How we transport the standard text?


Ans : By using RSTXTRAN Standard program

8.How we print the output in both the sides?


Ans : By placing print mode 'D' in pages of form

9.Differences between Main and Variable window?


Ans :

10.How we maintain the backup of sapscript and why?


Ans : By using RSTXSCRP Standard program.because sapscript does not have
version management

11.How to read the standard text or material above 40 length description?


Ans : By using READ_TEXT function module,we can read the standard text information

12.What is the use of address.......endaddress?


Ans : This is used to display the address in the format of target country

13.What is the use of protect.......endprotect?


Ans : This is used to print the contineous text without any pagebreak.
14.Which component we can't transport in smartforms?
Ans : Function module number can't transported to quality and live server in
smartform

15.How we remove the blank lines in sap script and smartforms?


Ans : At the time of creating the paragraph formats in sapscript,we select the
'no blank lines' checkbox
by placing the conditions in texts in smartform we remove the blanklines

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

17.In where standard symbols are available?


Ans : From TTDTG standard database table,we can get the standard symbols

18.How we remove the separators in thousand and sign?


Ans : separators in thousand by using 'T',sign by using 'S'.
syntax : &symbol(TS)&

19.How we remove the leading zeros and compress the text ?


Ans : leading zero's by using 'Z', copress by using 'C'
syntax : &Symbol(ZC)&

20.How we identify the standard layouts?


Ans : By using 'NACE' Transaction OR by using 'TNAPR' standard database table

21.What is the use of subroutine pool program?


Ans : By using subroutine pool program,we can add additional logic to standard
driver program

22.What are the function modules used in sap script?


Ans : OPEN_FORM,START_FORM,WRITE_FORM,END_FORM,CLOSE_FORM

23.What are the events in smartforms?


Ans : Event on sort begin
Event on sort end

24.What are the diffenses between sap script and smartforms?


Ans :

25.What is the folder?


Ans : Folder is used to print the contineous data with out any page break, this is
simer as protect.....endprotect control command in sapscript
26.How we can debug the smartforms?
Ans : By placing startic break points ( break-point keyword) in program lines or
initialization
or By placing dynamic break points in function module we can debugg the
smartform

27.How to add watermark to smartforms?


Ans : Double clikc on page in left side->click on background picture tab in right side->
place the water mark

28.What are the types of windows in smartforms?


Ans : 1.Main window 2. secondary window 3. copies window 4.final window

29.How we can break the page in smartforms?


Ans : By using COMMAND.We can break the page

30.What is the smartstyle?


Ans : Smart styles are used to create the paragraph and character formats

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

33.How we create the standard text?


Ans : By using SO10 transaction we can create the standard text

34.How we can get the landscape format in sap script?


Ans : in se71, basic settings of sapscript,we can change the portrait to
landscape.( in header we can change)

35. How to find the driver program based on sap script/form?


Ans : From 'TTXFP' Standard database table

36.How can we change the page size of the layout


Ans : By using PAGE FORMAT,We can change the output size

37.How to draw the tables in sap script?


Ans : By using BOX control command we can draw the tables in sapscript
38.Can we assign our own form/layout to standard driver/print program?how?
Ans : yes, by using NACE transaction

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

40. How we identify the smartform name based on function module?


Ans : open the function module number in SE37 and click on attributes and identify
the smartform name
OR
From STXFADMI standard table,we can identify smartform layout

You might also like