cancel
Showing results for 
Search instead for 
Did you mean: 

Define UI Object types

Former Member
0 Kudos

Hello,

I am looking to including a new subtype for the following views via Callback class.  Could someone guide me on how to find the standard UI objects for these, please.

Views;

BP_HEAD/AccountDetails

BP_ADDR/StandardAddress

In Spro the UI objects can be defined in IMG->Customer Relationship Management ->UI Frreameworks->UI Framework Definition->Define UI Object Types.

What are the Object types for the above views ?  Fields are:

Object Type:

Description:

Callback Class:

GenIL Component:

BOL Object Name:

BOR Object Type:

Many Thanks

Regards
Chan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Chan,

Please find the Object type of the view from F2 help on webui.

You can then find the details for the object type in Table BSP_DLC_OBJ_TYPE

Example:

OBJECT TYPE           BP_ACCOUNT

CALL BACK CLASS    CL_BP_HEAD_SUBTYPE_CALLBACK
COMPONENT          BP
OBJECT NAME        BuilHeader
OBJTYPE BOR        BUS1006
EXT BO                   ACCOUNT
MASTERLANG         EN
DESCRIPTION        Accounts

Regards,

Reshma Rao

Former Member
0 Kudos

Hi Reshma,

Many thanks. I can find the objects I need.

Regards
Chan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chan,

You can find the Object Type of views in DO_CONFIG_DETERMINATION method of the view IMPL class.

Regards

Rajarama U