SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/PRE_CALCULATE_FA0 SAP ABAP INCLUDE - Include /SAPSLL/PRE_CALCULATE_FA0







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


Text pool values


Title: Include /SAPSLL/PRE_CALCULATE_FA0


INCLUDES used within this REPORT /SAPSLL/PRE_CALCULATE_FA0

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:

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = iv_value changing ct_range = ct_range exceptions invalid_range_structure = 1 others = 2.

AUTHORITY_CHECK_TCODE call function 'AUTHORITY_CHECK_TCODE' exporting tcode = iv_tcode exceptions ok = 0 not_ok = 1 others = 2.

/SAPSLL/APPLOG_INIT call function '/SAPSLL/APPLOG_INIT' exporting iv_object = gc_prefcalc_obj iv_subobject = gc_prefcalc_subobj iv_extnumber = lv_extnumber iv_skip_search = gc_true is_debug = gs_debug iv_aldate_del = lv_aldate_del iv_del_before = lv_del_before changing cv_handle = ev_loghandle exceptions invalid_call = 1 others = 2.

/SAPSLL/APPEND_RANGE_EXT call function '/SAPSLL/APPEND_RANGE_EXT' exporting iv_sign = iv_sign iv_option = iv_option iv_value_low = iv_value is_debug = gs_debug changing ct_range = ct_range exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/PRPRFC_DB_RNG_READ * CALL FUNCTION '/SAPSLL/PRPRFC_DB_RNG_READ' * EXPORTING * is_crit = ls_prprfc_crit * iv_flag_fill_buffer = gc_false * is_debug = gs_debug * IMPORTING * et_result = ct_prprfc * EXCEPTIONS * no_data = 1 * open_sql_error = 2 * OTHERS = 3.

BAL_LOG_MSG_ADD call function 'BAL_LOG_MSG_ADD' exporting i_log_handle = iv_handle i_s_msg = ls_log_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

BAL_DB_SAVE call function 'BAL_DB_SAVE' exporting i_in_update_task = gc_true i_t_log_handle = it_pmhandle exceptions log_not_found = 1 save_not_allowed = 2 numbering_error = 3 others = 4.

BAL_LOG_REFRESH call function 'BAL_LOG_REFRESH' exporting i_log_handle = lv_log_handle exceptions log_not_found = 1 others = 2.

/SAPSLL/APPLOG_INIT call function '/SAPSLL/APPLOG_INIT' exporting iv_object = gc_prefcalc_obj iv_subobject = gc_prefcalc_subobj iv_extnumber = lv_extnumber * IV_DELETE_MESS = ' ' * IV_DEFAULT_SET = 'X' iv_skip_search = gc_true * IV_READ_ARCHIVE = ' ' is_debug = gs_debug iv_aldate_del = lv_aldate_del iv_del_before = lv_del_before changing cv_handle = ev_pmhandle exceptions invalid_call = 1 others = 2.

BAL_LOG_MSG_CUMULATE * CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' * EXPORTING * i_log_handle = iv_handle * i_s_msg = ls_log_msg * i_compare_attributes = gc_true * i_compare_context = gc_true * i_compare_parameters = gc_true ** IMPORTING ** E_S_MSG_HANDLE = ** E_MSG_WAS_LOGGED = ** E_MSG_WAS_DISPLAYED = * 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 = iv_handle i_s_msg = ls_log_msg exceptions log_not_found = 1 msg_inconsistent = 2 log_is_full = 3 others = 4.

/SAPSLL/NUMBER_GET_NEXT call function '/SAPSLL/NUMBER_GET_NEXT' exporting iv_nr_range_nr = '04' iv_object = 'SLL_PREMOD' is_debug = gs_debug importing ev_number = ls_kmatcon_check-guid_model_kmat exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 internal_error = 7 others = 8.

/SAPSLL/NUMBER_GET_NEXT call function '/SAPSLL/NUMBER_GET_NEXT' exporting iv_nr_range_nr = '04' iv_object = 'SLL_PREMOD' is_debug = gs_debug importing ev_number = ls_kmatcon_check-guid_model_kmat exceptions interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 internal_error = 7 others = 8.

/SAPSLL/GUID_CREATE call function '/SAPSLL/GUID_CREATE' importing ev_guid_16 = ls_kmatcon_check-guid_modkmat.

/SAPSLL/ADMIN_UNIT_LGREG_GET call function '/SAPSLL/ADMIN_UNIT_LGREG_GET' exporting iv_modelgrp = ls_model_data-modgr iv_act_only = gc_true importing et_modgr_lgreg = lt_lgreg_detail exceptions invalid_call = 1 internal_error = 2 customizing_error = 3 others = 4.



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 /SAPSLL/PRE_CALCULATE_FA0 or its description.