<?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: Script Output Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399391#M1240630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While calling the OPEN_FORM function module pass the vendor langue to input LANGUAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
function open_form.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(APPLICATION) LIKE  TTXOB-TDAPPL DEFAULT 'TX'
*"     VALUE(ARCHIVE_INDEX) LIKE  TOA_DARA STRUCTURE  TOA_DARA OPTIONAL
*"     VALUE(ARCHIVE_PARAMS) LIKE  ARC_PARAMS STRUCTURE  ARC_PARAMS
*"       OPTIONAL
*"     VALUE(DEVICE) TYPE  C DEFAULT 'PRINTER'
*"     VALUE(DIALOG) TYPE  C DEFAULT 'X'
*"     VALUE(FORM) TYPE  C DEFAULT SPACE
**"     *VALUE(LANGUAGE) LIKE  THEAD-TDSPRAS DEFAULT SY-L*ANGU**
"VALUE(OPTIONS) LIKE  ITCPO STRUCTURE  ITCPO OPTIONAL
*"     VALUE(MAIL_SENDER) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID OPTIONAL
*"     VALUE(MAIL_RECIPIENT) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID
*"       OPTIONAL
*"     VALUE(MAIL_APPL_OBJECT) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID
*"       OPTIONAL
*"     VALUE(RAW_DATA_INTERFACE) TYPE  C DEFAULT '*'
*"     VALUE(SPONUMIV) TYPE  NRIV-NRRANGENR OPTIONAL
*"  EXPORTING
*"     VALUE(LANGUAGE) LIKE  THEAD-TDSPRAS
*"     VALUE(NEW_ARCHIVE_PARAMS) LIKE  ARC_PARAMS STRUCTURE  ARC_PARAMS
*"     VALUE(RESULT) LIKE  ITCPP STRUCTURE  ITCPP
*"  EXCEPTIONS
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Apr 2, 2009 7:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Apr 2009 13:52:37 GMT</pubDate>
    <dc:creator>Pawan_Kesari</dc:creator>
    <dc:date>2009-04-02T13:52:37Z</dc:date>
    <item>
      <title>Script Output Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399388#M1240627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one query in sap script. I have one std. script. I copied it in two languages EN &amp;amp; DE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the requirement is the based on vendor language I wanted to print the script i.e. If I login in EN language but my vendor langu is DE then I will get the output in DE langu. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The script should not consider the logon language whereas it should consider only the vendor language &amp;amp; display the output accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have standard print program. We just copied the standard form &amp;amp; make it as Z-Form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody will suggest me how I can achieve that requirement?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Neha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399388#M1240627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Script Output Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399389#M1240628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to maintain a Ztable which hold the form name the layout to call and the language... based on your values pass the values and get the appropriate layout and call that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:49:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399389#M1240628</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-02T13:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Script Output Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399390#M1240629</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;For this you have to create standard text independently with EN and DE lang.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Based on Customer Lang (Check if cust-lang = EN else for DE )you have to pass text. This is for Output texts and Heading texts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The line items will be displayed as usaual. Other thas this issuse let us know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:52:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399390#M1240629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-02T13:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Script Output Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399391#M1240630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While calling the OPEN_FORM function module pass the vendor langue to input LANGUAGE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
function open_form.
*"----------------------------------------------------------------------
*"*"Local Interface:
*"  IMPORTING
*"     VALUE(APPLICATION) LIKE  TTXOB-TDAPPL DEFAULT 'TX'
*"     VALUE(ARCHIVE_INDEX) LIKE  TOA_DARA STRUCTURE  TOA_DARA OPTIONAL
*"     VALUE(ARCHIVE_PARAMS) LIKE  ARC_PARAMS STRUCTURE  ARC_PARAMS
*"       OPTIONAL
*"     VALUE(DEVICE) TYPE  C DEFAULT 'PRINTER'
*"     VALUE(DIALOG) TYPE  C DEFAULT 'X'
*"     VALUE(FORM) TYPE  C DEFAULT SPACE
**"     *VALUE(LANGUAGE) LIKE  THEAD-TDSPRAS DEFAULT SY-L*ANGU**
"VALUE(OPTIONS) LIKE  ITCPO STRUCTURE  ITCPO OPTIONAL
*"     VALUE(MAIL_SENDER) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID OPTIONAL
*"     VALUE(MAIL_RECIPIENT) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID
*"       OPTIONAL
*"     VALUE(MAIL_APPL_OBJECT) LIKE  SWOTOBJID STRUCTURE  SWOTOBJID
*"       OPTIONAL
*"     VALUE(RAW_DATA_INTERFACE) TYPE  C DEFAULT '*'
*"     VALUE(SPONUMIV) TYPE  NRIV-NRRANGENR OPTIONAL
*"  EXPORTING
*"     VALUE(LANGUAGE) LIKE  THEAD-TDSPRAS
*"     VALUE(NEW_ARCHIVE_PARAMS) LIKE  ARC_PARAMS STRUCTURE  ARC_PARAMS
*"     VALUE(RESULT) LIKE  ITCPP STRUCTURE  ITCPP
*"  EXCEPTIONS
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Pawan Kesari on Apr 2, 2009 7:22 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Apr 2009 13:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-output-issue/m-p/5399391#M1240630</guid>
      <dc:creator>Pawan_Kesari</dc:creator>
      <dc:date>2009-04-02T13:52:37Z</dc:date>
    </item>
  </channel>
</rss>

