<?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: Runtime Error in ECC6 - for t-code PPOCE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324777#M1030536</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;i have check the table HRP1680 in SAP4.7c but in ECC 6 it is not there. So i have create that table. Is it Info-type? or i have apply OSS notes.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Aug 2008 09:49:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-20T09:49:25Z</dc:date>
    <item>
      <title>Runtime Error in ECC6 - for t-code PPOCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324775#M1030534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Gurus! &lt;/P&gt;&lt;P&gt;at my client site , we have upgraded 4.7 to ECC6. Now functional consultants are testing the system.When HR consultant working on PPOCE t-code ,the patch no of SAP HR - 0007. its giving runtime error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors  CREATE_DATA_UNKNOWN_TYPE						&lt;/P&gt;&lt;P&gt;Except.	CX_SY_CREATE_DATA_ERROR		Date and Time				19.08.2008	14:42:44		&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short text				&lt;/P&gt;&lt;P&gt;CREATE DATA: The specified type "HRP1680" is no valid data type.								&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;The current ABAP program "SAPLRHDB" had to be terminated because it has come across a statement that unfortunately cannot be executed.								&lt;/P&gt;&lt;P&gt;Error analysis :An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not  caught in&lt;/P&gt;&lt;P&gt;procedure "FILL_I777D" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;Since the caller of the procedure could not have anticipated that the exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;The reason for the exception is: &lt;/P&gt;&lt;P&gt;The dynamically specified type "HRP1680" at CREATE DATA is no valid data type.&lt;/P&gt;&lt;P&gt;The type is either unknown or an object type.&lt;/P&gt;&lt;P&gt;Missing RAISING Clause in Interface		&lt;/P&gt;&lt;P&gt;Program	SAPLRHDB&lt;/P&gt;&lt;P&gt;Include	LRHDBF00&lt;/P&gt;&lt;P&gt;Row	177&lt;/P&gt;&lt;P&gt;Module type  (FORM)&lt;/P&gt;&lt;P&gt;Module Name FILL_I777D&lt;/P&gt;&lt;P&gt;Trigger Location of Exception			&lt;/P&gt;&lt;P&gt;Program	SAPLRHDB&lt;/P&gt;&lt;P&gt;Include	LRHDBF00&lt;/P&gt;&lt;P&gt;Row	308&lt;/P&gt;&lt;P&gt;Module type(FORM)&lt;/P&gt;&lt;P&gt;Module Name	FILL_I777D&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;278		**                HEADER   = FI_HEADER                    "ANDBCEK008264&lt;/P&gt;&lt;P&gt;279		**           TABLES                                       "ANDBCEK008264&lt;/P&gt;&lt;P&gt;280		**                FIELDTAB = FI_TAB                       "ANDBCEK008264&lt;/P&gt;&lt;P&gt;281		**           EXCEPTIONS                                   "ANDBCEK008264&lt;/P&gt;&lt;P&gt;282		**                OTHERS   = 4.                           "ANDBCEK008264&lt;/P&gt;&lt;P&gt;283		*                                                         "ANDBCEK008264&lt;/P&gt;&lt;P&gt;284		*      CALL FUNCTION 'DDIF_FIELDINFO_GET'                 "ANDBCEK008264&lt;/P&gt;&lt;P&gt;285		*           EXPORTING                                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;286		*                tabname        = fi_tabname              "ANDBCEK008264&lt;/P&gt;&lt;P&gt;287		**               FIELDNAME      = ' '                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;288		**               LANGU          = SY-LANGU                "ANDBCEK008264&lt;/P&gt;&lt;P&gt;289		**               LFIELDNAME     = ' '                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;290		**               ALL_TYPES      = ' '                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;291		*           IMPORTING                                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;292		*                x030l_wa       = fi_header               "ANDBCEK008264&lt;/P&gt;&lt;P&gt;293		**               DDOBJTYPE      =                         "ANDBCEK008264&lt;/P&gt;&lt;P&gt;294		**               DFIES_WA       =                         "ANDBCEK008264&lt;/P&gt;&lt;P&gt;295		**          TABLES                                        "ANDBCEK008264&lt;/P&gt;&lt;P&gt;296		**               DFIES_TAB      =                         "ANDBCEK008264&lt;/P&gt;&lt;P&gt;297		*          EXCEPTIONS                                     "ANDBCEK008264&lt;/P&gt;&lt;P&gt;298		*               not_found      = 1                        "ANDBCEK008264&lt;/P&gt;&lt;P&gt;299		*               internal_error = 2                        "ANDBCEK008264&lt;/P&gt;&lt;P&gt;300		*               OTHERS         = 3.                       "ANDBCEK008264&lt;/P&gt;&lt;P&gt;301		*&lt;/P&gt;&lt;P&gt;302		*      IF sy-subrc EQ 0.&lt;/P&gt;&lt;P&gt;303		*        i777d-tbtab_tabof = fi_header-tablen - tabnr_intlen.&lt;/P&gt;&lt;P&gt;304		*        i777d-pnnnn_tabof = i777d-tbtab_tabof - 8.&lt;/P&gt;&lt;P&gt;305		*      ENDIF.&lt;/P&gt;&lt;P&gt;306		&lt;/P&gt;&lt;P&gt;307		*      ASSIGN char TO &amp;lt;any_field&amp;gt; CASTING TYPE (fi_tabname).  "ANDDDIF&lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;		      create data anyfield type (fi_tabname).                "ANDUNI&lt;/P&gt;&lt;P&gt;309		      assign anyfield-&amp;gt;* to &amp;lt;any_field&amp;gt;.                     "ANDUNI&lt;/P&gt;&lt;P&gt;310		&lt;/P&gt;&lt;P&gt;311		*     we need a character view of &amp;lt;any_field&amp;gt; !!!            "ANDUNI&lt;/P&gt;&lt;P&gt;312		      assign &amp;lt;any_field&amp;gt; to &amp;lt;char_field&amp;gt; casting type c.     "ANDUNI&lt;/P&gt;&lt;P&gt;313		&lt;/P&gt;&lt;P&gt;314		*      DESCRIBE FIELD &amp;lt;any_field&amp;gt; LENGTH tablength            "ANDDDIF&lt;/P&gt;&lt;P&gt;315		*                                 IN BYTE MODE.               "ANDDDIF&lt;/P&gt;&lt;P&gt;316		&lt;/P&gt;&lt;P&gt;317		      DESCRIBE FIELD &amp;lt;char_field&amp;gt; LENGTH tablength           "ANDUNI&lt;/P&gt;&lt;P&gt;318		                                  IN CHARACTER MODE.         "ANDUNI&lt;/P&gt;&lt;P&gt;319		&lt;/P&gt;&lt;P&gt;320		      &amp;lt;i777d&amp;gt;-tbtab_tabof = tablength - tabnr_intlen.        "ANDDDIF&lt;/P&gt;&lt;P&gt;321		      &amp;lt;i777d&amp;gt;-pnnnn_tabof = &amp;lt;i777d&amp;gt;-tbtab_tabof - 8.         "ANDDDIF&lt;/P&gt;&lt;P&gt;322		&lt;/P&gt;&lt;P&gt;323		   ENDIF.&lt;/P&gt;&lt;P&gt;324		    IF &amp;lt;i777d&amp;gt;-ext_infty NE space.                             "VWMEXT&lt;/P&gt;&lt;P&gt;325		      READ TABLE i77id&lt;/P&gt;&lt;P&gt;326		           WITH KEY infty = &amp;lt;i777d&amp;gt;-infty&lt;/P&gt;&lt;P&gt;327		           BINARY SEARCH.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 10:20:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324775#M1030534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T10:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in ECC6 - for t-code PPOCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324776#M1030535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for HRP1680 the specified data type doesnot exists in the system.&lt;/P&gt;&lt;P&gt;You need to either create the data type or else use some other valid data type.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2008 10:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324776#M1030535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-19T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error in ECC6 - for t-code PPOCE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324777#M1030536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramesh,&lt;/P&gt;&lt;P&gt;i have check the table HRP1680 in SAP4.7c but in ECC 6 it is not there. So i have create that table. Is it Info-type? or i have apply OSS notes.&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2008 09:49:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-in-ecc6-for-t-code-ppoce/m-p/4324777#M1030536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-20T09:49:25Z</dc:date>
    </item>
  </channel>
</rss>

