cancel
Showing results for 
Search instead for 
Did you mean: 

Actions tab in CRMD_ORDER

Former Member
0 Kudos

Dear Experts,

Scenario.

The service contracts are replicated from ECC (SAP) to CRM

and the replicated contracts in CRM cannot be edited. but the requirement is to enable only the actions tab, so that the user can create print, and email.

I added the code in the function module CRM_ORDER_CHECK_CHANGE_ALLOWED which makes all tab enabled.

and using the BADI CRM_ORDER_FIELDCHECK i tried to disable the tabstrip.

except the action tab. but i checked in the debug mode, i am not getting the actions tab in the debug mode.

Problem. some fields in the screen on some tab not getting disabled. in change mode. i want only action tab to be enabled in change mode.. can you please guide me..

Thanks & Regards

Dinesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Dinesh, it is better to copy the data contents of R3 downloaded transaction and create a new transaction in crm server with the same inputs and save the actions will work on CRM generated transactions, but if ur user wants to work on the same transaction type like which is generated in r3 means simply copy the Inputs of the same transaction and create in the crm

Reward if helpful

Venkat

Former Member
0 Kudos

hi,

i found the solution. by changing the process mode in the function module is solving my problem, but i am afraid, that it should not affect any other transactions. i am debugging it..

thank you very very much.

Dinesh.

Answers (2)

Answers (2)

Former Member
0 Kudos

Found solution

Former Member
0 Kudos

HI, Dinesh.

I need to enable action box in bus trans too. Could you please describe you solution? What FM you are modified?

Thanks.

Former Member
0 Kudos

.