cancel
Showing results for 
Search instead for 
Did you mean: 

Custom fields handling in BuilRelation

Former Member
0 Kudos

Hello All,

In BUT050, I am having some custom fields which needs to be displayed in Work address tab of Contact and should be also updated.

So I have added BuilRelation context node in BP_ADDR component, view 'BP_ADDR/ContactWorkAddrEF'. In the attribute structure of BuilRelation, I have added those custom fiedls So that they can be available in Web UI through Config.

Now I have copied the Std class CL_BUPA_IL_RELATION to a custom class to write custom code in modify method. But it is behaving some thing differently.

Till that time I am entering the Compnay Name, It is treating as new record : lv_detla is returning as 'N'.

But after that if any custom field is changed, it is treating as 'M' means modify.

Can you give me some idea how I can handle custom fields?

Thanks in adv.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos
Former Member
0 Kudos

Thanks BJ.

But creation of a new custom object is not my requirement. I have added some custom fields in BUT050 through append structure. Now I want to read/modify these fields from WEB UI page Contact Work address tab.

What will be my approach?