<?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: regarding online programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086799#M433445</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this url:&lt;/P&gt;&lt;P&gt; U will getall answer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html" target="test_blank"&gt;http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/InterviewQ/interviewQ.htm" target="test_blank"&gt;http://www.saptechnical.com/InterviewQ/interviewQ.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reports&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/reports.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/reports.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rewords points.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Apr 2007 12:08:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-16T12:08:53Z</dc:date>
    <item>
      <title>regarding online programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086798#M433444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.	What tools within the ABAP Development Workbench are used to create an online program?&lt;/P&gt;&lt;P&gt;2.	What are the run-time environment components of an online program?&lt;/P&gt;&lt;P&gt;3.	Which processor controls the flow logic of your online program?&lt;/P&gt;&lt;P&gt;4.	What are the two main events in screen flow logic?  When are they processed?&lt;/P&gt;&lt;P&gt;5.	In an ABAP online program&amp;#146;s attributes, what is the specified program type?&lt;/P&gt;&lt;P&gt;6.	Are ABAP program screens system, client, or program dependent?&lt;/P&gt;&lt;P&gt;7.	Identify some of the attributes assigned to individual fields on a screen. Where is this done?&lt;/P&gt;&lt;P&gt;8.	What are the two locations that can contain ABAP data definitions in an online program? &lt;/P&gt;&lt;P&gt;9.	What invokes an online program?&lt;/P&gt;&lt;P&gt;10.	To automatically have data transferred from the program fields to screen fields, what is required?&lt;/P&gt;&lt;P&gt;11.	Identify and describe the various automatic screen field checks performed by the dynpro processor.&lt;/P&gt;&lt;P&gt;12.	How do you indicate that a specific field&amp;#146;s input is required on a screen?&lt;/P&gt;&lt;P&gt;13.	What are the available message types for the module pool?&lt;/P&gt;&lt;P&gt;14.	How many message ID&amp;#146;s can be specified per program?  Where is the message ID specified (in what ABAP statement)?&lt;/P&gt;&lt;P&gt;15.	Certain messages are displayed on the current screen, others are displayed on the next screen.  What message types are displayed on which screen?&lt;/P&gt;&lt;P&gt;16.	What is the purpose of the &amp;#147;FIELD&amp;#148; statement within an online program?&lt;/P&gt;&lt;P&gt;17.	Explain the functionality of the flow logic &amp;#147;SELECT&amp;#148; statement.&lt;/P&gt;&lt;P&gt;18.	If you want to make more than one field open for input after an error, what flow logic statements must be used?&lt;/P&gt;&lt;P&gt;19.	Describe data transport between screen fields and the ABAP work area in both the PBO and PAI.&lt;/P&gt;&lt;P&gt;20.	What screen event is processed following an error or warning message during program execution?&lt;/P&gt;&lt;P&gt;21.	What three techniques can be used to display screen fields with default values?&lt;/P&gt;&lt;P&gt;22.	What are the various methods available for cursor placement within an online program?&lt;/P&gt;&lt;P&gt;23.	Where do you set the GUI status for a screen?&lt;/P&gt;&lt;P&gt;24.	What types of GUI statuses are used in online programming?  How do you determine which one to use?&lt;/P&gt;&lt;P&gt;25.	How can you determine which function code was invoked by the user?&lt;/P&gt;&lt;P&gt;26.	What is the syntax of the ABAP statement that would dynamically return you to the calling screen?&lt;/P&gt;&lt;P&gt;27.	What ABAP statement terminates the remaining PAI processing of the current screen and immediately goes to the PBO event of the next screen?&lt;/P&gt;&lt;P&gt;28.	What flow logic statements are available for conditional module execution?  Describe their functionality.&lt;/P&gt;&lt;P&gt;29.	What are the database functions available within an online program?  What is the syntax of these statements?  Which of these functions will set SY-SUBRC?&lt;/P&gt;&lt;P&gt;30.	What two function modules are generated when you create a lock object?  What do these function modules do?&lt;/P&gt;&lt;P&gt;31.	When should you &amp;#147;lock&amp;#148; a record?  When should you &amp;#147;unlock&amp;#148; a record?&lt;/P&gt;&lt;P&gt;32.	What two steps do you need to perform to use a step-loop block on a screen?&lt;/P&gt;&lt;P&gt;33.	How do you activate/deactivate screen attributes dynamically?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 05:02:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086798#M433444</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T05:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: regarding online programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086799#M433445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go through this url:&lt;/P&gt;&lt;P&gt; U will getall answer .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm" target="test_blank"&gt;http://www.sap-img.com/abap/difference-between-batch-input-and-call-transaction-in-bdc.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/question-about-bdc-program.htm" target="test_blank"&gt;http://www.sap-img.com/abap/question-about-bdc-program.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/" target="test_blank"&gt;http://www.itcserver.com/blog/2006/06/30/batch-input-vs-call-transaction/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/bdc_main_page.htm" target="test_blank"&gt;http://www.planetsap.com/bdc_main_page.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2491514"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html" target="test_blank"&gt;http://www.sapbrain.com/FAQs/TECHNICAL/SAP_ABAP_DATADICTIONARY_FAQ.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.saptechnical.com/InterviewQ/interviewQ.htm" target="test_blank"&gt;http://www.saptechnical.com/InterviewQ/interviewQ.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/35/2cd77bd7705394e10000009b387c12/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Reports&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/reports.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/reports.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Rewords points.&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;P.Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 12:08:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086799#M433445</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T12:08:53Z</dc:date>
    </item>
    <item>
      <title>Re: regarding online programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086800#M433446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sarada,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just refer SAP help .&lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;Go to ABAPDOCU T Code and refer the information which you require.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2007 12:11:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-online-programming/m-p/2086800#M433446</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-16T12:11:33Z</dc:date>
    </item>
  </channel>
</rss>

