<?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: GETTING RUNTIME ERROR POSITNG GR-MIGO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408536#M818596</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;the link is an OSS-Note. Please read this and take a look, if this note is the right one for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1086181&amp;amp;nlang=EN&amp;amp;smpsrv=https%3a%2f%2fwebsmp210%2esap-ag%2ede]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can send you this oss-note as mail, if you give me your mailadi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nicole Lorenz on Feb 8, 2008 4:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Feb 2008 09:27:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-08T09:27:03Z</dc:date>
    <item>
      <title>GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408532#M818592</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;While Posting GR thru MIGO, we'r getting short fump while posting the transaction after check made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise what happened exactly and how to fix this......&lt;/P&gt;&lt;P&gt;We'r getting this error/short dump only from today and wants to know whether its getting affected by any patches implemented by Basis consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FYR&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below description displaying in Runtime error while posting GR-MIGO after check completed OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text&lt;/P&gt;&lt;P&gt;Syntax error in program "SAPLFAGL_MIG_OPITEMS ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What happened?&lt;/P&gt;&lt;P&gt;    Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The current ABAP program "SAPLGLIN" had to be terminated because it has&lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The following syntax error occurred in program "SAPLFAGL_MIG_OPITEMS " in&lt;/P&gt;&lt;P&gt;     include "LFAGL_MIG_OPITEMSTOP " in&lt;/P&gt;&lt;P&gt;    line 42:&lt;/P&gt;&lt;P&gt;    "The type "FAGL_MIG_BELNR_DOCNR" is unknown."&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The include has been created and last changed by:&lt;/P&gt;&lt;P&gt;    Created by: "SAP "&lt;/P&gt;&lt;P&gt;    Last changed by: "BS1SUDHA "&lt;/P&gt;&lt;P&gt;    Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    The current ABAP program "SAPLGLIN" had to be terminated because it has&lt;/P&gt;&lt;P&gt;    come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The following syntax error was found in the program SAPLFAGL_MIG_OPITEMS :&lt;/P&gt;&lt;P&gt;    "The type "FAGL_MIG_BELNR_DOCNR" is unknown."&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;    " "&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;    Program                                 SAPLGLIN&lt;/P&gt;&lt;P&gt;    Include                                 LGLINF90&lt;/P&gt;&lt;P&gt;    Row                                     3,340&lt;/P&gt;&lt;P&gt;    Module type                             (FORM)&lt;/P&gt;&lt;P&gt;    Module Name                             SET_DOCNR&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source Code Extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 3310             MOVE BEL_TAB-REFACTIVITY TO BEL_ST-REFACTIV.&lt;/P&gt;&lt;P&gt; 3311             MOVE-CORRESPONDING BEL_ST TO TAB_FAGLFLEXA .&lt;/P&gt;&lt;P&gt; 3312             IF T881-GLFLEX = '1'.&lt;/P&gt;&lt;P&gt; 3313               MOVE BEL_TAB-DOCNR_GLFLEX TO TAB_FAGLFLEXA-DOCNR.&lt;/P&gt;&lt;P&gt; 3314             ENDIF.&lt;/P&gt;&lt;P&gt; 3315             MODIFY TAB_FAGLFLEXA .&lt;/P&gt;&lt;P&gt; 3316           ELSE.&lt;/P&gt;&lt;P&gt; 3317             CLEAR BEL_TAB.&lt;/P&gt;&lt;P&gt; 3318             LOOP AT BEL_TAB WHERE BUKRS = TAB_FAGLFLEXA_ADD-BUCHKREIS&lt;/P&gt;&lt;P&gt; 3319                  AND ACTIVITY = TAB_FAGLFLEXA-ACTIV&lt;/P&gt;&lt;P&gt; 3320                  AND DOCNRVORL = TAB_FAGLFLEXA-DOCNR.&lt;/P&gt;&lt;P&gt; 3321               IF T881-GLFLEX = '1'.&lt;/P&gt;&lt;P&gt; 3322                 IF UF-INTERFACE = GC_AC_INTERFACE.&lt;/P&gt;&lt;P&gt; 3323                   CHECK BEL_TAB-RLDNR = TAB_FAGLFLEXA-RLDNR.&lt;/P&gt;&lt;P&gt; 3324                 ENDIF.&lt;/P&gt;&lt;P&gt; 3325                 CHECK NOT BEL_TAB-DOCNR_GLFLEX IS INITIAL.&lt;/P&gt;&lt;P&gt; 3326               ELSE.&lt;/P&gt;&lt;P&gt; 3327                 CHECK NOT BEL_TAB-DOCNR IS INITIAL.&lt;/P&gt;&lt;P&gt; 3328               ENDIF.&lt;/P&gt;&lt;P&gt; 3329               MOVE-CORRESPONDING BEL_TAB TO BEL_ST.&lt;/P&gt;&lt;P&gt; 3330               MOVE BEL_TAB-REFACTIVITY TO BEL_ST-REFACTIV.&lt;/P&gt;&lt;P&gt; 3331               MOVE-CORRESPONDING BEL_ST TO TAB_FAGLFLEXA .&lt;/P&gt;&lt;P&gt; 3332               IF T881-GLFLEX = '1'.&lt;/P&gt;&lt;P&gt; 3333                 MOVE BEL_TAB-DOCNR_GLFLEX TO TAB_FAGLFLEXA-DOCNR.&lt;/P&gt;&lt;P&gt; 3334               ENDIF.&lt;/P&gt;&lt;P&gt; 3335               MODIFY TAB_FAGLFLEXA .&lt;/P&gt;&lt;P&gt; 3336               EXIT.&lt;/P&gt;&lt;P&gt; 3337             ENDLOOP.&lt;/P&gt;&lt;P&gt;3338           ENDIF.&lt;/P&gt;&lt;P&gt;3339           IF NOT TAB_FAGLFLEXA_ADD-GLSIP IS INITIAL.&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;             CALL FUNCTION 'FAGL_MIG_GET_DOCNR'&lt;/P&gt;&lt;P&gt;3341               EXPORTING&lt;/P&gt;&lt;P&gt;3342                 iv_rldnr = TAB_FAGLFLEXA-rldnr&lt;/P&gt;&lt;P&gt;3343                 iv_bukrs = TAB_FAGLFLEXA-rbukrs&lt;/P&gt;&lt;P&gt;3344                 iv_gjahr = TAB_FAGLFLEXA-gjahr&lt;/P&gt;&lt;P&gt;3345                 iv_belnr = TAB_FAGLFLEXA-belnr&lt;/P&gt;&lt;P&gt;3346                 iv_buzei = TAB_FAGLFLEXA-buzei&lt;/P&gt;&lt;P&gt;3347               IMPORTING&lt;/P&gt;&lt;P&gt;3348                 ev_docln = TAB_FAGLFLEXA-docln.&lt;/P&gt;&lt;P&gt;3349             MODIFY TAB_FAGLFLEXA .&lt;/P&gt;&lt;P&gt;3350           ENDIF.&lt;/P&gt;&lt;P&gt;3351         ENDLOOP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 08:59:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408532#M818592</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T08:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408533#M818593</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;&lt;A href="https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1086181&amp;amp;nlang=EN&amp;amp;smpsrv=https%3a%2f%2fwebsmp210%2esap-ag%2ede" target="test_blank"&gt;https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1086181&amp;amp;nlang=EN&amp;amp;smpsrv=https%3a%2f%2fwebsmp210%2esap-ag%2ede&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Nicole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408533#M818593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408534#M818594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi NIchole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls Post me ur reply clearly once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408534#M818594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408535#M818595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nichole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its asking me login id and pw...I don't have authorisation or account in that, pls reply me where can able to do this by our Basis consultant or who exactly????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls advise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:25:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408535#M818595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408536#M818596</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;the link is an OSS-Note. Please read this and take a look, if this note is the right one for you. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[https://websmp230.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1086181&amp;amp;nlang=EN&amp;amp;smpsrv=https%3a%2f%2fwebsmp210%2esap-ag%2ede]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can send you this oss-note as mail, if you give me your mailadi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Nicole Lorenz on Feb 8, 2008 4:27 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 09:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408536#M818596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T09:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408537#M818597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Give the static link to OSS note : [Note 1086181 - Subsequent implementation of document splitting|https://service.sap.com/sap/support/notes/1086181] like [https://service.sap.com/sap/support/notes/1086181|https://service.sap.com/sap/support/notes/1086181]&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408537#M818597</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-08T10:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408538#M818598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP - 1086181 note not in active mode in our side presently....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, Whr is the problem...in other areas...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls comment&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;sankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408538#M818598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-08T10:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: GETTING RUNTIME ERROR POSITNG GR-MIGO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408539#M818599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your dump a structure/table is referenced but doesn't exist in the system where the dump appeared. This type is &lt;STRONG&gt;FAGL_MIG_BELNR_DOCNR&lt;/STRONG&gt;. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;"The type "FAGL_MIG_BELNR_DOCNR" is unknown."&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The type is used in global data of a program, include &lt;STRONG&gt;LFAGL_MIG_OPITEMSTOP&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type was created in [Note 1086181 - Subsequent implementation of document splitting|https://service.sap.com/sap/support/notes/1086181]&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;3. In the ABAP Dictionary (transaction SE11), create the structure FAGL_MIG_BELNR_DOCNR (package FAGL_MIG_CONVERSION):&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This note is include in the following corrections&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;600 - P7DK094573&lt;/P&gt;&lt;P&gt;500 - P6DK115133&lt;/P&gt;&lt;P&gt;602 - EACK028314&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It seems that this note was partially implemented or not fully transported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In DEV system look for version of include &lt;STRONG&gt;LFAGL_MIG_OPITEMSTOP&lt;/STRONG&gt; (SE38) and of structure &lt;STRONG&gt;FAGL_MIG_BELNR_DOCNR&lt;/STRONG&gt; (SE11) if it exists to find the transport request, and the user who applyed the note or the correction package. (Look also at the attributes of the transport request for a note or package number)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As there are manual taks to perform before using SNOTE, it is possible that some objects were &lt;EM&gt;lost in transportation&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2008 10:51:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/getting-runtime-error-positng-gr-migo/m-p/3408539#M818599</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-08T10:51:50Z</dc:date>
    </item>
  </channel>
</rss>

