YouTube Icon

Interview Questions.

Top 19 Sap Scripts Interview Questions - Jul 28, 2022

fluid

Top 19 Sap Scripts Interview Questions

Q1. How To Create Standard Text In Sapscripts?

SO10

Q2. What Is The Use Of Protect & Endprotect?

To present web page safety

Q3. How Do We Define Text Symbols?

Using the manage command DEFINE &xy& = ‘one hundred’

Q4. How Do We Set The Date, Time Format?

SET TIME MASK : CONTROLS THE TIME FIELD FORMAT.

SET DATE MASK : CONTROLS THE DATE FIELD FORMAT.

Q5. How Do You Create Boxes In Sap Script?

BOX XPOS ‘1’ CM YPOS ‘1’ WIDTH ‘10’ CM HEIGHT ‘10’ CM FRAME 10 TW

Q6. What Is Difference Between Window & A Page Window?

Window: An area this is predefined in the format set.  Windows are text modules, that are positioned on a report page. We outline the window type, Default Paragraph, specify the text factors or a SAPscript textual content to be blanketed and so forth inside the Windcow Component.

PageWindow: we define the parameters of the earlier defined Window, appearance at the report like left or right margins, Width & Height.

Q7. How To Download/add Image Sapscripts From & To Your Pc?

SE78 or RSTXLDMC

Q8. What Is The Table Name That Will Contain All The Script Form Names And Print Program Names?

TNAPR

Q9. How To Insert Symbols In Smart Form?

Select the Text node.

Go to menu Include->Characters->SAP Symbols.

Q10. How Many Main Windows Can Be Created For A Script?

99

Q11. How Can You Copy Forms From One Client To Other?

SE71, Utilities -> Copy from client

Q12. How Do You Number Pages In Sap Script Layout Outputs?

& web page &

&next Page &

Q13. Where Do We Define Tab Space For Data In Sapscript?

When defining the paragraph for the textual content detail we can define the TABS then.  There is parameter called TABS to be described in paragraph definition.

Q14. What Does Read_text?

Reads a text module and passes it to the desired work regions.

Q15. In What Format Does Sap Script Store Text ?

SAPscript texts are saved in Interchange Text Format (ITF).  SAPscript offers conversion packages for the textual content report formats Rich Text Format (RTF) and ASCII as an interface to other word processors.

Q16. What Are The Types Of Windows?

MAIN – Main window wherein continuous textual content is output.  This is the window used by conversation users of a print application and format set.  For instance the body textual content of a letter would be entered in MAIN.

VARIABLE – Window with variable contents.  The textual content can vary on each web page wherein the window is placed.  Variable home windows are formatted for each page.

CONSTANT – Window with constant contents that is handiest formatted as soon as.

Q17. Can You Create A Script With Out A Main Window?

No

Q18. How To Debug A Script?

This can finished in two methods:

In the form Utilities->Activate debugger

Using Report -  RSTXDBUG 

Q19. What Are The Components/factors/layout Sets In Sap Script ?

Components of scripts: 

Layout units, ABAP print software.    

Components of layoutset:: 

Header information, paragraph formats, charcter formats, windows, web page home windows, pages.




CFG