cancel
Showing results for 
Search instead for 
Did you mean: 

Data type referances in BUSINESS OBJECT

Former Member
0 Kudos

Hi Experts,

I am creating attributes in BO but i have observed that some of attribute in Data type referances are having Both

-- ABAP Dic and

-- Object Ref

Both the fields have been defined there ..... But i am not getting that when we should go for such cases..?

Thanks dev

Edited by: Dev on Sep 19, 2008 9:46 AM

Accepted Solutions (0)

Answers (2)

Answers (2)

narin_nandivada3
Active Contributor
0 Kudos

Hi Dev,

ABAP DIC ref is used when it is referring to any kind of Dictionary object like Structure, Table, Table Field

Object Ref --> describes the data type reference for the attribute, event, parameter or container element.

Hope this would help you.

For more better help press F1 on that particular options.

Good luck

Narin

Former Member
0 Kudos

Hi Naren......

But my question is when we can use both of them together ?

Regards dev

Former Member
0 Kudos

Hi Naren......

But my question is when we can use both of them together ?

Regards dev

Former Member
0 Kudos

Hello,

It depends on what kind of attribute you want to create:

ABAP Dictionary: the attribute's type will be the same as the database's field you select

Object: the attribute will be an object itself, for example, you can create an attribute of type BUS1022

Hope this helps,

Barbara.