RSCRM_BAPI_REMOTEF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter RSCRM_BAPI_REMOTEF01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RSCRMBW_HIERARCHIES_GETLIST * CALL FUNCTION 'RSCRMBW_HIERARCHIES_GETLIST' * EXPORTING * i_reportuid = g_reportuid * i_iobjnm = g_s_hier-iobjnm * TABLES * e_t_hierarchies = g_t_crmhier.
RSHIER_HIER_SELECT_START CALL FUNCTION 'RSHIER_HIER_SELECT_START' EXPORTING i_iobjnm = l_iobjnm EXCEPTIONS canceled = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSCRM_BAPI_REMOTEF01 - Initialisierung und Objektinstanziierung RSCRM_BAPI_REMOTE - CRM Report RSCRM_BAPI_REMOTE - CRM Report RSCRM_ADD_EXT_IDS_2_BUPA - Program RSCRM_ADD_EXT_IDS_2_BUPA RSCRM_ADD_EXT_IDS_2_BUPA - Program RSCRM_ADD_EXT_IDS_2_BUPA RSCRM_ADD_CANDIDATES_2_TG - Program RSCRM_REQUEST_TACTICAL_DATA