After creation of the credit limit request how does the processor (field in the case type F_DR) get an email or sap inbox mail to notify that he/sh has to close/refuse or approve the request? Do we need to set up web services (SOAMANAGER that are called when saving the credit limit request so that the processor is informed?
"Configure Web Services
Use
The Web interfaces for creating and changing a credit limit request (Web Dynpro applications UKM_CLCR_CREATE and UKM_CLCR_MAINTAIN) communicate with SAP Credit Management, meaning the application in the back-end system, using enterprise services.
This Customizing activity provides you with information about the configuration that is necessary for these enterprise services.
Standard settings
The Web services are not configured in the standard system.
Activities
You use the SOA Manager to configure the inbound service interfaces and to create the logical ports for the outbound consumer proxies. For more information about the SOA Manager, see SAP NetWeaver SAP Library.
Inbound Service Interfaces
The system uses the following inbound service interfaces for the communication:
- CreditLimitChangeRequestERPByIDQueryResponse_In
- CreditLimitChangeRequestERPCreateRequestConfirmation_In
- CreditLimitChangeRequestERPUpdateRequestConfirmation_In
- CreditLimitChangeRequestERPCheckQueryResponse_In
Use the SOA Manager to create service configurations for these service interfaces.As both the Web interfaces and SAP Credit Management run on the same system, you must choose the Local System Call option under Transport Relationship on the Transport Settings tab page.Logical PortsThe system uses the following outbound consumer proxies for the communication:
- CreditLimitChangeRequestERPByIDQueryResponse_Out (CO_UKM_CLCR_IDQR)
- CreditLimitChangeRequestERPCreateRequestConfirmation_Out (CO_UKM_CLCR_CRTRC)
- CreditLimitChangeRequestERPUpdateRequestConfirmation_Out (CO_UKM_CLCR_UPDRC)
- CreditLimitChangeRequestERPCheckQueryResponse_Out (CO_UKM_CLCR_CHKQR)
Use the SOA Manager to create logical ports for these outbound consumer proxies. Select the relevant ports as the default port. When configuring the logical ports, choose the Local System Call option under Transport Relationship on the Transport Settings tab page.
Idempotency Framework
To ensure that a Web service request is only run once ( Exactly Once), you must configure the SAP NetWeaver idempotency framework. Use transaction WSIDPADMIN.
For more information, see SAP NetWeaver SAP Library."