SAP Reports / Programs

RAFWCH_BP_FCAT_CHECK_ROLE SAP ABAP Report - RAFWCHBPFCATCHECKROLE







RAFWCH_BP_FCAT_CHECK_ROLE 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 RAFWCH_BP_FCAT_CHECK_ROLE into the relevant SAP transactions such as SE38 or SE80


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 RAFWCH_BP_FCAT_CHECK_ROLE. "Basic submit
SUBMIT RAFWCH_BP_FCAT_CHECK_ROLE AND RETURN. "Return to original report after report execution complete
SUBMIT RAFWCH_BP_FCAT_CHECK_ROLE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Text Symbol: P01 = Conversion of business partner role: Check analysis characteristics


INCLUDES used within this REPORT RAFWCH_BP_FCAT_CHECK_ROLE

INCLUDE IAFWCH_PROTCON.


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:

AFWCH_BP_DTEL_GEN_CHECK *CALL FUNCTION 'AFWCH_BP_DTEL_GEN_CHECK' * IMPORTING * e_log_t = t_log.

RM_FCAT_GET CALL FUNCTION 'RM_FCAT_GET' EXPORTING i_usgfl = 'D' * I_TIMFL = '*' i_ddic = 'X' * I_APPLC = 'TMR' IMPORTING e_fieldtab_t = t_fieldcat.

RM_AREA_GET_ALL CALL FUNCTION 'RM_AREA_GET_ALL' IMPORTING * E_RMBBF_T = e_rmda_t = t_datastr EXCEPTIONS no_entries = 1 OTHERS = 2.

AFWCH_BP_DOMNM CALL FUNCTION 'AFWCH_BP_DOMNM' EXPORTING i_type = 'ROLE' IMPORTING e_bpdom_t = t_bpdom.

RM_TABLE_INFO_GET CALL FUNCTION 'RM_TABLE_INFO_GET' EXPORTING i_tabname = tabname * I_FIELDNAME = * I_LANGU = i_read_texts = 'X' IMPORTING * E_TABHEADER = * E_TABFIELD_W = e_tabfields_t = t_tabfield EXCEPTIONS not_found = 1 ddic_error = 2 OTHERS = 3.

AFW_TRLOG_SHOW CALL FUNCTION 'AFW_TRLOG_SHOW' EXPORTING i_log_t = lt_log i_title = text-p01 i_save = space. "Do not save, display only



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 RAFWCH_BP_FCAT_CHECK_ROLE or its description.