<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Sapscript replace logo in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552459#M250497</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable &amp;amp;TVKO-TXNAM_KOP&amp;amp; is automatically filled in with the value for LETTER HEADER.  In V/85, you should see the old logo name in the LETTER HEADER column.  You would change it for the specific sales organization.  The new value would be your new logo name (standard text name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is nothing in V/85, then it is probably configured by sales office (txn V/55) or shipping point (txn V/41).  You can also use the path listed in the other reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?  If you do not want to hard code it as you mentioned in the original note, you would NOT change the SAPscript.  You would replace the name of the standard text in the LETTER HEAD column with your new standard text name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Aug 2006 17:22:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-16T17:22:19Z</dc:date>
    <item>
      <title>Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552455#M250493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a requirement to replace an existing logo with a new logo in Sapscript. I have imported the logo into SAP as a standard text. The existing logo is not hardcoded, but as a variable. This is how the INCLUDE is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INCLUDE &amp;amp;TVKO-TXNAM_KOP&amp;amp; OBJECT TEXT ID ADRS LANGUAGE &amp;amp;VBDKA-SPRAS_VKO&amp;amp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should I call my new logo to replace the old logo without hardcoding it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A.P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 16:22:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552455#M250493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T16:22:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552456#M250494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is configuration.  It is done in the IMG.&lt;/P&gt;&lt;P&gt;TVKO-TXNAM_KOP is the variable for the letter head.  It can be defined by sales org, sales office, or shipping point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check txn V/85 for sales org config.&lt;/P&gt;&lt;P&gt;If that doesn't work, use txn SPRO and path...&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Sales and Distribution
  Basic Functions
    Output Control
      Output Determination
        Process Output and Forms
          Assign Form texts&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 16:43:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552456#M250494</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T16:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552457#M250495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can achieve as per below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I want to upload a coloured logo from my desktop to SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Upload your logo via SE78.&lt;/P&gt;&lt;P&gt;- Select 'Import' button from application toolbar of SE78, and perform upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Then i want to upload that coloured Logo into my SAP Script output&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- At SE71, goto Text Element from your window logo (window where you locate your company logo), and place the following statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/: BITMAP 'COMPANY_LOGO' OBJECT GRAPHICS ID BMAP TYPE BCOL DPI 150&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Then i want to make that Coloured logo to be Printed on Layout screen visible as with same color as i uploaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 16:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552457#M250495</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T16:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552458#M250496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Norman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried transaction v/85. It lists all the sales orgs. It lists the new sales org code. Now, how do I change to the new logo? Do I leave the include as it is ? Or do I have to change this somewhere in the print program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A.P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 16:51:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552458#M250496</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T16:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552459#M250497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The variable &amp;amp;TVKO-TXNAM_KOP&amp;amp; is automatically filled in with the value for LETTER HEADER.  In V/85, you should see the old logo name in the LETTER HEADER column.  You would change it for the specific sales organization.  The new value would be your new logo name (standard text name).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If there is nothing in V/85, then it is probably configured by sales office (txn V/55) or shipping point (txn V/41).  You can also use the path listed in the other reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?  If you do not want to hard code it as you mentioned in the original note, you would NOT change the SAPscript.  You would replace the name of the standard text in the LETTER HEAD column with your new standard text name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552459#M250497</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T17:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552460#M250498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for you quick reply! In txn V/85, I don't find the old logo standard text listed for the particular sales org. But it contains the new logo standard text name. So my understanding is that anytime the form is printed, the new logo will print. And I need not change anything in the print program or layout for this. Am I correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 17:46:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552460#M250498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T17:46:04Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552461#M250499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes.  You should not have to change the print program or the SAPscript layout set.  It can be done with configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However (there is always a however)...&lt;/P&gt;&lt;P&gt;Look at the IMG using the path I listed.  Instead of clicking on the execute button in front of ASSIGN FORM TEXTS, click on the documentation icon to the left.  &lt;/P&gt;&lt;P&gt;These texts are usually used for an address, not a logo.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought you had identified existing configuration that was using this setting to print an older logo.  You wanted to replace it.  Is it already printing a logo and are you sure it is determined by this INCLUDE in the SAPscript?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use this process, your standard text logo should use a text id of ADRS.  The documentation says it should be SDVD, but the INCLUDE line is specifying ADRS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 18:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552461#M250499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552462#M250500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Norman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only statements I have in the header are two INCLUDE commands. One is calling a variable &amp;amp;TVKO-TXNAM_KOP&amp;amp; and another calling a standard text z_header. So I guess the include calling the variable must be he one that is printing it. This is the same for other scripts too, as I don't find anything with an INCLUDE calling a zlogo_company standard text directly. And besides I'm working remotely and I can't print from where I work. So do you think the INCLUDE variable fills the logo name from V/85 and prints it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;A.P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 18:41:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552462#M250500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T18:41:23Z</dc:date>
    </item>
    <item>
      <title>Re: Sapscript replace logo</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552463#M250501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should be able to use PRINT PREVIEW to view the SAPscript output and the old and new logos.  I am in the same situation.  I am working remote without access to the client's printers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Was there a standard text in V/85 or was it blank?&lt;/P&gt;&lt;P&gt;If it was blank, how about V/41 or V/55?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you know the old text name for the logo, you can do a PRINT PREVIEW in SO10 to see if it is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also use the SAPscript debugger to see what is filled in for &amp;amp;TVKO-TXNAM_KOP&amp;amp;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2006 18:49:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-replace-logo/m-p/1552463#M250501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-16T18:49:37Z</dc:date>
    </item>
  </channel>
</rss>

