cancel
Showing results for 
Search instead for 
Did you mean: 

Class CL_MDG_BS_BP_HANDLER method enhancement is not calling

former_member293607
Participant
0 Kudos

Hi,

Under Class CL_MDG_BS_BP_HANDLER Method IF_MDG_BS_BP_ACCESS_HANDLER~SAVE_ADDITIONAL_OBJECT_DATA , I have created enhancement.

This enhancement is calling/triggering in QA system, it’s not calling/triggering in DEV system, in both systems its active only .

Regards,

Sri

former_member293607
Participant
0 Kudos

Hi,

In which level filter values i need to check .

Regards,

Sri

former_member293607
Participant
0 Kudos

What is the solution for this issue . pls help

Accepted Solutions (0)

Answers (5)

Answers (5)

loga201
Contributor
0 Kudos

It is mentioned in the note itself..After all it is a basis team task so please ask them to implement. They check and do the needful.

loga201
Contributor
0 Kudos

Hi,

As far as i checked it is applicable to 8.0 as well. Pls check whether all the pre-requisites are met.

Thank you!

former_member293607
Participant
0 Kudos

how to check pre-requisites

loga201
Contributor
0 Kudos

Check and implement sap note 243607 - Check data records with technical keys (5)

former_member293607
Participant
0 Kudos

Hi,

When i am trying to implement sap note 243607 getting below message and unable to implement it . we are using MDG8.0.Pls find attached screen .

SAP Note 0000243607 incomplete

Regards,

Sri

note.jpg

loga201
Contributor
0 Kudos

hi,

Attach dump details here..

former_member293607
Participant
0 Kudos

Hi,

Please find attached dump screen.

Regards,

Sridump.png

loga201
Contributor
0 Kudos

Hi ,

When you are activating CR, Class CL_MDG_BS_FND_ACCESS and its method IF_USMD_PP_ACCESS~SAVE(It further calls Save additional logic method line no 222)called at run time. Check whether save method is called during activation.If it calls then you will also get to know why it excludes to call save additional method..

former_member293607
Participant
0 Kudos

Hi,

Thanks for the info, in method IF_MDG_BS_BP_ACCESS_HANDLER~SAVE_ADDITIONAL_OBJECT_DATA having enhancement with below code and from this code i am getting dump while activation of CR and same code is working in Dev system.

lt_instance->read_char_value(
EXPORTING
i_fieldname = usmd0_cs_fld-crequest
IMPORTING
et_data = lt_creq_entity ).

lt_instance->read_char_value(
EXPORTING
i_fieldname = usmd0_cs_fld-crequest
IMPORTING
et_data = lt_cr_data ).

Regards,

Sri