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

/SAPSLL/ADMIN_UNIT_MEF02 SAP ABAP INCLUDE - /SAPSLL/ADMINUNITMEF02







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

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:

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * I_BUFFER_ACTIVE = i_structure_name = '/SAPSLL/PRE_MODEL_SETTING_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = changing ct_fieldcat = st_fcat_werks exceptions inconsistent_interface = 1 program_error = 2 others = 3.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting * I_BUFFER_ACTIVE = i_structure_name = '/SAPSLL/PRE_LGREG_UI_S' * I_CLIENT_NEVER_DISPLAY = 'X' * I_BYPASSING_BUFFER = * I_INTERNAL_TABNAME = changing ct_fieldcat = st_fcat_lgreg exceptions inconsistent_interface = 1 program_error = 2 others = 3.

/SAPSLL/ADMIN_UNIT_ORG_STR_GET call function '/SAPSLL/ADMIN_UNIT_ORG_STR_GET' exporting iv_admin_unit = iv_modelgrp * IV_GRVSY = * IS_DEBUG = GS_DEBUG importing er_guid_model = lt_guid_model_r * ET_LOGSYS_PLANT = * ET_LOGSYS_FTVBS = * ER_FTVBS = * et_pre_model = er_logsys = lt_logsys_r exceptions incomplete_customizing = 1 invalid_call = 2 internal_error = 3 others = 4.

/SAPSLL/PRE_MODEL_SETTING_GET call function '/SAPSLL/PRE_MODEL_SETTING_GET' exporting iv_logsys = ls_logsys_r-low * IV_MODEL = * IV_PFONY = ir_guid_model = lt_guid_model_r importing et_model_setting = lt_pre_model_data exceptions invalid_call = 1 internal_error = 2 no_model_data = 3 no_agreement = 4 no_country_group = 5 customizing_error = 6 others = 7.

/SAPSLL/ADMIN_UNIT_LGREG_GET call function '/SAPSLL/ADMIN_UNIT_LGREG_GET' exporting iv_modelgrp = iv_modelgrp importing et_modgr_lgreg = lt_modgr_lgreg[] exceptions invalid_call = 1 internal_error = 2 customizing_error = 3 others = 4.

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = '/SAPSLL/LCAC1' state = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * DD01V_WA = tables dd07v_tab = lt_dd07v_lcac1 exceptions illegal_input = 1 others = 2 .

DDIF_DOMA_GET call function 'DDIF_DOMA_GET' exporting name = '/SAPSLL/LCAC2' state = 'A' langu = sy-langu * IMPORTING * GOTSTATE = * DD01V_WA = tables dd07v_tab = lt_dd07v_lcac2 exceptions illegal_input = 1 others = 2 .

/SAPSLL/ORG_UNIT_USR_SET call function '/SAPSLL/ORG_UNIT_USR_SET' exporting iv_rltyp = gc_rltyp-admin_unit " 'SLLMGR' it_org_unit = lt_org_unit importing et_org_unit_usr = lt_org_unit_usr es_org_unit_sel = ls_org_unit_sel exceptions no_role_provided = 1 partner_not_maintained = 2 others = 3.



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