RFSCD_COV is a standard Executable ABAP Report 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 RFSCD_COV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
RFSCD_COV - FSCD: Cluster Builder - Disp. Func.
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.
Selection Text: P_GPART = D Business Partner
Selection Text: P_VIEW = D Profile
Title: Business Partner Overview
Text Symbol: 005 = Account Balance
Text Symbol: 006 = All Contract Accounts
Text Symbol: 000 = No Entries Found
Text Symbol: 001 = Contract Accounts
Text Symbol: 002 = Contract Objects
Text Symbol: 003 = Sales Activities
Text Symbol: 004 = Account Balances
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BUP_PARTNER_DESCRIPTION_GET * CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' * EXPORTING * i_partner = p_gpart * IMPORTING * e_description = l_description * e_description_name = dbus000flds-descrip * e_description_long = dbus000flds-descrip_long * EXCEPTIONS * partner_not_found = 1 * wrong_parameters = 2 * OTHERS = 3.
FKK_BUPA_READ_SINGLE * CALL FUNCTION 'FKK_BUPA_READ_SINGLE' * EXPORTING * i_partner = p_gpart * i_xaddr_mult = 'X' * i_xteln_mult = 'X' * i_xfaxn_mult = 'X' * IMPORTING * e_but000 = dbus000_ext * TABLES * t_telno = lt_telno * t_faxno = lt_faxno * EXCEPTIONS * OTHERS = 4.
EW_OPS_SUPPRESS_ATTRIBUTES * CALL FUNCTION 'EW_OPS_SUPPRESS_ATTRIBUTES' * EXPORTING * im_cluster_type = node-type * im_ccm_nav_view = i_view * im_object = node-obj * TABLES * tch_attribute = node-class_attr.
CONVERT_DATE_TO_INTERNAL * CALL FUNCTION 'CONVERT_DATE_TO_INTERNAL' * EXPORTING * date_external = value * IMPORTING * date_internal =
* EXCEPTIONS * OTHERS = 1.
CONVERT_TIME_INPUT * CALL FUNCTION 'CONVERT_TIME_INPUT' * EXPORTING * input = value * IMPORTING * output =
* EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFSCD_COV - RFSCDCOV RFSCD_COV - RFSCDCOV RFSCBOR_RETURN - Program for Object Type FSC_RETURN : FI-CA Ext.: Returns RFSCBOR_RETURN - Program for Object Type FSC_RETURN : FI-CA Ext.: Returns RFSCBOR_LINEITEM - Program for Object Type FSCLNITEM: Line Item RFSCBOR_LINEITEM - Program for Object Type FSCLNITEM: Line Item