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

/SAPSLL/ADMIN_UNIT_MEF01 SAP ABAP INCLUDE - /SAPSLL/ADMINUNITMEF01







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

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/ADMIN_UNIT_CHECK call function '/SAPSLL/ADMIN_UNIT_CHECK' exporting iv_admin_unit = ls_modelgrp-modelgrp iv_actvt = gc_actvt-change * IT_AC_ACTVT = * IS_DEBUG = GS_DEBUG exceptions no_authority = 1 no_admin_unit = 2 invalid_call = 3 internal_error = 4 others = 5.

/SAPSLL/ORG_UNIT_USR_GET call function '/SAPSLL/ORG_UNIT_USR_GET' exporting iv_rltyp = gc_rltyp-admin_unit * IV_USRNAME = SY-UNAME importing et_org_unit_usr = lt_org_unit_usr exceptions no_role_provided = 1 partner_not_maintained = 2 others = 3.

BUPA_DESCRIPTION_GET call function 'BUPA_DESCRIPTION_GET' exporting iv_partner = cs_modgrme_ui-partner iv_valdt = sy-datum importing ev_description_long = cs_modgrme_ui-descrip tables et_return = lt_return[].

/SAPSLL/PARTNER_ADDRESS_GET call function '/SAPSLL/PARTNER_ADDRESS_GET' exporting iv_parno = cs_modgrme_ui-partner * IV_ADRNR = * IV_FLAG_BYPASS_BUFFER = 'X' importing es_addr1_val = ls_addr1_val.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = lv_vrm_id values = lt_field_value exceptions id_illegal_name = 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/ADMIN_UNIT_MEF01 or its description.