SAP Reports / Programs | Cross-Application Components | General Application Functions | Batch-Oriented Parallel Processing of Mass Data(CA-GTF-TS-PPM) SAP CA

FSPPI_LOG_SRV_IMP SAP ABAP INCLUDE - FSPPILOGSRVIMP







FSPPI_LOG_SRV_IMP 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 FSPPI_LOG_SRV_IMP 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 FSPPI_LOG_SRV_IMP. "Basic submit
SUBMIT FSPPI_LOG_SRV_IMP AND RETURN. "Return to original report after report execution complete
SUBMIT FSPPI_LOG_SRV_IMP 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 FSPPI_LOG_SRV_IMP

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:

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_bal_log IMPORTING e_log_handle = ls_log_handle-handle EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = -handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_REFRESH CALL FUNCTION 'BAL_LOG_REFRESH' EXPORTING i_log_handle = -handle EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DSP_PROFILE_DETLEVEL_GET CALL FUNCTION 'BAL_DSP_PROFILE_DETLEVEL_GET' IMPORTING e_s_display_profile = rs_profile.

BAL_DSP_PROFILE_NO_TREE_GET CALL FUNCTION 'BAL_DSP_PROFILE_NO_TREE_GET' IMPORTING e_s_display_profile = rs_profile.

BAL_DSP_PROFILE_POPUP_GET CALL FUNCTION 'BAL_DSP_PROFILE_POPUP_GET' IMPORTING e_s_display_profile = rs_profile.

BAL_DSP_PROFILE_SINGLE_LOG_GET CALL FUNCTION 'BAL_DSP_PROFILE_SINGLE_LOG_GET' IMPORTING e_s_display_profile = rs_profile.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = rs_profile.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'BAL_S_SHOW' fieldname = 'TIME_STMP' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FSPP_S_MSG_OBJECT' fieldname = 'TYP' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = 'FSPP_S_MSG_OBJECT' fieldname = 'ID' TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = -handle IMPORTING e_s_log = rs_log_header EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_LOG_HDR_CHANGE CALL FUNCTION 'BAL_LOG_HDR_CHANGE' EXPORTING i_log_handle = -handle i_s_log = is_log_header EXCEPTIONS log_not_found = 1 log_header_inconsistent = 2 OTHERS = 3.

BCA_MSG_CONTEXT_DISPLAY * IF 1 = 2. CALL FUNCTION 'BCA_MSG_CONTEXT_DISPLAY'. ENDIF."#EC *

BAL_LOG_EXCEPTION_ADD CALL FUNCTION 'BAL_LOG_EXCEPTION_ADD' EXPORTING i_log_handle = -handle i_s_exc = ls_exc EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = -handle i_s_msg = ls_msg * IMPORTING * e_s_msg_handle = ls_msg_handle EXCEPTIONS log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 OTHERS = 4.

BAL_LOG_MSG_DELETE_ALL CALL FUNCTION 'BAL_LOG_MSG_DELETE_ALL' EXPORTING i_log_handle = -handle EXCEPTIONS log_not_found = 1.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_IN_UPDATE_TASK = ' ' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.

BAL_LOG_HDR_READ





CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = -handle IMPORTING e_statistics = ls_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_GLB_SEARCH_LOG * CALL FUNCTION 'BAL_GLB_SEARCH_LOG' * EXPORTING * i_s_log_filter = i_str_log_filter * IMPORTING * e_t_log_handle = l_tab_logh[] * EXCEPTIONS * OTHERS = 0.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = is_log_filter IMPORTING e_t_log_header = lts_log_header EXCEPTIONS OTHERS = 0.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lts_log_header * IMPORTING * e_t_log_handle = l_tas_log_handle EXCEPTIONS OTHERS = 0.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = ls_profile i_t_log_handle = lt_logh i_s_log_filter = is_log_filter IMPORTING e_s_exit_command = rs_exit_command EXCEPTIONS profile_inconsistent = 1 internal_error = 2 no_data_available = 3 no_authority = 4 OTHERS = 5.

BAL_CNTL_CREATE CALL FUNCTION 'BAL_CNTL_CREATE' EXPORTING i_container = mo_gui_container i_s_display_profile = ls_profile i_t_log_handle = lt_logh i_s_log_filter = is_log_filter IMPORTING e_control_handle = mv_control_handle EXCEPTIONS profile_inconsistent = 1 internal_error = 2.

BAL_CNTL_REFRESH CALL FUNCTION 'BAL_CNTL_REFRESH' EXPORTING i_control_handle = mv_control_handle i_t_log_handle = lt_logh i_s_log_filter = is_log_filter EXCEPTIONS control_not_found = 1 internal_error = 2.

BAL_CNTL_FREE CALL FUNCTION 'BAL_CNTL_FREE' CHANGING c_control_handle = mv_control_handle EXCEPTIONS control_not_found = 1.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = 'BANK_JC_RCD_APPL' langu = sy-langu withtext = 'X' TABLES dd07v_tab = lt_dd07v.

BAL_LOG_MSG_DELETE CALL FUNCTION 'BAL_LOG_MSG_DELETE' EXPORTING i_s_msg_handle = EXCEPTIONS msg_not_found = 0 log_not_found = 0.



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