<?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 *calling MIR7 tcode in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mir7-tcode/m-p/3440961#M826369</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is when try to call MIR7 tcode in my workflow it showing without other Invoice document(Ctrl +F10) button. but when i call induvidually (/nMIR7) IT Showing that button.&lt;/P&gt;&lt;P&gt;if u click on that button and giving Document number and fiscal year it showing the parked document details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u Please guide me how to get that screen. with code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 17 Feb 2008 09:38:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-17T09:38:10Z</dc:date>
    <item>
      <title>*calling MIR7 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mir7-tcode/m-p/3440961#M826369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is when try to call MIR7 tcode in my workflow it showing without other Invoice document(Ctrl +F10) button. but when i call induvidually (/nMIR7) IT Showing that button.&lt;/P&gt;&lt;P&gt;if u click on that button and giving Document number and fiscal year it showing the parked document details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u Please guide me how to get that screen. with code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2008 09:38:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mir7-tcode/m-p/3440961#M826369</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-17T09:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: *calling MIR7 tcode</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mir7-tcode/m-p/3440962#M826370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;have a look at the following code snippet:&lt;/P&gt;&lt;P&gt;Program: SAPLMR1M&lt;/P&gt;&lt;P&gt;Include:   LMR1MI3U&lt;/P&gt;&lt;P&gt;Module:   MODULE (PAI) FCODE_6100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
MODULE fcode_6100 INPUT.

  IF ok-code = fcook.

    mir4_change = 'X'.

    SET PARAMETER ID: 'RBN' FIELD rbkpv-belnr,
                      'GJR' FIELD rbkpv-gjahr,
                      'RBS' FIELD rbkpv-rbstat,
                      'CHG' FIELD mir4_change.

    IF sy-tcode = tcode_mir4.
      LEAVE TO TRANSACTION tcode_mir4 AND SKIP FIRST SCREEN.
    ELSE.
      CALL TRANSACTION tcode_mir4 AND SKIP FIRST SCREEN.
    ENDIF.
  ENDIF.
  SET SCREEN 0. LEAVE SCREEN.

ENDMODULE.   
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 16:01:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-mir7-tcode/m-p/3440962#M826370</guid>
      <dc:creator>former_member182371</dc:creator>
      <dc:date>2008-02-22T16:01:46Z</dc:date>
    </item>
  </channel>
</rss>

