Hi,
We are implementing approval procedure to set up an approval process in service request & order.
We have made the necessary configurations in IMG->CRM->Transactions->Basic settings->Approval settings.
The web UI component for approal procedure is BT_APPROVAL does not show up in assignment block of SRQM_INCIDENT_H or BT116H_SRVO. Therefore we are note able to view approval procedure in web ui.
Please let us how to activate this component in service order & request in web ui
Regards
Sushant
Hi Vikas/Sushant,
This has been implemented in standard in the component "SRQM_RFC_H". This is the component for Request For Change.
In your case you will have to do the same if you want this approval block for Service Order or Incidents.
It could be executed in 3 major steps:
a) Add BT_APPROVAL as an Usage in these Components through the UI Runtime Repository tool from the component workbench
b) Make this assignment visible by adding it to the Overview page in Runtime Repository and changing the Overview Page Configuration to accommodate this view
c) Make changes to pass the data to BT_APPROVAL. This will require you to enhance the component. the enhance the Component Controller and then change the method WD_USAGE_INITIALIZE in the component controller to bind the BTADMINH of the Service Order component with that of the BT_APPROVAL. Something like below
when 'CUBTAPPROVAL'.
iv_usage->bind_context_node( iv_controller_type = cl_bsp_wd_controller=>co_type_component
iv_target_node_name = 'BTADMINH'
iv_node_2_bind = 'BTADMINH' ).
Please check RFC the component mentioned above for finer details.
Thanks!
Amrut Tadas
Add a comment