<?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: ABAP Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859452#M670531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many notes for this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Sep 2007 12:57:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-28T12:57:40Z</dc:date>
    <item>
      <title>ABAP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859451#M670530</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;I am doing an IDOC to IDOC scenario. Idoc from source system is successfully sent to xi and xi is able to delivery the idoc to the target system. When the idoc is posted to target system the status is 64 &amp;#145;IDoc ready to be transferred to application&amp;#146;. When I run the RBDAPP01 report it is giving me dump. Find below the dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one throw some light on it please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors GETWA_NOT_ASSIGNED&lt;/P&gt;&lt;P&gt;Date and Time 28.09.2007 09:28:27&lt;/P&gt;&lt;P&gt;Short text&lt;/P&gt;&lt;P&gt;Field symbol has not yet been assigned.&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 "SAPLHRALX00_INTEGRATION_PERSON" had to be terminated&lt;/P&gt;&lt;P&gt;because it has&lt;/P&gt;&lt;P&gt;come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;You attempted to access an unassigned field symbol&lt;/P&gt;&lt;P&gt;(data segment 32785).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This error may occur if&lt;/P&gt;&lt;P&gt;- You address a typed field symbol before it has been set with&lt;/P&gt;&lt;P&gt;ASSIGN&lt;/P&gt;&lt;P&gt;- You address a field symbol that pointed to the line of an&lt;/P&gt;&lt;P&gt;internal table that was deleted&lt;/P&gt;&lt;P&gt;- You address a field symbol that was previously reset using&lt;/P&gt;&lt;P&gt;UNASSIGN or that pointed to a local field that no&lt;/P&gt;&lt;P&gt;longer exists&lt;/P&gt;&lt;P&gt;- You address a global function interface, although the&lt;/P&gt;&lt;P&gt;respective function module is not active - that is, is&lt;/P&gt;&lt;P&gt;not in the list of active calls. The list of active calls&lt;/P&gt;&lt;P&gt;can be taken from this short dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;Program SAPLHRALX00_INTEGRATION_PERSON&lt;/P&gt;&lt;P&gt;Include LHRALX00_INTEGRATION_PERSONF52&lt;/P&gt;&lt;P&gt;Row 486&lt;/P&gt;&lt;P&gt;Module type (FORM)&lt;/P&gt;&lt;P&gt;Module Name IDOC_CONVERT&lt;/P&gt;&lt;P&gt;Source Code Extract&lt;/P&gt;&lt;P&gt;Line SourceCde&lt;/P&gt;&lt;P&gt;456 add_idoc_msg ct_idoc_errors &amp;lt;ls_segment&amp;gt;-docnum &amp;lt;ls_segment&amp;gt;-segnum gc_idoc_warn&lt;/P&gt;&lt;P&gt;457 'RH_ALEOX_INTG_CP_IDOC_1' 'IDOC_CONVERT/MAPPING'.&lt;/P&gt;&lt;P&gt;458 CLEAR &amp;lt;ls_segment&amp;gt;-segnam.&lt;/P&gt;&lt;P&gt;459 CONTINUE.&lt;/P&gt;&lt;P&gt;460 ENDIF. "mapping&lt;/P&gt;&lt;P&gt;461 &lt;/P&gt;&lt;P&gt;462 ELSEIF &amp;lt;ls_e1pad31&amp;gt;-sclas = gc_quali AND&lt;/P&gt;&lt;P&gt;463 &amp;lt;ls_e1pad31&amp;gt;-otype = gc_pernr AND&lt;/P&gt;&lt;P&gt;464 &amp;lt;ls_e1pad31&amp;gt;-relat = gc_q_cp_subty+1.&lt;/P&gt;&lt;P&gt;465 &lt;/P&gt;&lt;P&gt;466 &amp;lt;ls_e1pad31&amp;gt;-otype = gc_cpers.&lt;/P&gt;&lt;P&gt;467 &amp;lt;ls_e1pad31&amp;gt;-objid = &amp;lt;ls_mapping&amp;gt;-objid.&lt;/P&gt;&lt;P&gt;468 &lt;/P&gt;&lt;P&gt;469 PERFORM idoc_convert_1001_q USING &amp;lt;ls_segment&amp;gt;&lt;/P&gt;&lt;P&gt;470 CHANGING et_e1p1001_q&lt;/P&gt;&lt;P&gt;471 et_refobj_q.&lt;/P&gt;&lt;P&gt;472 PERFORM idoc_convert_5586 CHANGING &amp;lt;ls_segment&amp;gt;.&lt;/P&gt;&lt;P&gt;473 &lt;/P&gt;&lt;P&gt;474 ENDIF.&lt;/P&gt;&lt;P&gt;475 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;476 WHEN gc_e1p0000.&lt;/P&gt;&lt;P&gt;477 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;478 PERFORM idoc_convert_pa_infty USING gc_cpers&lt;/P&gt;&lt;P&gt;479 &amp;lt;ls_mapping&amp;gt;-objid&lt;/P&gt;&lt;P&gt;480 '5580'&lt;/P&gt;&lt;P&gt;481 space&lt;/P&gt;&lt;P&gt;482 &amp;lt;ls_mapping&amp;gt;-begda&lt;/P&gt;&lt;P&gt;483 'E1P5580'&lt;/P&gt;&lt;P&gt;484 CHANGING &amp;lt;ls_segment&amp;gt;.&lt;/P&gt;&lt;P&gt;485 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; WHEN gc_e1p0001.&lt;/P&gt;&lt;P&gt;487 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;488 APPEND &amp;lt;ls_segment&amp;gt;-sdata TO lt_segment_0001.&lt;/P&gt;&lt;P&gt;489 PERFORM idoc_convert_pa_infty USING gc_cpers&lt;/P&gt;&lt;P&gt;490 &amp;lt;ls_mapping&amp;gt;-objid&lt;/P&gt;&lt;P&gt;491 '5581'&lt;/P&gt;&lt;P&gt;492 space&lt;/P&gt;&lt;P&gt;493 &amp;lt;ls_mapping&amp;gt;-begda&lt;/P&gt;&lt;P&gt;494 'E1P5581'&lt;/P&gt;&lt;P&gt;495 CHANGING &amp;lt;ls_segment&amp;gt;.&lt;/P&gt;&lt;P&gt;496 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;497 WHEN gc_e1p0002.&lt;/P&gt;&lt;P&gt;498 * -&lt;/P&gt;&lt;HR originaltext="--------------------------------------------------------------" /&gt;&lt;P&gt;499 APPEND &amp;lt;ls_segment&amp;gt; TO lt_segment_0002.&lt;/P&gt;&lt;P&gt;500 PERFORM idoc_convert_pa_infty USING gc_cpers&lt;/P&gt;&lt;P&gt;501 &amp;lt;ls_mapping&amp;gt;-objid&lt;/P&gt;&lt;P&gt;502 '5582'&lt;/P&gt;&lt;P&gt;503 space&lt;/P&gt;&lt;P&gt;504 &amp;lt;ls_mapping&amp;gt;-begda&lt;/P&gt;&lt;P&gt;505 'E1P5582'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 11:21:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859451#M670530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T11:21:43Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859452#M670531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are many notes for this program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Sep 2007 12:57:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859452#M670531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-28T12:57:40Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859453#M670532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As I am new to IDOC's can you tell me what notes are available in the market are please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Mohammad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Oct 2007 04:03:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859453#M670532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T04:03:34Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859454#M670533</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;Just go to service.sap.com\notes.&lt;/P&gt;&lt;P&gt;You can find OSS notes there.&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>Mon, 01 Oct 2007 04:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/2859454#M670533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-01T04:05:06Z</dc:date>
    </item>
  </channel>
</rss>

