cancel
Showing results for 
Search instead for 
Did you mean: 

Could not find attribute PRAKZ

former_member184515
Participant
0 Kudos

Dear Experts,

I'm getting a dump on the below line piece of code in the standard component HRESS_C_CATS

Component Controller->ON_OVS( ) Line 326

*        Some fields are related to each other and thus it is required to populate the
*        other field automatically if required
         IF lv_tecname = 'PRAKN'.
           ASSIGN COMPONENT 'PRAKZ' OF STRUCTURE <ls_selection> TO <dyn_fs>.
           ovs_callback_object->context_element->set_attribute(
                      name  = 'PRAKZ'
                      value = <dyn_fs> ).


Please help.

Accepted Solutions (1)

Accepted Solutions (1)

ramakrishnappa
Active Contributor
0 Kudos

Hi Laxman,

The error is related to the field  'PRAKZ' which you are referering is not found in structure <ls_selection>.

Please check that the field 'PRAKZ' is availabe in <ls_selection>. check the type used for <ls_selection>.

Hope this is not PRAKZ,.. it should PRAKN

Hope this helps you.

Regards,

Rama

former_member184515
Participant
0 Kudos

Hi Rama,

As this is the standard code, I want to know whether there is any note provided by SAP to correct the same.

Regards,

Laxman

former_member184578
Active Contributor
0 Kudos

Hi,

Implement the SAP Note 1804147. If you are on later versions, please raise an OSS message to SAP to fix the issue.

Hope this helps u,

Regards,

Kiran

former_member184515
Participant
0 Kudos

SAP Note 1804147 was already implemented. After Upgrade we are getting this dump.

former_member184578
Active Contributor
0 Kudos

Hi,

Then as suggested earlier, please raise an OSS message to SAP.

Regards,

Kiran

Answers (0)