cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP mappingclass warning

Former Member
0 Kudos

Hi.

I get warnings on lines in my mapping class.

FIELD-SYMBOLS <ls_structcomp>  TYPE abap_compdescr.

Class *****, Method IF_MAPPING~EXECUTE (E) Package "*****" cannot use object "TYPE ABAP TYPE" from package "SABP_TYPES" in any of the following ways: "USE object or type"

CALL METHOD cl_abap_tabledescr=>describe_by_data_ref
  EXPORTING
    p_data_ref  = lr_mast
  RECEIVING
    p_descr_ref = lr_typedesc.

Class *****, Method IF_MAPPING~EXECUTE (E) Package "*****" cannot use object "CLAS CL_ABAP_TYPEDESCR CLAS" from package "SABP_RTTI" in any of the following ways: "USE object or type"

Have plenty of more warnings. Have I missed something in my package that I put the class in?

I get the warnings in one system and not in an other system.

I have not created the package my self in the systems.

BR

Kalle

Accepted Solutions (0)

Answers (2)

Answers (2)

saurabh301
Explorer
0 Kudos

Hi Kalle,

Could you please share the solution for the mentioned problem?

Did you add any reference of package SABP_RTTI to your package?

Thanks in advance!!

Regards,

Saurabh

Former Member
0 Kudos

Hi.


Sorry do not have access to that system any more.

BR

Kalle

Former Member
0 Kudos

Had to add some object linked in the analys tool.