cancel
Showing results for 
Search instead for 
Did you mean: 

style in SAPscript in 4.6c

Former Member
0 Kudos

Hi

How can we find the style attached to a SAPscript form for version 4.6c.

Regards

Vijai

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

hi

Hope, information below will help you:

Specify the general properties of the include text, such as the name, description, and status.

2. Under Text Name, enter the name under which the include text is stored in the system.

Choose F4 to see a selection of the texts in the system.

3. Specify the text object. TEXT indicates a standard SAPscript text.

You use transaction SE75 to define separate text objects with their own text IDs for applications. In this way, you can manage application-specific form texts. The TEXT text object with the text ID ST is used for general standard texts that you create with the standard text editor (transaction SO10).

Enter constant values in quotation marks.

4. Specify the text ID. The usual ID of a standard SAPscript text is ST.

5. Enter the text language in which you want the include text to be inserted.

If specified, the system copies the values for Text Object, Text ID, and Text Language already stored for this text in the SAP system.

6. Set the flag No error if text not available if you still want the form to be printed, even if the inserted include text does not exist in the system. If you do not set this flag, the form is not printed, and an error message appears.

7. The style assigned to the text node contains formatting for standard paragraphs (u2018*u2019). If you specify a paragraph format in the Standard Paragraph field, you override the format of all standard paragraphs in the include text with this format.

8. Under First Paragraph, you can set a paragraph format for the first paragraph of the include text. This overrides the setting in the style. If you leave the Standard Paragraph field empty, all standard paragraphs in the include text are also formatted with this paragraph format.

9. Specify the style that you want to use for the include text.

regards

Prashant

naimesh_patel
Active Contributor
0 Kudos

Open your Text of the window.

Now, Select Goto > Header

Here you can find which Style is being used in the text of this window.

Another method:

If there is any style attached to the text, it will appear at the bottom in the In-Line Text Editor.

E.g.


------ ZTEST_NP - SYSTEM ----------------------- Lines 1 - 9 / 9 --------------

ZTEST_NP is Style

SYSTEM is the FORM

Regards,

Naimesh Patel

Former Member
0 Kudos

hi,

/: STYLE <stylename>
/: STYLE *

amit_khare
Active Contributor
0 Kudos

check for this statement in the Text Elements -

/: STYLE style