cancel
Showing results for 
Search instead for 
Did you mean: 

How to find SAPScript Style in SE72?

Former Member
0 Kudos

Hi all,

How to find which styple does SAPScript using? My current problem is can't find style which using by a SAPScript.

Thanks.

Best Regards,

Chee Boon

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hi,

Could you please check the paragraph formats assigned to Windows. Using that formats find the style name. Otherwise find any standard text using that script. Go to that Standard text check which paragraph format is using that one. by using that you can find the Styles.

Former Member
0 Kudos

Hi,

You will create style in SE72 for standard text and for Scripts you need to create Paragraph and Character Formats.

Regards,

Rizwana

Former Member
0 Kudos

Hi ,

You can find styles in scripts by searching the command as below

/: STLYE <style name>

please check the below documentation for style

Changing the Style: STYLE

The STYLE control command allows you to change the style within a text. The new style is in force until another STYLE command is issued. If you specify * as the name of the style, then the system reverts to the original style.

Syntax:

/: STYLE style [DOMINANT]

/: STYLE *

A style set with this command has no effect in a text included with INCLUDE. The system takes the paragraph and character formats from the calling text. To use the style set with STYLE in the INCLUDE text as well, you must add DOMINANT to the command.

If the INCLUDE text has a style assigned to it, in both cases, the system always takes the paragraph and character formats from the directly assigned style.

Thanks,

Suma.

Former Member
0 Kudos

Hi,

we create Styles only for Smartforms (Smartstyle) & Standard Text for Paragaraph & Character formats.

for SAPSCRIPT we directly create the paragraph & Character Formats in SAPSCRIPT itself.

Regards,

Pavan

Former Member
0 Kudos

Hi all,

I want to check a SAPScript whether using other style which is not mentioned by se71. How can i check?

Thanks.

Best Regards,

Chee Boon

Former Member
0 Kudos

Hi,

If your Script is calling any Standard Text (INCLUDE), then there might be chances of using STLYE...

In case, if it calling any text, Goto SO10 enter the text name, press change. u ill enter into Text Editor screen of SO10, here click on menu item FORMAT>PARAGRAPH> here u ill find the Style name if any created.

Regards,

Pavan

Former Member
0 Kudos

go to se72 , press F4 Help on style filed , one then F8 , you can see all styles SAP Script using .

Regards ,

kiran

Former Member
0 Kudos

Go to

Former Member
0 Kudos

Hi,

In SAP Scripts we can directly create the Paragraph and Character formates. We don't assign any ZStyle in SAP Scripts.