SAP Reports / Programs | Logistics - General | Logistics Basic Data | Assortment Maintenance(LO-MD-RA-MT) SAP LO

SOINIF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SHELF_SPACE_OPT_PROFILE_GET CALL FUNCTION 'SHELF_SPACE_OPT_PROFILE_GET' EXPORTING pi_ssopt_pro = pa_ssopt pi_messages = 'X' IMPORTING pe_i_twsso = pi_i_twsso pe_ssop_name = pi_i_twssot-ssop_name EXCEPTIONS no_profile = 1 proof_error = 2 OTHERS = 3.

SHELF_SPACE_OPT_PROFILE_PROOF CALL FUNCTION 'SHELF_SPACE_OPT_PROFILE_PROOF' EXPORTING pi_i_twsso = pi_i_twsso IMPORTING pe_i_mcwsvk_turn = pi_i_mcwsvk_turn pe_i_mcwsvk_stoc = pi_i_mcwsvk_stoc EXCEPTIONS proof_error = 1 OTHERS = 2.

MCW_GET_VALUES_FROM_INFOSTRUCT CALL FUNCTION 'MCW_GET_VALUES_FROM_INFOSTRUCT' EXPORTING i_mcwsvk = pi_i_mcwsvk flg_nur_pruefen = 'X' EXCEPTIONS selvar_not_found = 1 no_valid_infostruct_in_selvar = 2 no_selection_crit_in_selvar = 3 selection_result_no_data = 4 no_key_elements_in_selvar = 5 no_select_items_in_selvar = 6 selvar_not_specified = 7 too_much_select_items = 8 no_valid_fields_in_infostruct = 9 invalid_fieldname = 10 to_much_period_items_in_selvar = 11 selvar_period_does_not_match = 12 code_template_not_found = 13 no_characteristics_in_selvar = 14 code_generation_error = 15 syntax_error_occured = 16 data_definition_failed = 17 svgrp_not_specified = 18 stack_overflow = 19 no_field_help_possible = 20 no_valid_tadir_entry_possible = 21 item_contains_invalid_char = 22 range_param_missing = 23 OTHERS = 24.



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