cancel
Showing results for 
Search instead for 
Did you mean: 

how to create new bol structure for custom ztable.

Former Member
0 Kudos

Hi gurus,

I am new to SAP CRM 2007. I have a requirement in which I need to create a view which will retreive data from my custom z table. But when you create a view , the wizard ask for Model nodes and, Bol entity, Bol relation etc. Kindly let me know what data I need to enter here so that I can relate to my custom table. I think I need to create a bol structure for my ztable. Kindly guide me in this regard.

Thanks & Regards,

Sanjay

Accepted Solutions (0)

Answers (2)

Answers (2)

PeCo
Advisor
Advisor
0 Kudos

I would recommend to rather use an encapsulation of the ztable into BOL than just trying to work with value nodes because it heavily simplifies building of the UI and code to load, edit and save.

In order to achieve this you would either have to build a genIL component and assign it to the BOL component set addressed in the runtime repository of the UI component to make it available on the UI layer.

If your table is very simple and does not require relations etc. you might save some work using the approach via "Simple Objects" concept of BOL which provides a pretty generic impelmentation that requires much less code and deep understanding of the BOL/ genIL.

Pleasse refer to the respective IMG node under

Customer Relationship Management -> CRM Cross-Application Components -> Generic Interaction Layer/ Business Object Layer -> Component-specific Settings

.

Hope this helps.

Peter

former_member194147
Participant
0 Kudos

Hi Peter,

I am looking for such type of solution only where I can intergrate my custom table to BOL structure. I saw that link provided by you, but I am still clueless what to add there. Can you kindly provide detailed solution so that it canalong with me, help many people in the forum.

Thanks & Regards,

Sanjay

Former Member
0 Kudos

Hello,

The table name using EEWB is not in your hands.

In other words, a new table would be created using this approach. though, it will save time to code for access/save logic, but you have to write a transfer batch program which will copy data from your ztable to the ztable created by the Wizard.

You also need to update all the references of your ztable with the one created using EEWB.

Regards,

Shobhit

Former Member
0 Kudos

Hi Peter,

I'm new to CRM 2007 and I have similar requirement of adding new fields to a view. Easy Enhancement workbench was not supported for this object.

I'm trying to create a new context node with the required fields and trying to insert them in a Z custom table.

Can you please provide the steps involved to link context node fields to the z custom table.

The steps to create BOL object, Genil object and the relation to acheive this.

Thanks in advance for the help.

Regards,

Ganesh.

Former Member
0 Kudos

Sanjay

While creating Context node using Wizard,

Choose option the Context Node Type : VALUE --> Press CONTINUE

--> On the next screen,

Choose the Icon (+ : Add ABAP Dic Types), put the Z table name in DDIC Struct field and press ENTER

And then choose the required fields from Z Table

and choose CONTINUE.

Thanks

Allot points if this helps!