cancel
Showing results for 
Search instead for 
Did you mean: 

BOL entity for Context Node

Former Member
0 Kudos

Hi ,

How to select the correct BOL entities for the contect nodes. which BOL entity i need to take for the SEARCHCUSTOMER node.

where to see the BOL entity names for the existing context nodes.

thanks

ram.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanq

Former Member
0 Kudos

Hi Ram,

Selecting the correct BOL entity its a matter of experience. I will suggest some ways, Transaction for listing all BOL entities is "genil_model_browser". The actual way is check all the fields in the contextnode class then search for this fields in the BOL. The other way somtimes be useful, go to contextnode class select any method "GET_Fieldname" inside that method there is a parameter value sometimes its intial value is assigned as 'BOLentity name not bound' from there we can find the BOL entity.

You can also use the transaction BSP_WD_WORKBENCH, after providing the input and execute then u can see a button BOL MODEL . This will list all the BOL entities. I prefer using this one

Regards,

Sujith

Former Member
0 Kudos

Hi Sujith,

Thank you. i will work it out.

ram.

Former Member
0 Kudos

Hi Ram,

One more thing is there I forget to tell, you can also identify the BOL entity by looking the name of the context node in the view most probably it will be same as the BOL entity name. Also another thing is while searching for fields in BOL entity if the fields is not in the attribute of an entity the open the relationship node there u can find more BOL entities, search on that attribute also.

Regards,

Sujith