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

/SAPSLL/IVMC_STOCK_EXTND02_FOR SAP ABAP INCLUDE - /SAPSLL/IVMCSTOCKEXTND02FOR







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

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/IVMC_EXTND_DISPLAY CALL FUNCTION '/SAPSLL/IVMC_EXTND_DISPLAY' EXPORTING is_ecpidtx = is_ecpidtx iv_datefrm = iv_datefrm iv_dateto = iv_dateto iv_variant_handle = iv_variant_handle iv_variant = iv_variant iv_report = iv_report CHANGING ct_ivmc_stock_extend = ct_ivmc_extend_view.

/SAPSLL/APPEND_RANGE_EXT CALL FUNCTION '/SAPSLL/APPEND_RANGE_EXT' EXPORTING iv_sign = iv_sign iv_option = iv_option iv_value_low = iv_date_low iv_value_high = iv_date_high is_debug = gs_debug CHANGING ct_range = cr_opedt EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/IVMC_STOCK_EXTEND_GET CALL FUNCTION '/SAPSLL/IVMC_STOCK_EXTEND_GET' EXPORTING is_params = is_params IMPORTING et_ivmc_fifo = ct_ivmc_fifo et_cuhd = ct_cuhd et_cuit = ct_cuit et_cuitdat = ct_cuitdat EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/IVMC_EXTND_IFACE_BUILD CALL FUNCTION '/SAPSLL/IVMC_EXTND_IFACE_BUILD' EXPORTING it_ivmc_fifo = it_ivmc_fifo it_cuhd = it_cuhd it_cuit = it_cuit it_cuitdat = it_cuitdat iv_grvsy = iv_grvsy IMPORTING et_ivmc_extend_ui = ct_ivmc_extend_ui.



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