cancel
Showing results for 
Search instead for 
Did you mean: 

Adding attribute to Input context node of CRM_UBB_CHANGE : Error message

Former Member
0 Kudos

Hi Experts,

In component CRM_UBB_CHANGE (Change process service contract), for context node 'INPUT', I am adding one attribute.

After entering the package name etc, before saving it is throwing an error " Starting point of structure enhancement not found"

Message BL001.

Has anyone faced this before, can you pls help me resolve this issue.

Regards,

Lakshmi

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi lakshmi

The Input context node is Value Node which refers to the structure DDIC structure CRMST_UBB_CP_ALL.

Follow the below approach to add the value node attribute

Enhance the component

Enhance the View

Enhance the value node (Right click on input select enhace)

Select attributes , right click select create

You will get a wizard to add the custom value node field

Select add value attribute

Give the attribute name starts with z and DDIC type

and click on complete

Check the structure CRMST_UBB_CP_ALL , your z field will be created there and will be referenced as value attribute in the component.

Thanks & Regards

Raj

former_member214677
Active Participant
0 Kudos

Hi,

I got the same error, and i found a solution.

I think the context node 'INPUT' maybe a bol node, and you want to add a value attribute into this node.

If you try to add an bol attribute into the bol node, i think you will succeed.

In the class of this node, there is a methd IF_BSP_MODEL~INIT. You may redefine this method. Otherwise the system can not add codes into this method automatically.

I have tried and added a value attribute into a bol node successfully.

Wish this will be helpful.

Regards.

Oliver.

0 Kudos

Solve my BL001 message problem..

Thank you.

Former Member
0 Kudos

Hi Lakshmi,

did you resolve this issue, if so please let me know how did you able to eliminate that error and create value attribute.

Thanks for your time.

Thanks

Seema

Former Member
0 Kudos

HI Seema,

Have u resplved this issue? if yes pl tell us how u resolved this issue ?

Thanks in advance ,

vijay

Former Member
0 Kudos

Hi Lakshmi,

I am getting the same error "starting point for structure enhancement not found" when I try to create a value attribute under a context node, Did you solve this issue?...Please do let me know if you found the solution...

Thanks

Regards

Mish

Former Member
0 Kudos

Hi MIsh,

did you resolve this issue, if so please let me know how did you able to eliminate that error and create value attribute.

Thanks for your time.

Thanks

Seema

Former Member
0 Kudos

Hi mish

The Input context node is Value Node which refers to the structure DDIC structure CRMST_UBB_CP_ALL.

Follow the below approach to add the value node attribute

Enhance the component

Enhance the View

Enhance the value node (Right click on input select enhace)

Select attributes , right click select create

You will get a wizard to add the custom value node field

Select add value attribute

Give the attribute name starts with z and DDIC type

and click on complete

Check the structure CRMST_UBB_CP_ALL , your z field will be created there and will be referenced as value attribute in the component.

Thanks & Regards

Raj