<?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: scripts general doubt in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477633#M223825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In SAP HELP the documentation says that for the address there is a standard command:&lt;/P&gt;&lt;P&gt;/: ADDRESS&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;This command formats the address according to the postal standards of the destination country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for using both standard ddic fields or internal tables can be multiple. Just consider a sapscript form where you have to show the address not only of the sender but the receiver.&lt;/P&gt;&lt;P&gt;The values of both may be found in the same table but you could show the values of the sender´s address in standard ddic fields and the values of the receiver´s address in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Jul 2006 08:24:03 GMT</pubDate>
    <dc:creator>former_member182371</dc:creator>
    <dc:date>2006-07-30T08:24:03Z</dc:date>
    <item>
      <title>scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477631#M223823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ALL,&lt;/P&gt;&lt;P&gt;I have a generaldoubt, i have noticed that in the text elements of sap scripts in windows, i see only the standard elements  like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                                   &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/:POBOX &amp;amp;LFA1-PFACH&amp;amp;  CODE &amp;amp;LFA1-PSTL2&amp;amp;                                   &lt;/P&gt;&lt;P&gt;/:CITY&amp;amp;LFA1-ORT01&amp;amp;, &amp;amp;LFA1-ORT02&amp;amp;                                        &lt;/P&gt;&lt;P&gt;/:POSTCODE &amp;amp;LFA1-PSTLZ&amp;amp;&amp;lt;/b&amp;gt;                                                   &lt;/P&gt;&lt;P&gt;Is there any particular reason. &lt;/P&gt;&lt;P&gt;I see in driver program the data is in internal table then its assigned to standard fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is part of driver program it coded before a write program , &lt;/P&gt;&lt;P&gt;  &amp;lt;b&amp;gt;mabdr-lgpbe  = itab_resb-lgpla.&lt;/P&gt;&lt;P&gt;     mseg-ebeln  = itab_resb-ebeln.&lt;/P&gt;&lt;P&gt;     mseg-erfmg  = itab_resb-erfmg.&lt;/P&gt;&lt;P&gt;     mseg-erfme  = itab_resb-erfme.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i checked by passsing internal table fields in the scripts.&lt;/P&gt;&lt;P&gt;like this&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;/:POSTCODE &amp;amp;itab-PSTLZ&amp;amp;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was thinking there might a reason for doing so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you guys have an idea please let me know.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 22:50:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477631#M223823</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-29T22:50:31Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477632#M223824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;text symbols and other symbols will be diplayed as what you are seeing.&lt;/P&gt;&lt;P&gt;Note your driver program will supply the value for the program symbol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Abdul Hakim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Jul 2006 23:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477632#M223824</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2006-07-29T23:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477633#M223825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In SAP HELP the documentation says that for the address there is a standard command:&lt;/P&gt;&lt;P&gt;/: ADDRESS&lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;/: ENDADDRESS&lt;/P&gt;&lt;P&gt;This command formats the address according to the postal standards of the destination country.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason for using both standard ddic fields or internal tables can be multiple. Just consider a sapscript form where you have to show the address not only of the sender but the receiver.&lt;/P&gt;&lt;P&gt;The values of both may be found in the same table but you could show the values of the sender´s address in standard ddic fields and the values of the receiver´s address in an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Jul 2006 08:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477633#M223825</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2006-07-30T08:24:03Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477634#M223826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you be little bit more clear&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 13:38:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477634#M223826</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T13:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477635#M223827</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;     in general in Scripts standard driver programs data is fetched into the Structures not into intertables, and those structures data is passed into Print program.. by using loops... ie in most print programs(standard) structures are used to display the data... in order to understand this carefully observe the driver program(standard) how data is fetched...&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;Ashok P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Jul 2006 13:46:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477635#M223827</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-31T13:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477636#M223828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I have seen programs in which the data is retrieved in to internal tables ans then passed to standard fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  mseg-rsnum  = itab_resb-rsnum.&lt;/P&gt;&lt;P&gt;     mseg-matnr  = itab_resb-matnr.&lt;/P&gt;&lt;P&gt;then mseg-rsnum and mseg-matnr are used in scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i use utab_resb-rsnum and itab_resb-matnr instead of&lt;/P&gt;&lt;P&gt;mseg-rsnum and mseg-matnr  would that be wrong or any disadvantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 17:26:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477636#M223828</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T17:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: scripts general doubt</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477637#M223829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI KAJOL,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I DONT THINK THERE WILL BE ANY PROBLEM.&lt;/P&gt;&lt;P&gt;BUT CHECK THE CONDITION ON WHICH THE ITAB DATA IS MOVED TO THE MSEG STRUCTURE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 17:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scripts-general-doubt/m-p/1477637#M223829</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T17:49:28Z</dc:date>
    </item>
  </channel>
</rss>

