SAP Reports / Programs | G/L transfer | Bank Components | G/L transfer(IS-B-BCA-PT-GLP) SAP IS

RFBKGL_INCLUDE_GENERAL SAP ABAP INCLUDE - RFBKGLINCLUDEGENERAL







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


INCLUDES used within this REPORT RFBKGL_INCLUDE_GENERAL

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:

BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = t_tbkk01.

BKK_BKKRS_GET_GLDATA CALL FUNCTION 'BKK_BKKRS_GET_GLDATA' EXPORTING i_bkkrs = ct_bkkrs-bkkrs IMPORTING e_bukrs = ct_bkkrs-bukrs e_glvar = ct_bkkrs-glvar.

BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = l_tab_tbkk01.

BKK_BKKRS_GET_PAYM CALL FUNCTION 'BKK_BKKRS_GET_PAYM' EXPORTING i_bkkrs = u_bkkrs IMPORTING e_rc = l_rc e_calendar = cal_id.

FIMA_DAY_CONVERT_TO_WORKINGDAY CALL FUNCTION 'FIMA_DAY_CONVERT_TO_WORKINGDAY' EXPORTING i_date = l_check_date i_swerk = 1 "Next working day i_bdays = 0 "No days needed, DATE_BASE set IMPORTING e_date = l_calc_date e_subrc = l_rc TABLES icalid = t_calid.

BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = u_object i_method = u_method i_actvt = l_actvt i_flg_msg_handler = 'X' TABLES r_bkkrs = ur_bkkrs.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 1.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING max_severity = c_severity.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS a_message e_message i_message w_message.

MESSAGES_COUNT CALL FUNCTION 'MESSAGES_COUNT' IMPORTING max_severity = c_severity.

BKK_PER_TASK_AUTHORITY_CHECK CALL FUNCTION 'BKK_PER_TASK_AUTHORITY_CHECK' EXPORTING i_object = g_con_object_general_ledger i_method = u_method i_actvt = l_actvt i_flg_msg_handler = 'X' IMPORTING e_method_allowed = c_rc TABLES r_bkkrs = s_bkkrs.

BKK_BKKRS_GET_POSTDATE CALL FUNCTION 'BKK_BKKRS_GET_POSTDATE' EXPORTING i_bkkrs = u_t_bkkrs-bkkrs IMPORTING e_postdate = l_date_post EXCEPTIONS post_date_error = 1.

BKK_FIKEY_GET_FOR_PROCESS CALL FUNCTION 'BKK_FIKEY_GET_FOR_PROCESS' EXPORTING i_bkkrs = u_t_bkkrs-bkkrs i_process = g_con_glprocess_dinp TABLES e_t_process_date = l_t_process_date EXCEPTIONS data_error = 1 fikey_not_found = 2 OTHERS = 3.

ENQUEUE_EBKK_GLFIK CALL FUNCTION 'ENQUEUE_EBKK_GLFIK' EXPORTING bkkrs = ut_bkkrs-bkkrs EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

BKK_GL_REP_GLPROCESS_TEXT_GET CALL FUNCTION 'BKK_GL_REP_GLPROCESS_TEXT_GET' EXPORTING i_glprocess = u_gl_process i_flg_no_message = 'X' IMPORTING e_gl_process_text = l_gl_process_text.

BKK_FIKEY_PROCESS_OPEN CALL FUNCTION 'BKK_FIKEY_PROCESS_OPEN' EXPORTING i_bkkrs = ut_bkkrs-bkkrs i_glprocess = u_gl_process IMPORTING e_fikey_curr = l_fikey_new EXCEPTIONS old_fikey_closed = 1 "Msg in handler no_gl_customizing = 2 "Must not happen (see bkkrs_fill) param_error = 3 OTHERS = 4.

BKK_FIKEY_PROCESS_CLOSE CALL FUNCTION 'BKK_FIKEY_PROCESS_CLOSE' EXPORTING i_bkkrs = ut_bkkrs-bkkrs i_glprocess = u_process EXCEPTIONS fikey_not_found = 1.

MESSAGES_GIVE





CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = t_mesg.

DEQUEUE_EBKK_GLFIK CALL FUNCTION 'DEQUEUE_EBKK_GLFIK' EXPORTING bkkrs = ut_bkkrs-bkkrs.

MESSAGES_GIVE CALL FUNCTION 'MESSAGES_GIVE' TABLES t_mesg = l_mesg.

BKK_FIKEY_UPDATE_DB_BPRUN CALL FUNCTION 'BKK_FIKEY_UPDATE_DB_BPRUN' EXPORTING i_bal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs i_date = u_datbis i_action = u_action.

BKK_GL_GET_LAST_BSRUN_INFO CALL FUNCTION 'BKK_GL_GET_LAST_BSRUN_INFO' EXPORTING i_glbal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs IMPORTING e_date_run_to = l_date_run_to.

BKK_FIKEY_UPDATE_DB_BPRUN CALL FUNCTION 'BKK_FIKEY_UPDATE_DB_BPRUN' EXPORTING i_bal_type = l_bal_type i_bkkrs = u_t_bkkrs-bkkrs i_date = l_date_run_to i_action = con_delete.

BKK_BKKRS_GET_T CALL FUNCTION 'BKK_BKKRS_GET_T' TABLES t_bkkrs = lt_bkkrs.



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