Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to transport style?

Former Member
0 Kudos

Hi,

I have created standard text using style. This text i have included in script.

The std text has been transported.

But style is not available on that server. So simple text is displayed without any style.

So can anybody tell me how to transport Style.

Thanks in advance....

4 REPLIES 4

Former Member
0 Kudos

Hi ,

I'm assume you are talking about SMARTFORMS .

Just create a new CR , Add to it's object list a new line with

R3TR SSST <your style> and transport it .

Hope it helps .

Best regards .

Former Member
0 Kudos

Hi,

Go to se03 click on search for objects in requests and tasks.

enter styl below dtel in the box and hit enter check the box in front of it and enter the name of the style this will give you the request number now is you are transporting it to a different server you can use this request or you can transport it between clients on the same server using scc1.

regards,

Himanshu

Former Member
0 Kudos

see <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/4b/83fb51df8f11d3969700a0c930660b/content.htm">this</a>

regards,

srinivas

<b>*reward for useful answers*</b>

Former Member
0 Kudos

Not sure if there is a program/transaction to add styles to a transport request - you may have to add it to the request object list manually in SE10. Required entries for sapscripts/texts/styles are as follows:

Forms are transported using R3TR FORM NAME, where NAME stands for the name of the form.

Styles are transported using R3TR STYL NAME, where NAME stands for the name of the style.

Texts are transported using R3TR TEXT OBJECT,NAME,ID,L, where OBJECT stands for the text object (from table TTXOB), NAME for the text name, ID for the text ID (from table TTXID), and L for the language key of the text.

Andrew