Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

How Do We Set The Date, Time Format?

Answer»

2.

How Do We Define Text Symbols?

Answer»

Using the control COMMAND DEFINE &XY& = ‘100’

Using the control command DEFINE &xy& = ‘100’

3.

What Is Difference Between Window & A Page Window?

Answer»

Window: An area that is predefined in the layout set. Windows are text modules, which are positioned on a document page. We define the window type, Default Paragraph, specify the text elements or a SAPscript text to be included etc in the Windcow Component.

PageWindow: we define the parameters of the earlier defined Window, appearance on the document LIKE left or right MARGINS, WIDTH & HEIGHT.

Window: An area that is predefined in the layout set. Windows are text modules, which are positioned on a document page. We define the window type, Default Paragraph, specify the text elements or a SAPscript text to be included etc in the Windcow Component.

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

4.

Where Do We Define Tab Space For Data In Sapscript?

Answer»

When defining the paragraph for the text ELEMENT we can DEFINE the TABS then. There is PARAMETER CALLED TABS to be defined in paragraph definition.

When defining the paragraph for the text element we can define the TABS then. There is parameter called TABS to be defined in paragraph definition.

5.

In What Format Does Sap Script Store Text ?

Answer»

SAPSCRIPT texts are stored in INTERCHANGE Text FORMAT (ITF). SAPscript offers conversion programs for the text file formats Rich Text Format (RTF) and ASCII as an INTERFACE to other word processors.

SAPscript texts are stored in Interchange Text Format (ITF). SAPscript offers conversion programs for the text file formats Rich Text Format (RTF) and ASCII as an interface to other word processors.

6.

How Do You Number Pages In Sap Script Layout Outputs?

Answer»

7.

What Are The Types Of Windows?

Answer»

MAIN – Main window in which continuous text is output. This is the window used by DIALOG users of a PRINT PROGRAM and LAYOUT set. For example the body text of a letter would be entered in MAIN.

VARIABLE – Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page.

CONSTANT – Window with constant contents which is only formatted once.

MAIN – Main window in which continuous text is output. This is the window used by dialog users of a print program and layout set. For example the body text of a letter would be entered in MAIN.

VARIABLE – Window with variable contents. The text can vary on each page in which the window is positioned. Variable windows are formatted for each page.

CONSTANT – Window with constant contents which is only formatted once.

8.

What Does Read_text?

Answer»

Reads a TEXT MODULE and passes it to the specified WORK AREAS.

Reads a text module and passes it to the specified work areas.

9.

How To Insert Symbols In Smart Form?

Answer»

SELECT the Text node.

GO to MENU Include->Characters->SAP SYMBOLS.

Select the Text node.

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

10.

How Do You Create Boxes In Sap Script?

Answer»

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

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

11.

How To Debug A Script?

Answer»

This can DONE in two ways:

  1. In the form UTILITIES->ACTIVATE DEBUGGER
  2. USING Report - RSTXDBUG 

This can done in two ways:

12.

How Can You Copy Forms From One Client To Other?

Answer»

SE71, UTILITIES -> COPY from CLIENT

SE71, Utilities -> Copy from client

13.

How To Download/upload Image Sapscripts From & To Your Pc?

Answer»

SE78 or RSTXLDMC

SE78 or RSTXLDMC

14.

How To Create Standard Text In Sapscripts?

Answer»

SO10

SO10

15.

What Is The Use Of Protect & Endprotect?

Answer»

to GIVE PAGE PROTECTION

to give page protection

16.

How Many Main Windows Can Be Created For A Script?

Answer»

99

99

17.

Can You Create A Script With Out A Main Window?

Answer»

No

No

18.

What Are The Components/elements/layout Sets In Sap Script ?

Answer»

Components of scripts: 

Layout sets, ABAP print program.

Components of layoutset:: 

Header data, PARAGRAPH FORMATS, charcter formats, WINDOWS, page windows, PAGES.

Components of scripts: 

Layout sets, ABAP print program.

Components of layoutset:: 

Header data, paragraph formats, charcter formats, windows, page windows, pages.

19.

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

Answer»

TNAPR

TNAPR