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

/SAPSLL/PRE_CALCULATE_LOG_FC0 SAP ABAP INCLUDE - Include /SAPSLL/PRE_CUSTOMSPROT_FC0







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

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/PRE_SRV_DISPLAY call function '/SAPSLL/PRE_SRV_DISPLAY' exporting iv_model = iv_model iv_handle = lv_handle_dummy is_currc = is_currc it_prfcalc = it_prfcalc_src it_prfpara = lt_prfpara_dummy it_prflrg = lt_prflrg_dummy it_prfcty = lt_prfcty_dummy it_prfmodd = it_prfmodd it_modkmat = it_modkmat it_prfpm_conv = it_prfpm_conv it_prfpm = it_prfpm it_prfpmv = lt_prfpmv_dummy it_prfpmr = lt_prfpmr_dummy it_prfpmra = lt_prfpmra_dummy it_prfpmrc = lt_prfpmrc_dummy it_prfpmrp = lt_prfpmrp_dummy it_prfpmrr = lt_prfpmrr_dummy it_prfpmrv = lt_prfpmrv_dummy it_prfpmrd = lt_prfpmrd_dummy iv_vdsimu = lv_vdsimu it_prfpmv_sim = lt_prfpmv_dummy it_prfpmr_sim = lt_prfpmr_dummy it_prfpmra_sim = lt_prfpmra_dummy it_prfpmrc_sim = lt_prfpmrc_dummy it_prfpmrp_sim = lt_prfpmrp_dummy it_prfpmrr_sim = lt_prfpmrr_dummy it_prfpmrv_sim = lt_prfpmrv_dummy.

/SAPSLL/PRE_SRV_PRINT call function '/SAPSLL/PRE_SRV_PRINT' exporting is_printpara = is_para iv_model = iv_model iv_handle = lv_handle_dummy is_currc = is_currc it_prfcalc = it_prfcalc_src it_prfpara = lt_prfpara_dummy it_prflrg = lt_prflrg_dummy it_prfcty = lt_prfcty_dummy it_prfmodd = it_prfmodd it_modkmat = it_modkmat it_prfpm_conv = it_prfpm_conv it_prfpm = it_prfpm it_prfpmv = lt_prfpmv_dummy it_prfpmr = lt_prfpmr_dummy it_prfpmra = lt_prfpmra_dummy it_prfpmrc = lt_prfpmrc_dummy it_prfpmrp = lt_prfpmrp_dummy it_prfpmrr = lt_prfpmrr_dummy it_prfpmrv = lt_prfpmrv_dummy.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting text_question = text-b01 text_button_1 = text-b02 text_button_2 = text-b03 default_button = '1' display_cancel_button = gc_false start_column = 25 start_row = 6 importing answer = lv_answer exceptions text_not_found = 1 others = 2.



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