<?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 HRFORMS Activation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-activation/m-p/7767736#M1584253</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 facing an issue while activating payslip in  HRFORMS T-code. The error show below bump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED                                                  &lt;/P&gt;&lt;P&gt;Except.                CX_SY_REF_IS_INITIAL                                                         &lt;/P&gt;&lt;P&gt;Date and Time          2011/03/22 14:17:59                                                                                &lt;/P&gt;&lt;P&gt;Short text                                                                                &lt;/P&gt;&lt;P&gt;Access via 'NULL' object reference not possible.                                               &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 "CL_INFOSTAR_HRF02=============CP" had to be                          &lt;/P&gt;&lt;P&gt;     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;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Note down which actions and inputs caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To process the problem further, contact you SAP system                                         &lt;/P&gt;&lt;P&gt;    administrator.                                                                                &lt;/P&gt;&lt;P&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look                                    &lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also                                           &lt;/P&gt;&lt;P&gt;    keep them for a long time.                                                                     &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.                                       &lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not                      &lt;/P&gt;&lt;P&gt;     caught in                                                                                &lt;/P&gt;&lt;P&gt;procedure "DDIC_FIELDS" "(METHOD)", 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                          &lt;/P&gt;&lt;P&gt;    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;    You attempted to use a 'NULL' object reference (points to 'nothing')                           &lt;/P&gt;&lt;P&gt;    access a component (variable: "LO_INFONET-&amp;gt;SEL_MANAGER").                                      &lt;/P&gt;&lt;P&gt;    An object reference must point to an object (an instance of a class)                           &lt;/P&gt;&lt;P&gt;    before it can be used to access components.                                                    &lt;/P&gt;&lt;P&gt;    Either the reference was never set or it was set to 'NULL' using the                           &lt;/P&gt;&lt;P&gt;    CLEAR statement.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;Probably the only way to eliminate the error is to correct the program.                                                                                &lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to                         &lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.                                                       &lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following                         &lt;/P&gt;&lt;P&gt;    keywords:                                                                                &lt;/P&gt;&lt;P&gt;"OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"                                           &lt;/P&gt;&lt;P&gt;    "CL_INFOSTAR_HRF02=============CP" or "CL_INFOSTAR_HRF02=============CM005"                    &lt;/P&gt;&lt;P&gt;    "DDIC_FIELDS"                                                                                &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself and want to send an error                             &lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:                                                                                &lt;/P&gt;&lt;P&gt;1. The description of the current problem (short dump)                                                                                &lt;/P&gt;&lt;P&gt;To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                             &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;2. Corresponding system log                                                                                &lt;/P&gt;&lt;P&gt;Display the system log by calling transaction SM21.                                         &lt;/P&gt;&lt;P&gt;       Restrict the time interval to 10 minutes before and five minutes                            &lt;/P&gt;&lt;P&gt;    after the short dump. Then choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                              &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;3. If the problem occurs in a problem of your own or a modified SAP                            &lt;/P&gt;&lt;P&gt;    program: The source code of the program                                                        &lt;/P&gt;&lt;P&gt;       In the editor, choose "Utilities-&amp;gt;More                                                      &lt;/P&gt;&lt;P&gt;    Utilities-&amp;gt;Upload/Download-&amp;gt;Download".                                                                                &lt;/P&gt;&lt;P&gt;4. Details about the conditions under which the error occurred or which                        &lt;/P&gt;&lt;P&gt;    actions and input led to the error.                                                                                &lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within proedure                                 &lt;/P&gt;&lt;P&gt;    "DDIC_FIELDS" "(METHOD)", or its possible occurrence must be declared in the                   &lt;/P&gt;&lt;P&gt;    RAISING clause of the procedure.                                                               &lt;/P&gt;&lt;P&gt;    To prevent the exception, note the following:              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated                                                                    &lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "CL_INFOSTAR_HRF02=============CP" -                  &lt;/P&gt;&lt;P&gt;     in "DDIC_FIELDS".                                                                                &lt;/P&gt;&lt;P&gt;The main program was "H99HRF_GENERATE ".                                                                                &lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 51                                   &lt;/P&gt;&lt;P&gt;    of the (Include) program "CL_INFOSTAR_HRF02=============CM005".                                &lt;/P&gt;&lt;P&gt;    The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in                 &lt;/P&gt;&lt;P&gt;    procedure "DDIC_FIELDS" "(METHOD)", but it was neither handled locally nor                     &lt;/P&gt;&lt;P&gt;     declared                                                                                &lt;/P&gt;&lt;P&gt;in the RAISING clause of its signature.                                                                                &lt;/P&gt;&lt;P&gt;The procedure is in program "CL_INFOSTAR_HRF02=============CP "; its source                    &lt;/P&gt;&lt;P&gt;     code begins in line                                                                                &lt;/P&gt;&lt;P&gt;1 of the (Include program "CL_INFOSTAR_HRF02=============CM005 ".                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Source Code Extract                                                                                &lt;/P&gt;&lt;P&gt;Line  SourceCde                                                                                &lt;/P&gt;&lt;P&gt;21     clear LS_DDICFIELD.                                                                      &lt;/P&gt;&lt;P&gt;   22     LT_DDICFIELDS = LO_INFODIM-&amp;gt;DDIC_FIELDS( ).                                              &lt;/P&gt;&lt;P&gt;   23     call method LO_INFODIM-&amp;gt;GET_DDIC_NAMES                                                   &lt;/P&gt;&lt;P&gt;   24       importing                                                                                &lt;/P&gt;&lt;P&gt;25         EX_KEYTYPE  = LV_KEYTYPENAME                                                         &lt;/P&gt;&lt;P&gt;   26         EX_SORTTYPE = LV_SORTTYPENAME.                                                       &lt;/P&gt;&lt;P&gt;   27 * key fields                                                                                &lt;/P&gt;&lt;P&gt;28     concatenate &amp;lt;CWA&amp;gt;-&amp;gt;NAME '_KEY' into LS_DDICFIELD-FIELDNAME.                              &lt;/P&gt;&lt;P&gt;   29     LS_DDICFIELD-ROLLNAME     = LV_KEYTYPENAME.                                              &lt;/P&gt;&lt;P&gt;   30     LS_DDICFIELD-KEYFLAG      = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   31     LS_DDICFIELD-DEPTH        = '01'.                                                        &lt;/P&gt;&lt;P&gt;   32     LS_DDICFIELD-ICON         = CL_NODE_HRF02=&amp;gt;C_ICON_RELATION.                              &lt;/P&gt;&lt;P&gt;   33     LS_DDICFIELD-TEXT         = &amp;lt;CWA&amp;gt;-&amp;gt;TEXT.                                                 &lt;/P&gt;&lt;P&gt;   34     LS_DDICFIELD-SUBSTRUCTURE = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   35     append LS_DDICFIELD to RE_FIELDS.                                                        &lt;/P&gt;&lt;P&gt;   36                                                                                &lt;/P&gt;&lt;P&gt;37     LT_DDICFIELDS_2[] = LT_DDICFIELDS.                                                       &lt;/P&gt;&lt;P&gt;   38     delete LT_DDICFIELDS_2 where KEYFLAG eq SPACE or DEPTH eq '01'.                          &lt;/P&gt;&lt;P&gt;   39     append lines of LT_DDICFIELDS_2 to RE_FIELDS.                                            &lt;/P&gt;&lt;P&gt;   40 * non-key fields                                                                                &lt;/P&gt;&lt;P&gt;41     if IM_FLAT_STRUCTURES eq C_TRUE.                                                         &lt;/P&gt;&lt;P&gt;   42       LT_DDICFIELDS_2[] = LT_DDICFIELDS.                                                     &lt;/P&gt;&lt;P&gt;   43       delete LT_DDICFIELDS_2 where KEYFLAG ne SPACE or DEPTH ne '01'.                        &lt;/P&gt;&lt;P&gt;   44       loop at LT_DDICFIELDS_2 assigning &amp;lt;DDICFIELD&amp;gt;.                                         &lt;/P&gt;&lt;P&gt;   45         concatenate &amp;lt;CWA&amp;gt;-&amp;gt;NAME '_' &amp;lt;DDICFIELD&amp;gt;-FIELDNAME into &amp;lt;DDICFIELD&amp;gt;-FIELDNAME.        &lt;/P&gt;&lt;P&gt;   46         &amp;lt;DDICFIELD&amp;gt;-KEYFLAG = 'X'.  "otherwise COLLECT won't work when I fill the table      &lt;/P&gt;&lt;P&gt;   47       endloop.                                                                                &lt;/P&gt;&lt;P&gt;48       append lines of LT_DDICFIELDS_2 to RE_FIELDS.                                          &lt;/P&gt;&lt;P&gt;   49     endif.                                                                                &lt;/P&gt;&lt;P&gt;50 * sort substructure                                                                          &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     call method LO_INFONET-&amp;gt;SEL_MANAGER-&amp;gt;GET_USED_SELECTION_FIELDS                           &lt;/P&gt;&lt;P&gt;   52       exporting                                                                                &lt;/P&gt;&lt;P&gt;53         IM_INFODIM         = LO_INFODIM                                                      &lt;/P&gt;&lt;P&gt;   54       receiving                                                                                &lt;/P&gt;&lt;P&gt;55         RE_INFOFIELDS      = LT_SELFIELDS                                                    &lt;/P&gt;&lt;P&gt;   56       exceptions                                                                                &lt;/P&gt;&lt;P&gt;57         NO_FIELDS_SELECTED = 1                                                               &lt;/P&gt;&lt;P&gt;   58         others             = 2.                                                              &lt;/P&gt;&lt;P&gt;   59     check SY-SUBRC eq 0.                                                                     &lt;/P&gt;&lt;P&gt;   60                                                                                &lt;/P&gt;&lt;P&gt;61     clear LS_DDICFIELD.                                                                      &lt;/P&gt;&lt;P&gt;   62     concatenate LO_INFODIM-&amp;gt;NAME '_SORT' into LS_DDICFIELD-FIELDNAME.                        &lt;/P&gt;&lt;P&gt;   63     LS_DDICFIELD-ROLLNAME     = LV_SORTTYPENAME.                                             &lt;/P&gt;&lt;P&gt;   64     LS_DDICFIELD-KEYFLAG      = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   65     LS_DDICFIELD-DEPTH        = '01'.                                                        &lt;/P&gt;&lt;P&gt;   66     LS_DDICFIELD-ICON         = CL_NODE_HRF02=&amp;gt;C_ICON_SORTSTR.                               &lt;/P&gt;&lt;P&gt;   67     LS_DDICFIELD-TEXT         = TEXT-D01.                                                    &lt;/P&gt;&lt;P&gt;   68     LS_DDICFIELD-SUBSTRUCTURE = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   69     append LS_DDICFIELD to RE_FIELDS.                                                        &lt;/P&gt;&lt;P&gt;   70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
But same i have activated and used in QAS system wiht out dumps.

I have check the below post but it's not useful, i am haivng authorisation for P_HRF_META. Getting authorisation for SAP_ALL in PRD system is difficult. In service.sap.com also i have tried but no posts or snotes available.

&amp;lt;a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="5150907"&amp;gt;&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Mar 2011 07:50:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-03-23T07:50:51Z</dc:date>
    <item>
      <title>HRFORMS Activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-activation/m-p/7767736#M1584253</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 facing an issue while activating payslip in  HRFORMS T-code. The error show below bump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime Errors         OBJECTS_OBJREF_NOT_ASSIGNED                                                  &lt;/P&gt;&lt;P&gt;Except.                CX_SY_REF_IS_INITIAL                                                         &lt;/P&gt;&lt;P&gt;Date and Time          2011/03/22 14:17:59                                                                                &lt;/P&gt;&lt;P&gt;Short text                                                                                &lt;/P&gt;&lt;P&gt;Access via 'NULL' object reference not possible.                                               &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 "CL_INFOSTAR_HRF02=============CP" had to be                          &lt;/P&gt;&lt;P&gt;     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;What can you do?                                                                                &lt;/P&gt;&lt;P&gt;Note down which actions and inputs caused the error.                                                                                &lt;/P&gt;&lt;P&gt;To process the problem further, contact you SAP system                                         &lt;/P&gt;&lt;P&gt;    administrator.                                                                                &lt;/P&gt;&lt;P&gt;Using Transaction ST22 for ABAP Dump Analysis, you can look                                    &lt;/P&gt;&lt;P&gt;    at and manage termination messages, and you can also                                           &lt;/P&gt;&lt;P&gt;    keep them for a long time.                                                                     &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Error analysis                                                                                &lt;/P&gt;&lt;P&gt;An exception occurred that is explained in detail below.                                       &lt;/P&gt;&lt;P&gt;    The exception, which is assigned to class 'CX_SY_REF_IS_INITIAL', was not                      &lt;/P&gt;&lt;P&gt;     caught in                                                                                &lt;/P&gt;&lt;P&gt;procedure "DDIC_FIELDS" "(METHOD)", 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                          &lt;/P&gt;&lt;P&gt;    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;    You attempted to use a 'NULL' object reference (points to 'nothing')                           &lt;/P&gt;&lt;P&gt;    access a component (variable: "LO_INFONET-&amp;gt;SEL_MANAGER").                                      &lt;/P&gt;&lt;P&gt;    An object reference must point to an object (an instance of a class)                           &lt;/P&gt;&lt;P&gt;    before it can be used to access components.                                                    &lt;/P&gt;&lt;P&gt;    Either the reference was never set or it was set to 'NULL' using the                           &lt;/P&gt;&lt;P&gt;    CLEAR statement.                                                                                &lt;/P&gt;&lt;P&gt;How to correct the error                                                                                &lt;/P&gt;&lt;P&gt;Probably the only way to eliminate the error is to correct the program.                                                                                &lt;/P&gt;&lt;P&gt;If the error occures in a non-modified SAP program, you may be able to                         &lt;/P&gt;&lt;P&gt;    find an interim solution in an SAP Note.                                                       &lt;/P&gt;&lt;P&gt;    If you have access to SAP Notes, carry out a search with the following                         &lt;/P&gt;&lt;P&gt;    keywords:                                                                                &lt;/P&gt;&lt;P&gt;"OBJECTS_OBJREF_NOT_ASSIGNED" "CX_SY_REF_IS_INITIAL"                                           &lt;/P&gt;&lt;P&gt;    "CL_INFOSTAR_HRF02=============CP" or "CL_INFOSTAR_HRF02=============CM005"                    &lt;/P&gt;&lt;P&gt;    "DDIC_FIELDS"                                                                                &lt;/P&gt;&lt;P&gt;If you cannot solve the problem yourself and want to send an error                             &lt;/P&gt;&lt;P&gt;    notification to SAP, include the following information:                                                                                &lt;/P&gt;&lt;P&gt;1. The description of the current problem (short dump)                                                                                &lt;/P&gt;&lt;P&gt;To save the description, choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                             &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;2. Corresponding system log                                                                                &lt;/P&gt;&lt;P&gt;Display the system log by calling transaction SM21.                                         &lt;/P&gt;&lt;P&gt;       Restrict the time interval to 10 minutes before and five minutes                            &lt;/P&gt;&lt;P&gt;    after the short dump. Then choose "System-&amp;gt;List-&amp;gt;Save-&amp;gt;Local File                              &lt;/P&gt;&lt;P&gt;    (Unconverted)".                                                                                &lt;/P&gt;&lt;P&gt;3. If the problem occurs in a problem of your own or a modified SAP                            &lt;/P&gt;&lt;P&gt;    program: The source code of the program                                                        &lt;/P&gt;&lt;P&gt;       In the editor, choose "Utilities-&amp;gt;More                                                      &lt;/P&gt;&lt;P&gt;    Utilities-&amp;gt;Upload/Download-&amp;gt;Download".                                                                                &lt;/P&gt;&lt;P&gt;4. Details about the conditions under which the error occurred or which                        &lt;/P&gt;&lt;P&gt;    actions and input led to the error.                                                                                &lt;/P&gt;&lt;P&gt;The exception must either be prevented, caught within proedure                                 &lt;/P&gt;&lt;P&gt;    "DDIC_FIELDS" "(METHOD)", or its possible occurrence must be declared in the                   &lt;/P&gt;&lt;P&gt;    RAISING clause of the procedure.                                                               &lt;/P&gt;&lt;P&gt;    To prevent the exception, note the following:              &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where terminated                                                                    &lt;/P&gt;&lt;P&gt;    Termination occurred in the ABAP program "CL_INFOSTAR_HRF02=============CP" -                  &lt;/P&gt;&lt;P&gt;     in "DDIC_FIELDS".                                                                                &lt;/P&gt;&lt;P&gt;The main program was "H99HRF_GENERATE ".                                                                                &lt;/P&gt;&lt;P&gt;In the source code you have the termination point in line 51                                   &lt;/P&gt;&lt;P&gt;    of the (Include) program "CL_INFOSTAR_HRF02=============CM005".                                &lt;/P&gt;&lt;P&gt;    The termination is caused because exception "CX_SY_REF_IS_INITIAL" occurred in                 &lt;/P&gt;&lt;P&gt;    procedure "DDIC_FIELDS" "(METHOD)", but it was neither handled locally nor                     &lt;/P&gt;&lt;P&gt;     declared                                                                                &lt;/P&gt;&lt;P&gt;in the RAISING clause of its signature.                                                                                &lt;/P&gt;&lt;P&gt;The procedure is in program "CL_INFOSTAR_HRF02=============CP "; its source                    &lt;/P&gt;&lt;P&gt;     code begins in line                                                                                &lt;/P&gt;&lt;P&gt;1 of the (Include program "CL_INFOSTAR_HRF02=============CM005 ".                              &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Source Code Extract                                                                                &lt;/P&gt;&lt;P&gt;Line  SourceCde                                                                                &lt;/P&gt;&lt;P&gt;21     clear LS_DDICFIELD.                                                                      &lt;/P&gt;&lt;P&gt;   22     LT_DDICFIELDS = LO_INFODIM-&amp;gt;DDIC_FIELDS( ).                                              &lt;/P&gt;&lt;P&gt;   23     call method LO_INFODIM-&amp;gt;GET_DDIC_NAMES                                                   &lt;/P&gt;&lt;P&gt;   24       importing                                                                                &lt;/P&gt;&lt;P&gt;25         EX_KEYTYPE  = LV_KEYTYPENAME                                                         &lt;/P&gt;&lt;P&gt;   26         EX_SORTTYPE = LV_SORTTYPENAME.                                                       &lt;/P&gt;&lt;P&gt;   27 * key fields                                                                                &lt;/P&gt;&lt;P&gt;28     concatenate &amp;lt;CWA&amp;gt;-&amp;gt;NAME '_KEY' into LS_DDICFIELD-FIELDNAME.                              &lt;/P&gt;&lt;P&gt;   29     LS_DDICFIELD-ROLLNAME     = LV_KEYTYPENAME.                                              &lt;/P&gt;&lt;P&gt;   30     LS_DDICFIELD-KEYFLAG      = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   31     LS_DDICFIELD-DEPTH        = '01'.                                                        &lt;/P&gt;&lt;P&gt;   32     LS_DDICFIELD-ICON         = CL_NODE_HRF02=&amp;gt;C_ICON_RELATION.                              &lt;/P&gt;&lt;P&gt;   33     LS_DDICFIELD-TEXT         = &amp;lt;CWA&amp;gt;-&amp;gt;TEXT.                                                 &lt;/P&gt;&lt;P&gt;   34     LS_DDICFIELD-SUBSTRUCTURE = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   35     append LS_DDICFIELD to RE_FIELDS.                                                        &lt;/P&gt;&lt;P&gt;   36                                                                                &lt;/P&gt;&lt;P&gt;37     LT_DDICFIELDS_2[] = LT_DDICFIELDS.                                                       &lt;/P&gt;&lt;P&gt;   38     delete LT_DDICFIELDS_2 where KEYFLAG eq SPACE or DEPTH eq '01'.                          &lt;/P&gt;&lt;P&gt;   39     append lines of LT_DDICFIELDS_2 to RE_FIELDS.                                            &lt;/P&gt;&lt;P&gt;   40 * non-key fields                                                                                &lt;/P&gt;&lt;P&gt;41     if IM_FLAT_STRUCTURES eq C_TRUE.                                                         &lt;/P&gt;&lt;P&gt;   42       LT_DDICFIELDS_2[] = LT_DDICFIELDS.                                                     &lt;/P&gt;&lt;P&gt;   43       delete LT_DDICFIELDS_2 where KEYFLAG ne SPACE or DEPTH ne '01'.                        &lt;/P&gt;&lt;P&gt;   44       loop at LT_DDICFIELDS_2 assigning &amp;lt;DDICFIELD&amp;gt;.                                         &lt;/P&gt;&lt;P&gt;   45         concatenate &amp;lt;CWA&amp;gt;-&amp;gt;NAME '_' &amp;lt;DDICFIELD&amp;gt;-FIELDNAME into &amp;lt;DDICFIELD&amp;gt;-FIELDNAME.        &lt;/P&gt;&lt;P&gt;   46         &amp;lt;DDICFIELD&amp;gt;-KEYFLAG = 'X'.  "otherwise COLLECT won't work when I fill the table      &lt;/P&gt;&lt;P&gt;   47       endloop.                                                                                &lt;/P&gt;&lt;P&gt;48       append lines of LT_DDICFIELDS_2 to RE_FIELDS.                                          &lt;/P&gt;&lt;P&gt;   49     endif.                                                                                &lt;/P&gt;&lt;P&gt;50 * sort substructure                                                                          &lt;/P&gt;&lt;P&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     call method LO_INFONET-&amp;gt;SEL_MANAGER-&amp;gt;GET_USED_SELECTION_FIELDS                           &lt;/P&gt;&lt;P&gt;   52       exporting                                                                                &lt;/P&gt;&lt;P&gt;53         IM_INFODIM         = LO_INFODIM                                                      &lt;/P&gt;&lt;P&gt;   54       receiving                                                                                &lt;/P&gt;&lt;P&gt;55         RE_INFOFIELDS      = LT_SELFIELDS                                                    &lt;/P&gt;&lt;P&gt;   56       exceptions                                                                                &lt;/P&gt;&lt;P&gt;57         NO_FIELDS_SELECTED = 1                                                               &lt;/P&gt;&lt;P&gt;   58         others             = 2.                                                              &lt;/P&gt;&lt;P&gt;   59     check SY-SUBRC eq 0.                                                                     &lt;/P&gt;&lt;P&gt;   60                                                                                &lt;/P&gt;&lt;P&gt;61     clear LS_DDICFIELD.                                                                      &lt;/P&gt;&lt;P&gt;   62     concatenate LO_INFODIM-&amp;gt;NAME '_SORT' into LS_DDICFIELD-FIELDNAME.                        &lt;/P&gt;&lt;P&gt;   63     LS_DDICFIELD-ROLLNAME     = LV_SORTTYPENAME.                                             &lt;/P&gt;&lt;P&gt;   64     LS_DDICFIELD-KEYFLAG      = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   65     LS_DDICFIELD-DEPTH        = '01'.                                                        &lt;/P&gt;&lt;P&gt;   66     LS_DDICFIELD-ICON         = CL_NODE_HRF02=&amp;gt;C_ICON_SORTSTR.                               &lt;/P&gt;&lt;P&gt;   67     LS_DDICFIELD-TEXT         = TEXT-D01.                                                    &lt;/P&gt;&lt;P&gt;   68     LS_DDICFIELD-SUBSTRUCTURE = 'X'.                                                         &lt;/P&gt;&lt;P&gt;   69     append LS_DDICFIELD to RE_FIELDS.                                                        &lt;/P&gt;&lt;P&gt;   70&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
But same i have activated and used in QAS system wiht out dumps.

I have check the below post but it's not useful, i am haivng authorisation for P_HRF_META. Getting authorisation for SAP_ALL in PRD system is difficult. In service.sap.com also i have tried but no posts or snotes available.

&amp;lt;a class="jive_macro jive_macro_message" href="" __jive_macro_name="message" modifiedtitle="true" __default_attr="5150907"&amp;gt;&amp;lt;/a&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any inputs appreciated....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 07:50:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-activation/m-p/7767736#M1584253</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-23T07:50:51Z</dc:date>
    </item>
    <item>
      <title>Re: HRFORMS Activation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-activation/m-p/7767737#M1584254</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;Solved the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's problem with authorisation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no authorisation for &lt;STRONG&gt;P_HRF_TYP&lt;/STRONG&gt; in Object &lt;STRONG&gt;P_HRF_META&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This leads to dump while activating in production.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shankar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2011 09:47:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hrforms-activation/m-p/7767737#M1584254</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-03-24T09:47:33Z</dc:date>
    </item>
  </channel>
</rss>

