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: 

transport logo

Former Member
0 Kudos

Hello friends,

How ould I transport a logo. Or should I import in all the systems using SE78.

Ster

1 ACCEPTED SOLUTION

Former Member

In se 78 press transport option or press shift+F6

5 REPLIES 5

Former Member
0 Kudos

See this link

http://sap.ittoolbox.com/groups/technical-functional/SAP-R3-Dev/165620

Standard texts are client specific and language specific objects and are not included in the transport system. To copy a standard text from another client, you may run SO10 and choose Utilities / Copy from client. To move a standard text to another system (resp. client), run report RSTXSCRP in EXPORT mode in the source system and then in IMPORT mode in the target system, for each language version.

Former Member

In se 78 press transport option or press shift+F6

0 Kudos

Shift + F6 did the magic 🙂

Former Member
0 Kudos

Check this link.It can even help you.

http://www.sap-img.com/ts001.htm

Regards,

Santosh

Former Member
0 Kudos

hi check this...

Use the Tcode

SMW0.

See the links:

U can do that in ALV report.

In the transaction OAOR, you should be able to insert your company Logo.

GOTO - OAOR (Business Document Navigator)

Give Class Name - PICTURES Class Type - OT..... then Execute

It will show you the list, then select ENJOYSAP_LOGO.

On that list, you will find one control with a "create" tab.

Click std. doc types.

Select SCREEN and double-click.

It will push FILE selection screen.

Select your company logo (.gif) and press OK.

It will ask for a description- for instance: "company logo".

It will let you know your doc has been stored successfully.

You can find your logo under ENJOYSAP_LOGO->Screen->company logo.

Just run your ALV program, you should find your company logo in place of the EnjoySAP logo.

FORM TOP-OF-PAGE.

CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE'

EXPORTING

IT_LIST_COMMENTARY = HEADING[]

I_LOGO = 'ENJOYSAP_LOGO'

I_END_OF_LIST_GRID ='GT_LIST_TOP_OF_PAGE'.

.

ENDFORM. "TOP-OF-PAGE

Here 'ENJOYSAP_LOGO' will replace by ur created logo.

n pls reply me.

Refer this link

http://www.sapdevelopment.co.uk/reporting/alv/alvgrid_enhanced.htm

http://www.sap-img.com/abap/alv-logo.htm

http://www.sap-img.com/fu002.htm

regards,

venkat.