<?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: Calling standard prog from zprogram. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822717#M1128571</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;Try to create a BDC in order to go to a certain screen and running it by call transaction in E (error) mode: in this way the BDC will be stopped to the screen u need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 13:48:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T13:48:48Z</dc:date>
    <item>
      <title>Calling standard prog from zprogram.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822715#M1128569</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;&lt;/P&gt;&lt;P&gt;Please tell me how to call 3rd screen of standard SAP program from z program.&lt;/P&gt;&lt;P&gt;Should exclude first two screen of standard SAP prog and data should be sent to 3rd screen and executed.&lt;/P&gt;&lt;P&gt;Or may be first two screens executed and then third screen in sequence and output after third screen to be directly displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanjiv N on Nov 24, 2008 2:42 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sanjiv N on Nov 24, 2008 2:44 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822715#M1128569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T13:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: Calling standard prog from zprogram.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822716#M1128570</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 the program name and screen no that will work. append it to bdcdata structure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:47:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822716#M1128570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T13:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Calling standard prog from zprogram.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822717#M1128571</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;Try to create a BDC in order to go to a certain screen and running it by call transaction in E (error) mode: in this way the BDC will be stopped to the screen u need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:48:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822717#M1128571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T13:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Calling standard prog from zprogram.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822718#M1128572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sanjeev,&lt;/P&gt;&lt;P&gt;                     please use below code snippet. It will solve your problem. To get program name and screen  details, make one recording program using ur tcode and apply below logic as its is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  DATA: bdcdata_wa  TYPE bdcdata,&lt;/P&gt;&lt;P&gt;      bdcdata_tab TYPE TABLE OF bdcdata.&lt;/P&gt;&lt;P&gt;  DATA opt TYPE ctu_params.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE r_ucomm.&lt;/P&gt;&lt;P&gt;    WHEN '&amp;amp;IC1'.&lt;/P&gt;&lt;P&gt;      READ TABLE it_final INDEX rs_selfield-tabindex.&lt;/P&gt;&lt;P&gt;      CHECK sy-subrc = 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR bdcdata_wa.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-program  = 'SAPLFTR_IRATE'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-dynpro   = '1000'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-dynbegin = 'X'.&lt;/P&gt;&lt;P&gt;      APPEND bdcdata_wa TO bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR bdcdata_wa.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fnam = 'BDC_CURSOR'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fval = 'VTGFHA-BUKRS'.&lt;/P&gt;&lt;P&gt;      APPEND bdcdata_wa TO bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR bdcdata_wa.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fnam = 'VTGFHA-BUKRS'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fval = '1000'.&lt;/P&gt;&lt;P&gt;      APPEND bdcdata_wa TO bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR bdcdata_wa.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fnam = 'BDC_CURSOR'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fval = 'VTGFHA-RFHA'.&lt;/P&gt;&lt;P&gt;      APPEND bdcdata_wa TO bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CLEAR bdcdata_wa.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fnam = 'VTGFHA-RFHA'.&lt;/P&gt;&lt;P&gt;      bdcdata_wa-fval = it_final-rfha.&lt;/P&gt;&lt;P&gt;      APPEND bdcdata_wa TO bdcdata_tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      opt-dismode = 'E'.&lt;/P&gt;&lt;P&gt;      opt-defsize = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      CASE rs_selfield-fieldname.&lt;/P&gt;&lt;P&gt;        WHEN 'RFHA'.&lt;/P&gt;&lt;P&gt;          CALL TRANSACTION 'TM_53' USING bdcdata_tab OPTIONS FROM opt ."AND SKIP FIRST SCREEN.&lt;/P&gt;&lt;P&gt;      ENDCASE.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hopw it will help u....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Prashanth Maturu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 13:54:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-standard-prog-from-zprogram/m-p/4822718#M1128572</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T13:54:46Z</dc:date>
    </item>
  </channel>
</rss>

