cancel
Showing results for 
Search instead for 
Did you mean: 

CRM IC - Updating DB

Former Member
0 Kudos

Hi experts,

I've a problem.

I've modified a view adding a new field. Now I've to save in DB the data retrieved from the new field.

I've tried to use CRM_ORDER_MAINTAIN in the method DO_HANDLE_DATA, but it doesn't work.

Can you explain me how I've to do?

thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Alessandro,

Is the new field added a part of the context node attribute? If it is a part of context node attribute than you dont need to explicitely write a code to save it to the database since the eh_onsave method handles it.You can add this attribute to the standard structure using append structure/include structure/EEWB.

Ideally any new attribute added on the view should be a part of the context node in that view.

If you need any more inputs please feel free to ask.

Reward useful answers.

Regards,

Shrita Sharma.

Former Member
0 Kudos

Hi shrita sharma. Thanks for your help.

I'm a beginner of CRM IC.

I'm modifing the BSP Application CRM_IC. I want to extend the view ServItemDetail showing a new field that offer the user the possibility of modify the Warranty of a selected service order's item.

I want that field is able to show the right value reading from the order and to save in the DB when the Save button is pressed.

Can you tell me all steps I must follow to do it, please?

Thanks.

P000636
Active Contributor
0 Kudos

Hi Alessandro,

You need extend the context node with your new attribute. Look at Webclient cookbook.

Call crm_oder_maintain in event handdle of the bsp not is the way to get it.

Regards.

Manuel

Former Member
0 Kudos

Hi

Simple question, CanI used the CRM_ORDER_MAINTAIN in the BADI ORDER_SAVE method PREPARE for the application Activity Interaction record from the Web IC client? I need to update the business person

Please let me know!

Best regards

Abdo ABI ATMI

Former Member
0 Kudos

are you committing the DB changes after calling CRM_ORDER_MAINTAIN ?

Thanks,

Thirumala.