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

/SAPSLL/PRE_CALCULATE_FB0 SAP ABAP INCLUDE - Routines with B*







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


Text pool values


Title: Routines with B*


INCLUDES used within this REPORT /SAPSLL/PRE_CALCULATE_FB0

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/BOMHD_DB_RNG_READ call function '/SAPSLL/BOMHD_DB_RNG_READ' exporting is_crit = ls_bomhd_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_bomhd exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/BOMHD_DB_RNG_READ call function '/SAPSLL/BOMHD_DB_RNG_READ' exporting is_crit = ls_bomhd_crit_splitt iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_bomhd_splitt exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/AUTH_CHECK_ADM_INT_SGL call function '/SAPSLL/AUTH_CHECK_ADM_INT_SGL' exporting iv_admunit = ls_model_data-modgr iv_actvt = gc_actvt-change * IT_AC_ACTVT = * IV_LANGU = SY-LANGU * IMPORTING * EV_AUTH_CHECK_OK = exceptions no_activity_provided = 1 no_authority = 2 others = 3 .

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

/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-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/PNTPR_DB_RNG_READ call function '/SAPSLL/PNTPR_DB_RNG_READ' exporting is_crit = ls_pntpr_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_pntpr exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/BOMIT_DB_RNG_READ call function '/SAPSLL/BOMIT_DB_RNG_READ' exporting is_crit = ls_bomit_crit iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_bomit exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/BOMIT_DB_RNG_READ call function '/SAPSLL/BOMIT_DB_RNG_READ' exporting is_crit = ls_bomit_crit_splitt iv_flag_fill_buffer = gc_false is_debug = gs_debug importing et_result = lt_bomit_splitt exceptions no_data = 1 open_sql_error = 2 others = 3.



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