<?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: REG SCRIPTS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407198#M196439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)select LGORT from mard.&lt;/P&gt;&lt;P&gt;2)now from TWLAD u  can select ADRNR(Address number) for  perticular lgort .&lt;/P&gt;&lt;P&gt;3)now  u  can  calculate  address from table ADRC for  perticular ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have the address number(adrnr) in t he driver program, when u use 'FM WRITE_FORM, it automatically passes to the sapscript..then u can use&lt;/P&gt;&lt;P&gt;/: ADDRESS PARAGRAPH AS&lt;/P&gt;&lt;P&gt;/: ADDRESSNUMBER &amp;amp;ADRNR(K)&amp;amp;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY IN&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; NOW  UR  PROBLEM  SOLVED .&lt;/P&gt;&lt;P&gt;PLZ AWARDED POINTS....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Jun 2006 08:13:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-19T08:13:49Z</dc:date>
    <item>
      <title>REG SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407196#M196437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai to all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this regarding ME21N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my senario is creation of stock transfer order . based on the storage location entered on order i have to fetch the address of the corresponding storage location and print on the consignee window in the form&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:00:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407196#M196437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: REG SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407197#M196438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The storage will have a ADDRESS NUMBER (ADRNR) in the master table, get that and use the ADDRESS command of the SAP SCRIPT and pass the ADRNR to it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Please mark the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:10:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407197#M196438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: REG SCRIPTS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407198#M196439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1)select LGORT from mard.&lt;/P&gt;&lt;P&gt;2)now from TWLAD u  can select ADRNR(Address number) for  perticular lgort .&lt;/P&gt;&lt;P&gt;3)now  u  can  calculate  address from table ADRC for  perticular ADRNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u have the address number(adrnr) in t he driver program, when u use 'FM WRITE_FORM, it automatically passes to the sapscript..then u can use&lt;/P&gt;&lt;P&gt;/: ADDRESS PARAGRAPH AS&lt;/P&gt;&lt;P&gt;/: ADDRESSNUMBER &amp;amp;ADRNR(K)&amp;amp;&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;/: FROMCOUNTRY IN&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; NOW  UR  PROBLEM  SOLVED .&lt;/P&gt;&lt;P&gt;PLZ AWARDED POINTS....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 08:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-scripts/m-p/1407198#M196439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T08:13:49Z</dc:date>
    </item>
  </channel>
</rss>

