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

/SAPSLL/ADMIN_UNIT_MEF03 SAP ABAP INCLUDE - /SAPSLL/ADMINUNITMEF03







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

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:

COUNTRY_CODE_SAP_TO_ISO call function 'COUNTRY_CODE_SAP_TO_ISO' exporting sap_code = iv_country importing iso_code = lv_intca exceptions not_found = 1 others = 2.

/SAPSLL/T005T_SELECT_SGL call function '/SAPSLL/T005T_SELECT_SGL' exporting iv_spras = syst-langu iv_land1 = iv_country importing es_result = ls_t005t exceptions no_data = 0 others = 0.

DP_CREATE_URL call function 'DP_CREATE_URL' exporting type = 'image' "#EC NOTEXT subtype = cndp_sap_tab_unknown size = lv_image_size lifetime = cndp_lifetime_transaction tables data = lt_image_data changing url = lv_url exceptions others = 1.

WWW_GET_MIME_OBJECT call function 'WWW_GET_MIME_OBJECT' "#EC FB_OLDED tables query_string = lt_query_table html = lt_html_table mime = ct_image_data changing return_code = cv_return_code content_type = lv_content_type content_length = lv_content_length exceptions object_not_found = 1 parameter_not_found = 2 others = 3.

/SAPSLL/ADMIN_UNIT_STATISTICS call function '/SAPSLL/ADMIN_UNIT_STATISTICS' exporting iv_admin_unit = cs_modgrme_0200-partner iv_vddate_fr = cs_modgrme_0200-vddatab iv_vddate_to = cs_modgrme_0200-vddatbi importing * EV_COUNT_VD_REQUESTED = * EV_COUNT_VD_MAINTAINED = * EV_COUNT_VD_AGG_ONLY = * EV_COUNT_VD_EXTENDED = ev_count_wli_mm0a = cs_modgrme_0200-count_wli_mm0a ev_count_wli_mm0c = cs_modgrme_0200-count_wli_mm0c * EV_COUNT_VD_ISSUED = * EV_COUNT_VD_REVOKED = * ev_count_wlo_sd0c = * EV_COUNT_VD_ARCHIVE = exceptions invalid_call = 1 internal_error = 2 customizing_error = 3 others = 4.

/SAPSLL/ADMIN_UNIT_STATISTICS call function '/SAPSLL/ADMIN_UNIT_STATISTICS' exporting iv_admin_unit = cs_modgrme_0200-partner iv_vddate_fr = cs_modgrme_0200-vddatab iv_vddate_to = cs_modgrme_0200-vddatbi importing ev_count_vd_requested = cs_modgrme_0200-count_vd_requested ev_count_vd_maintained = cs_modgrme_0200-count_vd_maintained ev_count_vd_agg_only = cs_modgrme_0200-count_vd_agg_only ev_count_vd_extended = cs_modgrme_0200-count_vd_extended * ev_count_wli_mm0a = * ev_count_wli_mm0c = * EV_COUNT_VD_ISSUED = * EV_COUNT_VD_REVOKED = * ev_count_wlo_sd0c = * EV_COUNT_VD_ARCHIVE = exceptions invalid_call = 1 internal_error = 2 customizing_error = 3 others = 4 .

/SAPSLL/ADMIN_UNIT_STATISTICS call function '/SAPSLL/ADMIN_UNIT_STATISTICS' exporting iv_admin_unit = cs_modgrme_0200-partner iv_vddate_fr = cs_modgrme_0200-vddatab iv_vddate_to = cs_modgrme_0200-vddatbi importing * EV_COUNT_VD_REQUESTED = * EV_COUNT_VD_MAINTAINED = * EV_COUNT_VD_AGG_ONLY = * EV_COUNT_VD_EXTENDED = * ev_count_wli_mm0a = * ev_count_wli_mm0c = * EV_COUNT_VD_ISSUED = * EV_COUNT_VD_REVOKED = ev_count_wlo_sd0c = cs_modgrme_0200-count_wlo_sd0c ev_count_wlo_misc = cs_modgrme_0200-count_wlo_misc * EV_COUNT_VD_ARCHIVE = exceptions invalid_call = 1 internal_error = 2 customizing_error = 3 others = 4.

/SAPSLL/ADMIN_UNIT_STATISTICS call function '/SAPSLL/ADMIN_UNIT_STATISTICS' exporting iv_admin_unit = cs_modgrme_0200-partner iv_vddate_fr = cs_modgrme_0200-vddatab iv_vddate_to = cs_modgrme_0200-vddatbi importing * ev_count_vd_requested = * ev_count_vd_maintained = * ev_count_vd_agg_only = * ev_count_vd_extended = * ev_count_wli_mm0a = * ev_count_wli_mm0c = ev_count_vd_issued = cs_modgrme_0200-count_vd_sent ev_count_vd_revoked = cs_modgrme_0200-count_vd_cancelled * ev_count_wlo_sd0c = * EV_COUNT_VD_ARCHIVE = 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/ADMIN_UNIT_MEF03 or its description.