SAP Reports / Programs | Sales and Distribution | Electronic Data Interchange(SD-EDI) SAP SD

RWRF_PRICAT_INBOUND_F75 SAP ABAP INCLUDE - RWRFPRICATINBOUNDF75







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

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_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = g_log_handle IMPORTING e_statistics = ls_statistics EXCEPTIONS log_not_found = 1 OTHERS = 2.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING * I_CLIENT = SY-MANDT i_in_update_task = 'X' * I_SAVE_ALL = ' ' i_t_log_handle = lt_log_handle * IMPORTING * E_NEW_LOGNUMBERS = EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4 .

APPL_LOG_READ_DB CALL FUNCTION 'APPL_LOG_READ_DB' EXPORTING object = gv_app_log_interface-object subobject = gv_app_log_interface-subobject external_number = gv_app_log_interface-external_number date_from = sy-datum date_to = sy-datum time_from = gv_app_log_interface-time_from time_to = sy-uzeit log_class = gv_app_log_interface-log_class program_name = gv_app_log_interface-program_name transaction_code = gv_app_log_interface-transaction_code user_id = sy-uname mode = gv_app_log_interface-mode IMPORTING number_of_logs = lv_number_of_logs TABLES header_data = lt_header_data header_parameters = lt_header_parameters * messages = lt_messages * message_parameters = lt_message_parameters EXCEPTIONS OTHERS = 0.

BAL_LOG_HDR_READ CALL FUNCTION 'BAL_LOG_HDR_READ' EXPORTING i_log_handle = up_log_handle IMPORTING e_statistics = ls_statistics EXCEPTIONS OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ls_msg_defaults-log_handle EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = ls_msg_defaults EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = ls_msg_defaults-log_handle i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ls_msg_defaults-log_handle EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = ls_msg_defaults EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gs_log_handle-communication_error i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = ls_log IMPORTING e_log_handle = ls_msg_defaults-log_handle EXCEPTIONS OTHERS = 1.

BAL_GLB_MSG_DEFAULTS_SET CALL FUNCTION 'BAL_GLB_MSG_DEFAULTS_SET' EXPORTING i_s_msg_defaults = ls_msg_defaults EXCEPTIONS OTHERS = 0.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gs_log_handle-matmaster_upd_failure i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DB_SEARCH CALL FUNCTION 'BAL_DB_SEARCH' EXPORTING i_s_log_filter = ls_log_filter IMPORTING e_t_log_header = lt_log_header EXCEPTIONS OTHERS = 1.

BAL_LOG_EXIST CALL FUNCTION 'BAL_LOG_EXIST' EXPORTING i_log_handle = -log_handle EXCEPTIONS log_not_found = 1.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_log_header = lt_log_header IMPORTING e_t_log_handle = lt_log_loaded EXCEPTIONS OTHERS = 0.

BAL_GLB_SEARCH_MSG CALL FUNCTION 'BAL_GLB_SEARCH_MSG' EXPORTING i_s_log_filter = ls_log_filter i_t_msg_context_filter = lt_context IMPORTING e_t_msg_handle = lt_msg_handle EXCEPTIONS OTHERS = 1.

BAL_LOG_MSG_READ CALL FUNCTION 'BAL_LOG_MSG_READ' EXPORTING i_s_msg_handle = ls_msg_handle IMPORTING e_s_msg = lv_e_s_msg EXCEPTIONS OTHERS = 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 RWRF_PRICAT_INBOUND_F75 or its description.