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

/SAPSLL/PRE_CALCULATE_PRG SAP ABAP INCLUDE - /SAPSLL/PRECALCULATEPRG







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

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/AUTH_CHECK_ADM_INT_SGL call function '/SAPSLL/AUTH_CHECK_ADM_INT_SGL' exporting iv_admunit = gs_model_data-modgr iv_actvt = gc_actvt-change * IMPORTING * ev_auth_check_ok = exceptions no_activity_provided = 1 no_authority = 2 others = 3.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting text = gv_msg_dummy.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

/SAPSLL/PRE_SRV_DISPLAY call function '/SAPSLL/PRE_SRV_DISPLAY' exporting iv_handle = gv_loghandle iv_model = p_model iv_langu = p_langu it_prfcalc = gt_prfcalc_src it_prfpara = gt_prfpara it_prflrg = gt_prflrg it_prfcty = gt_prfcty it_prfmodd = gt_prfmodd it_modkmat = gt_modelkmat it_prfpm_conv = gt_prfpm_conv it_prfpm = gt_prfpm it_prfpmv = gt_prfpmv it_prfpmr = gt_prfpmr it_prfpmra = gt_prfpmra it_prfpmrc = gt_prfpmrc it_prfpmrp = gt_prfpmrp it_prfpmrr = gt_prfpmrr it_prfpmrv = gt_prfpmrv it_prfpmrd = gt_prfpmrd iv_vdsimu = p_vdsimu it_prfpmv_sim = gt_prfpmv_sim it_prfpmr_sim = gt_prfpmr_sim it_prfpmra_sim = gt_prfpmra_sim it_prfpmrc_sim = gt_prfpmrc_sim it_prfpmrp_sim = gt_prfpmrp_sim it_prfpmrr_sim = gt_prfpmrr_sim it_prfpmrv_sim = gt_prfpmrv_sim.



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