With ABAP 7.50 , a new class CL_DYNAMIC_DESTINATION can be used to create a dynamic RFC destination( no need to create RFC destination In Tx- SM59)
Category: Uncategorized
Authorization Object List of an USER
You can check the transaction – SU56 that display the list of authorizations permitted to user. The ALV displays the list of authorizations allowed
Fuction Module that checks ADDON services are active or not
The FM- FKK_ADDON_COMPONENT_INSTALLED can be used to check any of the ADDONs like FICA, Utility… are active or not. Here FICA and Extended FICA are only
Function Module that checks if CRM system is connected to ERP system or not
The FM – CRM_CONNECTED can be used inorder to check if ERP system is connected to any CRM system or not. test the FM in
Function Module that returns the Company Code global settings
Go to Tx- SPRO. Navigate along the path to see the Company code details data. The details data for the company code- 1000. The FM-
Dynamically displaying List UIBB configuration in FPM OVP Application
This is the table type used in the LIST UIBB. The structure. The feeder class. Go to the GET_DEFINITION method. Put the below code.