Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Regarding transaction BP

0 Likes
746

Hi While using transaction 'BP' I am getting dump.

Short text

    Class interface was changed at runtime.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CVI_STRATEGY_BP_VENDOR========CP" had to be

     terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    The section "PUBLIC" of the interface of the class "CVI_FM_BP_CUSTOMER" was

     changed during

    program flow, which caused inconsistencies at runtime.

    The program "CVI_MAPPER====================CP" uses the interface version

     20120618200040.

    The program "CVI_MO_KNB1===================CP" uses the interface version

     20110709220821.

    The internal session was started at 20120709192234.

the dump pointing at error "lr_ref_mapper = cvi_mapper=>get_instance( ).". we are trying to find out the error but failed. We are not able to understand what went wrong in this.

can any one solve this.

Hi While using transaction 'BP' I am getting dump.

Short text

    Class interface was changed at runtime.

What happened?

    Error in the ABAP Application Program

    The current ABAP program "CVI_STRATEGY_BP_VENDOR========CP" had to be

     terminated because it has

    come across a statement that unfortunately cannot be executed.

Error analysis

    The section "PUBLIC" of the interface of the class "CVI_FM_BP_CUSTOMER" was

     changed during

    program flow, which caused inconsistencies at runtime.

    The program "CVI_MAPPER====================CP" uses the interface version

     20120618200040.

    The program "CVI_MO_KNB1===================CP" uses the interface version

     20110709220821.

    The internal session was started at 20120709192234.

the dump pointing at error "lr_ref_mapper = cvi_mapper=>get_instance( ).". we are trying to find out the error but failed. We are not able to understand what went wrong in this.

can any one solve this.

1 REPLY 1
Read only

Former Member
0 Likes
627

Hello Puranchander,

We are getting the same error, do you remember how was it fixed?

not sure if it has to do with EEWB as the last change we did in our system was add new fields into BP.

Thanks,
Sandeep