cancel
Showing results for 
Search instead for 
Did you mean: 

scripts doubts

Former Member
0 Kudos

1) How do we put a break point in particular text element in scripts?

2) How do we check code for include statement in smart forms?

3) How can we transport the standard text from one server to another server?

4) What are the mandatory commands in scripts to call the main window?

5) Difference between form pages and job pages?

6) How can we assign the paragraph and character format to standard text?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

1) How do we put a break point in particular text element in scripts?

Keep syntax like this break-point<>

where ever you want to put break point.

2) How do we check code for include statement in smart forms?

3) How can we transport the standard text from one server to another server?

Using RSTXTRAN - Transfer of SAPscriptTexts to a Correction

4) What are the mandatory commands in scripts to call the main window?

The SAPscript control commands are described in the following sections.

The Syntax of Control Commands

Explicit Page Break: NEW-PAGE

Preventing Page Breaks: PROTECT

Next Main Window: NEW-WINDOW

Assigning a Value to a Text Symbol: DEFINE

Formatting Date Fields: SET DATE MASK

Formatting Time Fields: SET TIME MASK

Country-Dependent Formatting: SET COUNTRY

Position of the Leading Sign: SET SIGN

Initializing Numbered Paragraphs: RESET

Including Other Texts: INCLUDE

Changing the Style: STYLE

Formatting Addresses: ADDRESS

Setting a Header Text in the Main Window: TOP

Setting a Footer Text in the Main Window: BOTTOM

Conditional Text: IF

The CASE command

Calling ABAP/4 Subroutines: PERFORM

Inserting Print Controls: PRINT-CONTROL

Boxes, Lines, Shading: BOX, POSITION, SIZE

Hexadecimal Data: HEX, ENDHEX

5) Difference between form pages and job pages?

Difference is form pages means it shows only how many pages containing form .

jobpages shows how many pages are in printing queue.

6) How can we assign the paragraph and character format to standard text?

In sap text editor

<p1> &'Delivery for 'PEKKO-WEMPF&

Keep left hand side of the editor before text starting .

here p1 is the paragraph format.

Reward points.

Answers (0)