BC_SCR_FORMS 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 BC_SCR_FORMS 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!
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR DETERMINE_LOOP_INDEX = CONST-FLG_YES PERFORM_INPUT_CONVERSION = CONST-FLG_YES TABLES DYNPFIELDS = L_DYNFIELDTAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
DYNP_GET_STEPL CALL FUNCTION 'DYNP_GET_STEPL' IMPORTING POVSTEPL = L_SCREEN_TAB_WA-STEPL. "=0 on detail screen
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR DETERMINE_LOOP_INDEX = CONST-FLG_YES PERFORM_INPUT_CONVERSION = CONST-FLG_YES TABLES DYNPFIELDS = L_DYNFIELDTAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING DYNAME = L_REPID DYNUMB = L_DYNNR TABLES DYNPFIELDS = S_SCREEN_TAB EXCEPTIONS INVALID_ABAPWORKAREA = 01 INVALID_DYNPROFIELD = 02 INVALID_DYNPRONAME = 03 INVALID_DYNPRONUMMER = 04 INVALID_REQUEST = 05 NO_FIELDDESCRIPTION = 06 UNDEFIND_ERROR = 07.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
BC_SCR_FORMS - BCSCRFORMS BC_SBOOK_X_WRI - Archiving Flight Bookings: Write Program (XML Archiving) BC_SBOOK_X_WRI - Archiving Flight Bookings: Write Program (XML Archiving) BC_SBOOK_X_DEL - Archiving Flight Bookings: Delete Program (XML Archiving) BC_SBOOK_X_DEL - Archiving Flight Bookings: Delete Program (XML Archiving) BC_SBOOK_WRI - Program BC_SBOOK_WRI