SAP Reports / Programs

RFSCD_COV SAP ABAP Report - RFSCDCOV







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

RFSCD_COV - FSCD: Cluster Builder - Disp. Func.


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFSCD_COV. "Basic submit
SUBMIT RFSCD_COV AND RETURN. "Return to original report after report execution complete
SUBMIT RFSCD_COV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFSCD_COV

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFSCD_COV or its description.