cancel
Showing results for 
Search instead for 
Did you mean: 

How to change the logo in sales order VA01?

Former Member
0 Kudos

Hi,

Good day! how can i change the logo in our sales order VA01? What is the procedure?

Thanks,
Zoned

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

I notice something, here is the attached SO in right upper part is the logo while in the left down after logo i notice there is address same logo. how can i change the form for this, if i can see this in sql? or if there something i can check this form in folder?

thanks,

zoned

0 Kudos

Hi Zoned,

"INCLUDE &TVKO-TXNAM_KOP& OBJECT TEXT ID ADRS LANGUAGE &VBDKA-SPRAS_VKO&"

You are right, the above include you have mentioned is for the image in this sapscript. Edit this image and

enter the below


"BITMAP 'xxxx' OBJECT GRAPHICS ID BMAP TYPE BCOL

Where xxxx should be the name of the logo created using SE78 transaction.

Thanks,

Naveena

Former Member
0 Kudos

Hi Zoned,

I guess, you have used standard form RVORDER01 (sapscript) or its modification. I will use this form as example in the next.

1. Find out window with logo and address in the form:

[transaction SE71 -> put sapscript form name RVORDER01 into field Form -> button Display -> menu Settings -> Form painter -> SAPscript - check checkbox Graphical Form Painter]

Compare printed document with form layout.

Logo is located in the window HEADER.

Address "IDS Holding AG, Postfach ... " is located in the window ADDRESS.

2. Check sapscript code in the windows HEADER and ADDRESS:

Check includes in the windows.

In the window HEADER is:

/: INCLUDE &TVKO-TXNAM_KOP& OBJECT TEXT ID ADRS LANGUAGE &VBDKA-SPRAS_VKO&

In the window ADDRESS is:

/: INCLUDE &TVKO-TXNAM_ADR& OBJECT TEXT ID ADRS

3. Find out names of standard texts:

The first parameter in the command INCLUDE is name of standard text. In this case there are letters & &. It means, that it is not directly name of text. It is variable - link to table TVKO and  field TXNAM_KOP and TXNAM_ADR.

Names of standard texts for table TVKO are maintained in:

[SAP customizing -> Sales and Distribution -> Basic Functions -> Output Control -> Output Determination -> Process Output and Forms -> Assign Form Texts -> Assign form texts per sales organization]

For my sales organization to the field Letter header is assigned name ADRS_HEADER and to the field Address text is assigned name ADRS_SENDER.

4. Create new standard texts (logo and address):

[transaction SO10]

5. Replace old standard texts names with new ones:

[SAP customizing -> Sales and Distribution -> Basic Functions -> Output Control -> Output Determination -> Process Output and Forms -> Assign Form Texts -> Assign form texts per sales organization]

Best regards

Eduard

Former Member
0 Kudos

Hi Mr. Eduard,

Good day! I already change the address and remove the logo but my prob why isn't logo appear in SO?

should i save first all the changes?

thanks,

zoned

Former Member
0 Kudos

Hi Zoned,

Is your logo created correctly? Check it:

[transaction SO10 -> display your standard text with logo -> menu Text -> Print Preview]

You don't need make any change into form. Only create your own text, create your own logo and change settings in customizing:

[SAP customizing -> Sales and Distribution -> Basic Functions -> Output Control -> Output Determination -> Process Output and Forms -> Assign Form Texts -> Assign form texts per sales organization]

Best regards

Eduard

former_member184701
Active Contributor
0 Kudos

dear,

1. run t-code V/43 and find out the output type for your particular sales order type;

2. run t-code V/30 , highligt your output type and double click on 'Processing routines'

3. look at column "Form" and take the form name

4. run t-code SE71 , put the form name and change a logo  -  request abaper to help

good luck

Former Member
0 Kudos

hi Mr. ppio,

good day! i already have the form name but when i run tcode se71 and put the form name i can't find the change logo? the tab only is administrative and basic settings? where i will go there?

thanks,

zoned

former_member184701
Active Contributor
0 Kudos

dear,

running SE71 try the following: Settings->Form Painter :

and tick ON the Graphical painter:

now it is much more easier to see/find out your logo

the screenshot below is the example :

also:

make sure the form name (you've already found) is correct.

also have a look at last change date  - may be someone had changed that form earlier and deleted/removed the logo...

i recommend you to ask abaper's help.

regards,

Former Member
0 Kudos

hi Mr. PPio,

this is the screenshot, where i can change the logo?

thanks, zoned

former_member184701
Active Contributor
0 Kudos

dear,

double click on Header 

and then click on Text button:

look for

INCLUDE *your logo name* OBJECT TEXT ID ST LANGUAGE EN

take this logo name and run t-code SO10 - change it or upload a new one

regards,

Former Member
0 Kudos

hi Mr. PPIO,

below is the screenshot that appear when i click the icon, but when i copy the logo name after the include, the error is

this is the error, even i put * in before the word and after.

thanks,

zoned

former_member184701
Active Contributor
0 Kudos

dear,

TVKO-TXNUM_KOP  is not a logo

request abaper.

regards,

Former Member
0 Kudos

hi Mr. PPIO,

ok, but there's no logo name in the icon that i click? right?

thnaks,

zoned

former_member184701
Active Contributor
0 Kudos

dear, you need to check EACH window - header, info, address, ....

i believe the 'logo' object has a fragment logo in its name

just watch again looking at Texts everewhere

regards,

Former Member
0 Kudos

Mr. PPIO,

i will look one by one, what should be the next after the include to identify if that is logo? what is the identity if that is the logo?

thanks,

zoned

Former Member
0 Kudos

Hi Zoned,

Logo is usually used as include of standard text. Try this:

1. Find out the include and form window:

[transaction SE71 -> ...-> Utilities ->Form info -> Find (Ctrl F) -> put the word "include" -> ENTER]

Check all rows with sapscript code "/: INCLUDE ..."

Use transaction SO10 and check standard texts from includes.

I have something like this:

ZHEX-MACRO-LOGO is the name of logo (name of standard text).

HEADER is the name of window.

Standard text ZHEX-MACRO-LOGO starts with line:

/: HEX TYPE BMON HEIGHT 000000 CM LEFT 000000 CM

2.Create your own logo and replace old logo:

http://scn.sap.com/thread/1358488

Best regards

Eduard.

Former Member
0 Kudos

Hi Mr. Eduard,

Good day! I cant find the logo in the header the message that i can see in the header,

INCLUDE &TVKO-TXNAM_KOP& OBJECT TEXT ID ADRS LANGUAGE &VBDKA-SPRAS_VKO&

what will do next? i look each part of form, but i cant see the name with logo.

thanks,

zoned

Former Member
0 Kudos

Hi, Zoned,

show whole form definition, please ([transaction SE71 -> ...-> Utilities ->Form info]). Maybe, it helps to solve your problem.

Best regards

Eduard

Former Member
0 Kudos

hi mr. eduard,

i cant find the form info in se71 -> Utilities-> form info. i already check other name beside utilities but i cant find the form info.

thanks,

zoned

Former Member
0 Kudos

Hi Zoned,

try again:

[transaction SE71 -> put sapscript form name into field Form -> button Display -> menu Utilities

-> Form info]

and then save output to file or to clipboard and place it to SDN:

[menu List -> Save to PC file]

Best regards

Eduard

suman_sardar2
Active Contributor
0 Kudos

Hi Zoned,

Can you tell in details that which LOGO you are talking about in VA01.

Are you talking about the printout of the sales order?

Plz let me know.

Thanks,

Suman

Former Member
0 Kudos

hi suman,

yes im talking about the printout sales order logo.

thanks,

zoned

JasonLax
Product and Topic Expert
Product and Topic Expert
0 Kudos

SCN Support is for SAP Community Network support related queries only.

To get a quick (or any) response, create your new discussion in a space related to your query.  This way it will be visible to topic experts who will then see and reply to it.  The SCN Site Index contains a full listing of all SCN spaces.

JasonLax
Product and Topic Expert
Product and Topic Expert
0 Kudos

Discussion moved from SCN Support to SAP ERP SD Billing

Former Member
0 Kudos

anyone know, how to change the logo in sales order via va01? because the logo of our SO is wrong.

Former Member
0 Kudos

anyone know, how to change the logo in sales order via va01? because the logo of our SO is wrong.