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

/SAPSLL/IVM_STOCK_FREEZED_SHOW SAP ABAP Report - Display Stock List with Starting and Ending Stocks







/SAPSLL/IVM_STOCK_FREEZED_SHOW 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_STOCK_FREEZED_SHOW 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/IVM_FREEZED - Display Starting and Ending Stocks


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_STOCK_FREEZED_SHOW. "Basic submit
SUBMIT /SAPSLL/IVM_STOCK_FREEZED_SHOW AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/IVM_STOCK_FREEZED_SHOW 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_CHANGE = Only Stock Changes
Selection Text: P_DATEFR = Date from
Selection Text: P_DATETO = Date to
Selection Text: P_TIMEFR = Time from
Selection Text: P_TIMETO = Time to
Selection Text: P_DVARI = D .
Selection Text: P_ECPID = D .
Selection Text: S_LOGSYS = D .
Selection Text: S_PRVSY = D .
Title: Display Stock List with Starting and Ending Stocks
Text Symbol: 001 = Customs Warehouse ID
Text Symbol: 002 = General Control Parameters
Text Symbol: 021 = Product Data
Text Symbol: 022 = From
Text Symbol: 023 = to
Text Symbol: B01 = Yes
Text Symbol: B02 = No
Text Symbol: D01 = Stock Posting Date
Text Symbol: Q01 = The size of the selected time period may result in a long response time - continue selection?
Text Symbol: T02 = Output Format


INCLUDES used within this REPORT /SAPSLL/IVM_STOCK_FREEZED_SHOW

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:

FIMA_DATE_CREATE call function 'FIMA_DATE_CREATE' exporting i_date = sy-datum i_flg_end_of_month = ' ' i_years = 0 i_months = 0 i_days = 0 i_calendar_days = -2 i_set_last_day_of_month = ' ' importing e_date = p_datefr.

/SAPSLL/IVM_STOCK_FREEZED_ALV call function '/SAPSLL/IVM_STOCK_FREEZED_ALV' exporting is_param = ls_param is_variant = gs_variant is_debug = gs_debug iv_batch = iv_batch changing ct_data = it_freezed_ui.

/SAPSLL/IVM_FILL_VIEW_PARAM call function '/SAPSLL/IVM_FILL_VIEW_PARAM' exporting iv_ecpid = iv_ecpid iv_ectxt = iv_ecpid_text iv_grvsy = iv_grvsy it_logsys_r = lt_logsys_r it_prvsy_r = lt_prvsy_r iv_prvsy_obligatory = gc_false is_debug = gs_debug importing es_param = cs_param-view exceptions wrong_data = 1 others = 2.

/SAPSLL/CONVERT_STAMP_TO_DATE call function '/SAPSLL/CONVERT_STAMP_TO_DATE' exporting iv_timestamp = iv_timestamp iv_end_date = gc_false importing ev_date = cv_date ev_time = cv_time exceptions no_time_stamp = 1 no_time_zone = 2 time_zone_notfound = 3 format_error = 4 others = 5.

/SAPSLL/CONVERT_DATE_TO_STAMP call function '/SAPSLL/CONVERT_DATE_TO_STAMP' exporting * iv_timezone = iv_date = iv_date iv_time = iv_time importing ev_timestamp = cv_timestamp exceptions no_time_zone = 1 time_zone_notfound = 2 format_error = 3 no_date_provided = 4 others = 5.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = -prvsy is_debug = gs_debug changing ct_range = ct_prvsy_r exceptions others = 0.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = -logsys is_debug = gs_debug changing ct_range = ct_logsys_r exceptions others = 0.

/SAPSLL/PNTPR_DB_RNG_READ call function '/SAPSLL/PNTPR_DB_RNG_READ' exporting is_crit = ls_pntpr_crit iv_flag_fill_buffer = gc_true is_debug = gs_debug importing et_result = ct_pntpr exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/DDUT_TEXT_FOR_VALUE call function '/SAPSLL/DDUT_TEXT_FOR_VALUE' exporting iv_tablename = iv_strucname iv_fieldname = iv_fieldname iv_value = iv_value iv_value_is_external = gc_false importing ev_text = cv_text exceptions no_ddic_field = 1 illegal_value = 2 internal_error = 3 others = 4.

/SAPSLL/IVM_STOCK_FIFO_SELECT call function '/SAPSLL/IVM_STOCK_FIFO_SELECT' exporting is_param = is_param is_debug = gs_debug importing et_data = ct_fifo_ui exceptions no_data = 1 product_error = 2 sql_error = 3 wrong_parameter = 4 data_error = 5 internal_error = 6 others = 7.

/SAPSLL/TCOGVA_DB_RNG_READ call function '/SAPSLL/TCOGVA_DB_RNG_READ' exporting is_crit = ls_tcogva_crit * IV_FLAG_FILL_BUFFER = 'X' is_debug = gs_debug importing et_result = lt_tcogva exceptions no_data = 1 open_sql_error = 2 others = 3.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = -logsys is_debug = gs_debug changing ct_range = ct_logsys_r exceptions others = 0.

/SAPSLL/IVM_CHECK_DATE call function '/SAPSLL/IVM_CHECK_DATE' exporting iv_date_from = iv_datefr iv_date_to = iv_dateto iv_days_between = iv_ivm_sel_days is_debug = gs_debug exceptions date_warning = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = ' ' diagnose_object = ' ' text_question = text-q01 text_button_1 = text-b01 icon_button_1 = ' ' text_button_2 = text-b02 icon_button_2 = ' ' default_button = '1' display_cancel_button = ' ' start_column = 25 start_row = 6 importing answer = lv_answer exceptions text_not_found = 1 others = 2.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = -prvsy is_debug = gs_debug changing ct_range = ct_prvsy_r exceptions others = 0.

/SAPSLL/APPEND_RANGE call function '/SAPSLL/APPEND_RANGE' exporting iv_value_low = iv_value * IS_DEBUG = GS_DEBUG changing ct_range = ct_range exceptions invalid_range_structure = 1 others = 2.

/SAPSLL/CUHD_ITEM_LLNS_GET call function '/SAPSLL/CUHD_ITEM_LLNS_GET' exporting it_corcts = it_corcts it_corctsc = it_corctsc * IT_CUHDDAT = iv_guid_cuit = iv_guid_cuit iv_lgreg = iv_lgreg iv_indei = iv_indei * iv_stcts = * IV_GGLND = * IV_RPTDT = iv_srvll = 'LECCUS' iv_ctsty = iv_tariff_system iv_crtsp = iv_crtsp is_debug = gs_debug importing et_llns = lt_llns exceptions invalid_call = 1 others = 2.

/SAPSLL/CUHD_LLNS_SCHEME_DET call function '/SAPSLL/CUHD_LLNS_SCHEME_DET' exporting is_tlegsu_crit = ls_crit iv_crtsp = iv_crtsp importing et_tlegsu = lt_tlegsu exceptions no_data = 1 invalid_call = 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/IVM_STOCK_FREEZED_SHOW or its description.