SAP Reports / Programs | Project System | Information System(PS-IS) SAP PS

RCNBFF00 SAP ABAP INCLUDE - Project Info System: Set user filters for form routines







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


Text pool values


Title: Project Info System: Set user filters for form routines


INCLUDES used within this REPORT RCNBFF00

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:

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = G_REPID TABLES SELECTION_TABLE = T_PARAMS.

SELECTION_TEXTS_MODIFY CALL FUNCTION 'SELECTION_TEXTS_MODIFY' EXPORTING PROGRAM = G_REPID TABLES SELTEXTS = SELTEXTS EXCEPTIONS PROGRAM_NOT_FOUND = 1 PROGRAM_CANNOT_BE_GENERATED = 2.

CNFA_CHOOSE_FIELDS CALL FUNCTION 'CNFA_CHOOSE_FIELDS' EXPORTING I_FLG_KEYS = FLG_KEYS I_FLG_FIELDS = FLG_FIELDS I_FLG_UNITS = FLG_UNITS I_MAX_NUMBER = CON_MAXANZ_FILTER I_TITLE = I_FIELD_NAME = I_FIELDS_NAME = TABLES T_ACTUAL_FIELDS = FILT_KENNZAHLEN T_ALL_FIELDS = ALLE_KENNZAHLEN T_INCL_FIELDS = INCL_KENNZAHLEN T_EXCL_FIELDS = EXCL_KENNZAHLEN T_GROUPS = GRUPPEN EXCEPTIONS CANCEL = 1 NO_ALLOWED_FIELDS = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = mcinf_tab langu = sy-langu TABLES dfies_tab = fieldtab EXCEPTIONS not_found = 1 internal_error = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = zusatz_tab langu = sy-langu TABLES dfies_tab = fieldtab EXCEPTIONS not_found = 1 internal_error = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING TABNAME = 'DFIES' LFIELDNAME = 'TABNAME' LANGU = SY-LANGU IMPORTING DFIES_WA = DFIES EXCEPTIONS NOT_FOUND = 1 OTHERS = 3 .

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING NO_VALUE_CHECK = ' ' POPUP_TITLE = START_COLUMN = '20' START_ROW = START_ROW IMPORTING RETURNCODE = RETURNCODE TABLES FIELDS = FIELDS.

SELECTION_TEXTS_MODIFY * CALL FUNCTION 'SELECTION_TEXTS_MODIFY' * EXPORTING * PROGRAM = REPID * TABLES * SELTEXTS = SELTEXTS * EXCEPTIONS * PROGRAM_NOT_FOUND = 1 * PROGRAM_CANNOT_BE_GENERATED = 2.

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = 'FILTER' * P_PROGRAM = TABLES P_EXCLUDE = EXCL_FCODES 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 RCNBFF00 or its description.