Skip to Content
1
Former Member
May 14, 2010 at 08:20 AM

GET_A Method generated - for what reason?

95 Views

Hello,

i added a new attribute to the context node of the INBOX result list using the BOL assistant in CRM 70 BSP_WD_CMPWB.

This works fine.

But i´m wondering why a GET_A Method was generated automatically with the following code:

data: LV_MODEL type ref to IF_GENIL_OBJ_MODEL.
    LV_MODEL = CL_CRM_GENIL_MODEL_SERVICE=>GET_RUNTIME_MODEL( ).

    LV_MODEL->GET_ATTR_SFW_DATA( exporting IV_OBJECT_NAME = 'BTRefObj'
                                           IV_ATTR_NAME   = 'TEXT_OBJECT'
                                 importing EV_SWITCH_ID   = RS_SFW_DATA-SWITCH_ID
                                           EV_REACTION    = RS_SFW_DATA-REACTION ).

Any idea why this GET_A Method is generated and for what reason this is needed?

Thank you.

Kind regards

Manfred