<?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: Layouts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905121#M683331</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="510593"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/" target="test_blank"&gt;http://help.sap.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap.htm" target="test_blank"&gt;http://www.sap-img.com/abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap.htm" target="test_blank"&gt;http://www.sap-img.com/abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/FAQs/default.html" target="test_blank"&gt;http://www.sapbrain.com/FAQs/default.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm" target="test_blank"&gt;http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bapi.htm" target="test_blank"&gt;http://www.sap-img.com/bapi.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-006.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-006.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/" target="test_blank"&gt;http://www.sapmaterial.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me reward points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Oct 2007 03:04:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-17T03:04:56Z</dc:date>
    <item>
      <title>Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905119#M683329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When i am using interactive alv's i am getting error , what is the error means after first list i have to switch over from list to predefined Transaction , there i have to display my data in my layout(User defined Layout) , but defaultly it is taking Pre Defined Layout , so it is possible to display my data in my layout insted of SAP pre defined layout.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:00:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905119#M683329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905120#M683330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you passing parameters marked in bold while calling ALV Function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  clear x_layout.&lt;/P&gt;&lt;P&gt;  x_layout-zebra = c_x.&lt;/P&gt;&lt;P&gt;   x_layout-colwidth_optimize = c_x.&lt;/P&gt;&lt;P&gt;  x_layout-no_colhead        = space.&lt;/P&gt;&lt;P&gt;  g_variant-variant = p_varant.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;To Display the Output in ALV Format&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;  call function 'REUSE_ALV_GRID_DISPLAY'&lt;/P&gt;&lt;P&gt;       exporting&lt;/P&gt;&lt;P&gt;            i_callback_program = g_repid&lt;/P&gt;&lt;P&gt;            is_layout          = x_layout&lt;/P&gt;&lt;P&gt;            it_fieldcat        = tb_fieldcat&lt;/P&gt;&lt;P&gt;            &amp;lt;b&amp;gt;i_save            = 'X'&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;            it_events          = tb_events&lt;/P&gt;&lt;P&gt;            it_sort            = tb_sort&lt;/P&gt;&lt;P&gt;            &amp;lt;b&amp;gt;is_variant         = g_variant&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       tables&lt;/P&gt;&lt;P&gt;            t_outtab           = tb_final&lt;/P&gt;&lt;P&gt;       exceptions&lt;/P&gt;&lt;P&gt;            program_error      = 1&lt;/P&gt;&lt;P&gt;            others             = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting G_VARIANT from selection screen and passing the same to report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you are clear with this analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:02:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905120#M683330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:02:59Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905121#M683331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="510593"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/" target="test_blank"&gt;http://help.sap.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the following links:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap.htm" target="test_blank"&gt;http://www.sap-img.com/abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap.htm" target="test_blank"&gt;http://www.sap-img.com/abap.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapbrain.com/FAQs/default.html" target="test_blank"&gt;http://www.sapbrain.com/FAQs/default.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm" target="test_blank"&gt;http://www.sap-img.com/abap/answers-to-some-abap-interview-questions.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/bapi.htm" target="test_blank"&gt;http://www.sap-img.com/bapi.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm" target="test_blank"&gt;http://www.sap-img.com/sapscripts/faq-for-sap-scripts.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smart-006.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smart-006.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm" target="test_blank"&gt;http://www.sap-img.com/smartforms/smartforms-faq-part-two.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/" target="test_blank"&gt;http://www.sapmaterial.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me reward points...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905121#M683331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905122#M683332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no my code ls like &lt;/P&gt;&lt;P&gt;form val using user_command like sy-ucomm sel type slis_selfield.&lt;/P&gt;&lt;P&gt;DATA : field(10) type c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'SAK' FIELD I_OUTPUT2-HKONT.&lt;/P&gt;&lt;P&gt;SET PARAMETER ID 'BUK' FIELD I_OUTPUT2-BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL TRANSACTION 'FBL3N' AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform. "VAL&lt;/P&gt;&lt;P&gt;here can we pass layout information how?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:11:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905122#M683332</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905123#M683333</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;No you can't pass layout information using CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905123#M683333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905124#M683334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FBL3N is a report. So with the selected values you can populate selection screen entries and use SUBMIT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the correct way to pass value sand see result and not CALL TRANSACTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905124#M683334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905125#M683335</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so what is the alternative to pass layout information and field information&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:22:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905125#M683335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905126#M683336</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi thx but can u pls give me some code ex for submit statement for this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:23:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905126#M683336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905127#M683337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here are the details for SUBMIT command. And it contains examples too -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to use option via SELECTION-SCREEN and populate parameter values to selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basic forms:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. SUBMIT rep.&lt;/P&gt;&lt;P&gt;2. SUBMIT (name).&lt;/P&gt;&lt;P&gt;Extras:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. ... LINE-SIZE col 2. ... LINE-COUNT line&lt;/P&gt;&lt;P&gt;3. ... TO SAP-SPOOL List output to the SAP spool database&lt;/P&gt;&lt;P&gt;4. ... USING SELECTION-SCREEN scr&lt;/P&gt;&lt;P&gt;5. ... VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;6. ... AND RETURN&lt;/P&gt;&lt;P&gt;7. ... EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;8. ... USER user VIA JOB job NUMBER n&lt;/P&gt;&lt;P&gt;9. ...Various additions for passing parameters to rep&lt;/P&gt;&lt;P&gt;10. ... USING SELECTION-SETS OF PROGRAM prog&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Calls report rep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system leaves the active program and starts the new report rep. In basic form 2, you can specify the name of the report in the field name. You must specify the name in uppercase, otherwise a runtime error occurs.&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can only start programs with type '1' using SUBMIT. If the program has a different type, the system triggers a runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please consult Data Area and Modularization Unit Organization documentation as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... LINE-SIZE col&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list generated by the report has the line width col.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... LINE-COUNT line&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list generated by the report has line lines per page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... USING SELECTION-SCREEN scr&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you execute the report, the system uses the selection screen number that you specify in the scr field. This must be a selection screen defined using the SELECT-OPTIONS, PARAMETERS and SELECTION-SCREEN statements.If you omit the addition, the system uses the standard selection screen 1000.&lt;/P&gt;&lt;P&gt;This addition allows you to start the same report in different situations, using a different selection screen each time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   1. The addition VIA SELECTION SCREEN determines whether the report is processed in the foreground or the background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   2. What happens if the required screen does not exist or is not a selection screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Screen 1000:&lt;/P&gt;&lt;P&gt;      If you want to use the standard selection screen ( ... USING SELECTION-SCREEN 1000 or do not specify a ... USING SELECTION-SCREEN) addition, the system does not process a selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Other selection screens:&lt;/P&gt;&lt;P&gt;      The system triggers a runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The selection screen is displayed. In this case, the selection screen is displayed again after the report list has been displayed. The values entered by the user remain displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 6&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... AND RETURN&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returns to the calling transaction or program after the called program has been executed. SUBMIT ... AND RETURN creates a new internal session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... EXPORTING LIST TO MEMORY&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does not display the output list of the called report, but saves it in ABAP memory and leaves the called report immediately. Since the calling program can read the list from memory and process it further, you need to use the addition ... AND RETURN . Also, since the called report cannot be requested for printing, the addition ... TO SAP-SPOOL is not allowed here. You can read the saved list from SAP memory with the function module 'LIST_FROM_MEMORY' and then (for example) store it in the database with EXPORT. You can process this list further with the function modules 'WRITE_LIST', 'DISPLAY_LIST' ... of the function group "SLST".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... USER user VIA JOB job NUMBER n&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Schedules the specified report in the job specified by the job name job and the job number n. The job runs under the user name user and you can omit the addition USER user. The assignment of the job number occurs via the function module JOB_OPEN (see also the documentation for the function modules JOB_CLOSE and JOB_SUBMIT). This addition can only be used with the addition ...AND RETURN.&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When scheduling a report with the SUBMIT ... VIA JOB job NUMBER n statement, you should always use the addition ...TO SAP-SPOOL to pass print and/or archive parameters. Otherwise, default values are used to generate the list and this disturbs operations in a production environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 0:&lt;/P&gt;&lt;P&gt;    Job scheduled successfully &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 4:&lt;/P&gt;&lt;P&gt;    Job scheduling terminated by user &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 8:&lt;/P&gt;&lt;P&gt;    Error in job scheduling ( JOB_SUBMIT) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SY-SUBRC = 12:&lt;/P&gt;&lt;P&gt;    Error in internal number assignment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Addition 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... USING SELECTION-SETS OF PROGRAM prog&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uses variants of the program prog when executing the program rep.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Important&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The programs prog and rep must have the same SELECT-OPTIONS and PARAMETERs. Otherwise, variants of the program prog may be destroyed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When using this addition, the specified variant vari of the program prog is taken in USING SELECTION-SET vari. On the other hand, all variant-related actions on the selection screen of rep (Get, Save as variant, Display, Delete) refer to the variants of prog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT REPORT01&lt;/P&gt;&lt;P&gt;       VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;       USING SELECTION-SET 'VARIANT1'&lt;/P&gt;&lt;P&gt;       USING SELECTION-SETS OF PROGRAM 'REPORT00'&lt;/P&gt;&lt;P&gt;       AND RETURN.&lt;/P&gt;&lt;P&gt;Effect&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Executes the program REPORT01 with the variant VARIANT1 of the program REPORT00.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Non-Catchable Exceptions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;LOAD_PROGRAM_NOT_FOUND: The specified program was not found.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SUBMIT_WRONG_TYPE: The specified program is not a report.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SUBMIT_IMPORT_ONLY_PARAMETER: Only one value passed to a report parameter.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SUBMIT_WRONG_SIGN: Invalid value passed to a selection with the addition SIGN.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;SUBMIT_IN_ITAB_ILL_STRUCTURE: Table passed to a selection with WITH sel IN itab had an unexpected structure.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905127#M683337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905128#M683338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i used this &lt;/P&gt;&lt;P&gt;SUBMIT FBL3N VIA SELECTION-SCREEN&lt;/P&gt;&lt;P&gt;USING SELECTION-SET 'VARIANT1'&lt;/P&gt;&lt;P&gt;USING SELECTION-SETS OF PROGRAM 'ZFIGL_INTERCO_ACCOUNT'&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt; but  it is going to dump stating that FBL3N is not in library&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:38:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905128#M683338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905129#M683339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to use program name RFITEMGL instead of FBL3N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:43:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905129#M683339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:43:50Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905130#M683340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pls one more doubt how to set the variant1 pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905130#M683340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905131#M683341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is a sample &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;submit RFITEMGL with SD_SAKNR  in r_hkont&lt;/P&gt;&lt;P&gt;                                   Dd_BUKRS in r_bukrs&lt;/P&gt;&lt;P&gt;and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Populate ranges R_HKONT and R_BUKRS with G/L Account and Company Code values and pass the same to SUBMIT command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ashish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 03:56:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905131#M683341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T03:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905132#M683342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I MADE A CODE LIKE &lt;/P&gt;&lt;P&gt;submit RFITEMGL with SD_SAKNR in I_OUTPUT &lt;/P&gt;&lt;P&gt;Dd_BUKRS in S_bukrs and return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT IT IS COMING  Dd_BUKRS in S_bukrs IS NOT EXPECTED&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 04:19:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905132#M683342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T04:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905133#M683343</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;Give ur email id and send ur code to me ,i will definately help u out if d report is to be formed in ALV.&lt;/P&gt;&lt;P&gt;My email id is jo_kamaal@yahoo.co.in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrads,&lt;/P&gt;&lt;P&gt;ric.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 04:20:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905133#M683343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T04:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905134#M683344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi can i have u r mail id pls i need some help from u urgetn pls help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 05:58:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905134#M683344</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T05:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905135#M683345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sure u can have can have it,its&amp;lt;b&amp;gt; jo_kamaal@yahoo.co.in&amp;lt;/b&amp;gt;,do send ur code as ftas as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905135#M683345</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Layouts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905136#M683346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but coming different names for u&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2007 06:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/layouts/m-p/2905136#M683346</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-17T06:05:31Z</dc:date>
    </item>
  </channel>
</rss>

