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

/SAPSLL/MONITORING_F02 SAP ABAP INCLUDE - /SAPSLL/MONITORINGF02







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

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

/SAPSLL/CUHD_PPF_MSG_IF_BUILD call function '/SAPSLL/CUHD_PPF_MSG_IF_BUILD' exporting iv_corder = ls_trigger_coll-corder iv_coyear = ls_trigger_coll-coyear iv_guid_cuhd = ls_trigger_coll-guid_cuhd it_legact = lt_legact it_legmes = lt_legmes it_legcom = lt_legcom it_messages = lt_messages it_ppf_trigger = lt_ppf_trigger importing et_msg_if_alv = lt_msg_if_alv.

/SAPSLL/CUHD_DISCARD_OBJECT call function '/SAPSLL/CUHD_DISCARD_OBJECT' exporting is_debug = gs_debug is_cuhd_sk = ls_last_cuhd_sk.

/SAPSLL/CUHD_PPF_GRID_UCOMM call function '/SAPSLL/CUHD_PPF_GRID_UCOMM' exporting is_data = ls_msg_if_alv iv_ucomm = gc_fcode_cdoc-msg_execute iv_background = gc_true importing ev_function_msg_result = lv_function_msg_result exceptions request_failed = 1 others = 2.

/SAPSLL/CUHD_GET_OBJECT_PK call function '/SAPSLL/CUHD_GET_OBJECT_PK' exporting iv_guid_cuhd = iv_guid_cuhd iv_dbcgr = gc_access_group-customs iv_dbcfc = gc_access_function-cd_comp importing es_obj = cs_cuhd changing cv_trtyp = cv_trtyp exceptions entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 others = 4.

/SAPSLL/CUHD_DB_BUF_REF call function '/SAPSLL/CUHD_DB_BUF_REF' exporting is_debug = gs_debug.

DDIF_NAMETAB_GET call function 'DDIF_NAMETAB_GET' exporting tabname = iv_tabname all_types = 'X' lfieldname = ' ' group_names = ' ' tables dfies_tab = ct_dfies exceptions 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/MONITORING_F02 or its description.