<?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: DYNPRO_SEND_IN_BACKGROUND in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-send-in-background/m-p/3069865#M727578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesnt support any screens or pop-ups in background. Even custom container is not supported in background.&lt;/P&gt;&lt;P&gt;Ensure that you do the necessary validation in background &amp;amp; dont create a custom container in background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If sy-batch ne &amp;#145;X&amp;#146;.
" create a custom container control for our ALV Control
" This code would be executed to create container only if executed in foreground
    CREATE OBJECT gv_cntnr
        EXPORTING
            container_name = 'CC_ALV2'
        EXCEPTIONS
            cntl_error = 1
            cntl_system_error = 2
            create_error = 3
            lifetime_error = 4
            lifetime_dynpro_dynpro_link = 5.
Endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Dec 2007 03:45:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-04T03:45:29Z</dc:date>
    <item>
      <title>DYNPRO_SEND_IN_BACKGROUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-send-in-background/m-p/3069864#M727577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting error while calling RFC function Module through JCO for displaying some data. On checking ST22 transaction, it is showing the error like DYNPRO_SEND_IN_BACKGROUND.&lt;/P&gt;&lt;P&gt;While i execute the program from SAP GUI, getting the correct result .&lt;/P&gt;&lt;P&gt;The RFM is using the method cl_alv_table_create=&amp;gt;create_dynamic_table to build dynamic internal table for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl.suggest some inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Dec 2007 13:00:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-send-in-background/m-p/3069864#M727577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-03T13:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: DYNPRO_SEND_IN_BACKGROUND</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-send-in-background/m-p/3069865#M727578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mahesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP doesnt support any screens or pop-ups in background. Even custom container is not supported in background.&lt;/P&gt;&lt;P&gt;Ensure that you do the necessary validation in background &amp;amp; dont create a custom container in background processing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If sy-batch ne &amp;#145;X&amp;#146;.
" create a custom container control for our ALV Control
" This code would be executed to create container only if executed in foreground
    CREATE OBJECT gv_cntnr
        EXPORTING
            container_name = 'CC_ALV2'
        EXCEPTIONS
            cntl_error = 1
            cntl_system_error = 2
            create_error = 3
            lifetime_error = 4
            lifetime_dynpro_dynpro_link = 5.
Endif.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Dec 2007 03:45:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro-send-in-background/m-p/3069865#M727578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-04T03:45:29Z</dc:date>
    </item>
  </channel>
</rss>

