Application Development and Automation 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: 
Read only

Want to change company logo and address..

0 Kudos
2,028

Dear All,

Here i have one Standard print report SAPF130D for customer balance conformation. But when i run this report, this time i get logo of company "IDES HOLDING AG" and getting address of this company. but customer number and his address get properly but now i want to get my company logo place of this "ides holding ag". 

Please suggest to do this....

Thanks,

Jayaprakash N.

7 REPLIES 7
Read only

buddhika_krishantha
Active Participant
0 Kudos
1,464

Change what you want in sap script named ' F130_CONFIRM_01'.

Reward if useful.

Read only

0 Kudos
1,464

Hi,

I found script name what you mentioned above. I just want to how to change the logo.. i mean please tell me the steps how to do this...

Advance thanks,

Jayaprakash N

Read only

0 Kudos
1,464

Upload the logo into SAP using SE75

replace the name of the logo into the SAPScript using SE71

I'm sure you will find a lot of tuto with the three keywords : LOGO SE75 SE71

regards

Fred

Read only

0 Kudos
1,464

Hi,

First import the logo into SAP using SE78 and call logo in SE71(SAP Script) using INCLUDE Statement.

If you search in google then you will get some forums for how to import the logo into SAP and how to call the logo in SAPScript.

Thanks & Regards,

Polu

Read only

0 Kudos
1,464

Upload logo using SE75.

Then go to SE71.

Enter the script name and then select Windows, Press display.

Double click on Header and click edit icon.

Append logo name to line.

Eg:-INCLUDE 'ZLOGO' &T001G-TXTKO& OBJECT TEXT ID ADRS LANGUAGE &T001-SPRAS&

Read only

Former Member
0 Kudos
1,464

Hi,

First import the logo into SAP using SE78 and call logo in SE71(SAP Script) using INCLUDE Statement.

If you search in google then you will get some forums for how to import the logo into SAP and how to call the logo in SAPScript.

Thanks & Regards,

Polu

Read only

Former Member
0 Kudos
1,464

Hi Jayaprakash,

Upload your new logo in SE78.

Create a copy of the standard SAP script using option

Add your new logo in the related window.Ensure your changing the form in the created language.

Hope it helps