Hi All,
Scenario: I working in LORD framework, to get the ECC data into CRM system.
We have customers maintained in ECC system and few customers have payment card details are stored in ECC only.
I could see the credit card details in ECC successfully.
But while creating a sales order in CRM using the same customer, the payment cards are not visible in CRM.
When I debugged deeper, I could find an exception happening in the RFC from ECC.
The exception is due to missing service destination.
It goes to table 'SRT_CFG_VAL_DIR' to find entry for the below Name and Namespace.
Name: DestinationForServiceUserSwitch
Namespace: http://www.sap.com/webas/710/soap/feature/runtime/abap/settings/global
And doesn't find any corresponding entry ,hence results into exception.
In my ERP system this table is does not contain the above entry. Can anyone please suggest any solution on this error?
I have attached the screen shot for the table entry that the code is looking for.
Regards,
Suprita.