SAP Reports / Programs

/SAPSLL/IVM_LOCATION_ACTIVATE SAP ABAP Report - Inventory Management: Activate Customs ID







/SAPSLL/IVM_LOCATION_ACTIVATE is a standard Executable ABAP Report 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/IVM_LOCATION_ACTIVATE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/LOCATION_ACT - Inv. Management: Activate Customs ID


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/IVM_LOCATION_ACTIVATE. "Basic submit
SUBMIT /SAPSLL/IVM_LOCATION_ACTIVATE AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/IVM_LOCATION_ACTIVATE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_SIMUL = Simulation Mode
Title: Inventory Management: Activate Customs ID


INCLUDES used within this REPORT /SAPSLL/IVM_LOCATION_ACTIVATE

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/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = syst-mandt is_debug = gs_debug CHANGING ct_range = gs_tecpid_crit_s-mandt EXCEPTIONS OTHERS = 0.

/SAPSLL/TECPID_DB_RNG_READ CALL FUNCTION '/SAPSLL/TECPID_DB_RNG_READ' EXPORTING is_crit = gs_tecpid_crit_s is_debug = gs_debug IMPORTING et_result = gt_tecpid EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/APPLOG_INIT CALL FUNCTION '/SAPSLL/APPLOG_INIT' EXPORTING iv_object = gc_applog_obj-ivm iv_subobject = gc_applog_subobj-location_activate iv_extnumber = gv_balnrext iv_skip_search = gc_true is_debug = gs_debug CHANGING cv_handle = gv_lghdl EXCEPTIONS invalid_call = 1 log_header_inconsistent = 2 internal_error = 3 OTHERS = 4.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = gv_lghdl iv_msgid = gc_msgid-leg_cus_ivm iv_msgno = gv_msgno EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/IVM_BWHID_ACTIVATE CALL FUNCTION '/SAPSLL/IVM_BWHID_ACTIVATE' EXPORTING iv_bwhid = gs_tecpid-ecpid is_debug = gs_debug iv_flag_simulation = p_simul EXCEPTIONS bwhid_active = 0 invalid_call = 0 lime_error = 0 internal_error = 0 OTHERS = 0.

/SAPSLL/APPLOG_APPEND CALL FUNCTION '/SAPSLL/APPLOG_APPEND' EXPORTING iv_lghdl = gv_lghdl iv_msgid = syst-msgid iv_msgty = syst-msgty iv_msgno = syst-msgno iv_msgv1 = syst-msgv1 iv_msgv2 = syst-msgv2 iv_msgv3 = syst-msgv3 iv_msgv4 = syst-msgv4 is_debug = gs_debug EXCEPTIONS internal_error = 1 OTHERS = 2.

/SAPSLL/APPLOG_SAVE CALL FUNCTION '/SAPSLL/APPLOG_SAVE' EXPORTING iv_handle = gv_lghdl is_debug = gs_debug.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_handle = gv_lghdl is_debug = gs_debug EXCEPTIONS no_log_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/IVM_LOCATION_ACTIVATE or its description.