<?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 ABAP coding in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1549999#M249578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My programer has code like following for an output conditon type; He also commented that "The program for the delivery file, you need to call the form &amp;#147;ENTRY&amp;#148;, using a RETURN_CODE and US_SCREEN."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what is US_SCREEN here means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM ENTRY USING RETURN_CODE US_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR RETCODE.&lt;/P&gt;&lt;P&gt;  XSCREEN = US_SCREEN.&lt;/P&gt;&lt;P&gt;  PERFORM PROCESSING USING US_SCREEN.&lt;/P&gt;&lt;P&gt;  IF RETCODE NE 0.&lt;/P&gt;&lt;P&gt;    RETURN_CODE = 1.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    PERFORM SEND_CSV_FILE.&lt;/P&gt;&lt;P&gt;    RETURN_CODE = 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2006 17:19:14 GMT</pubDate>
    <dc:creator>Shiva_Ram</dc:creator>
    <dc:date>2006-09-07T17:19:14Z</dc:date>
    <item>
      <title>ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1549999#M249578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My programer has code like following for an output conditon type; He also commented that "The program for the delivery file, you need to call the form &amp;#147;ENTRY&amp;#148;, using a RETURN_CODE and US_SCREEN."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I know what is US_SCREEN here means?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM ENTRY USING RETURN_CODE US_SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CLEAR RETCODE.&lt;/P&gt;&lt;P&gt;  XSCREEN = US_SCREEN.&lt;/P&gt;&lt;P&gt;  PERFORM PROCESSING USING US_SCREEN.&lt;/P&gt;&lt;P&gt;  IF RETCODE NE 0.&lt;/P&gt;&lt;P&gt;    RETURN_CODE = 1.&lt;/P&gt;&lt;P&gt;  ELSE.&lt;/P&gt;&lt;P&gt;    PERFORM SEND_CSV_FILE.&lt;/P&gt;&lt;P&gt;    RETURN_CODE = 0.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 17:19:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1549999#M249578</guid>
      <dc:creator>Shiva_Ram</dc:creator>
      <dc:date>2006-09-07T17:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550000#M249579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;US_SCREEN is a parmeter passed via the subroutine call. Double click on FORM &amp;amp; it should take you to the PERFORM statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 17:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550000#M249579</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-09-07T17:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550001#M249580</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;U should say us what's in routine PROCESSING, I can only suppose US_SCREEN ca be a work area where it's stored the SCREEN status of a certain field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 17:30:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550001#M249580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T17:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550002#M249581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The processing routine has the following;Getting the delivery number from the NAST table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM PROCESSING USING PROC_SCREEN.&lt;/P&gt;&lt;P&gt;  XVBELN = NAST-OBJKY.&lt;/P&gt;&lt;P&gt;ENDFORM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 17:34:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550002#M249581</guid>
      <dc:creator>Shiva_Ram</dc:creator>
      <dc:date>2006-09-07T17:34:24Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP coding</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550003#M249582</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 suppose you're updating a program to print a document so US_SCREEN means if the user want to print the document or to see it on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Infact in the dialog popup to choose printer data it can choose if to printer document really or to see it by preview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it chooses preview US_SCREEN = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2006 17:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-coding/m-p/1550003#M249582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-07T17:44:22Z</dc:date>
    </item>
  </channel>
</rss>

