SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

WSREO019 SAP ABAP INCLUDE - Central subroutines for module REORGANISATION_MATERIAL







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


Text pool values


Title: Central subroutines for module REORGANISATION_MATERIAL


INCLUDES used within this REPORT WSREO019

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:

T130S_SINGLE_READ CALL FUNCTION 'T130S_SINGLE_READ' EXPORTING pgnam = sapmm03m * KZRFB = ' ' IMPORTING wt130s = t130s EXCEPTIONS wrong_call = 1 OTHERS = 2.

ENQUEUE_EMMATAE CALL FUNCTION 'ENQUEUE_EMMATAE' EXPORTING matnr = record_to_delete-matnr EXCEPTIONS foreign_lock = 4 system_failure = 8.

DEQUEUE_EMMATAE CALL FUNCTION 'DEQUEUE_EMMATAE' EXPORTING matnr = record_to_delete-matnr.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = lv_function EXCEPTIONS FUNCTION_NOT_EXIST = 1 OTHERS = 2.

DELETE_TEXT CALL FUNCTION 'DELETE_TEXT' EXPORTING id = id language = spras name = object_name object = object savemode_direct = 'X' EXCEPTIONS not_found = 4.

TCURM_SINGLE_READ CALL FUNCTION 'TCURM_SINGLE_READ' * EXPORTING * KZRFB = ' ' IMPORTING wtcurm = tcurm EXCEPTIONS not_found = 1 valuation_level_initial = 2 valuation_level_wrong = 3 OTHERS = 4.

CLASSIFY_ARCHIVE_OBJECT CALL FUNCTION 'CLASSIFY_ARCHIVE_OBJECT' EXPORTING archive_handle = arch_handle object = clf_object ptable = p_clf_table object_delete_flag = 'X'.

READ_MESSAGES_FOR_ARBGB CALL FUNCTION 'READ_MESSAGES_FOR_ARBGB' EXPORTING * PI_SPRSL = SY-LANGU pi_arbgb = al_arbgb TABLES pt_t100 = tab_fnum EXCEPTIONS no_messages_found = 1 OTHERS = 2.

TWPA_SINGLE_READ CALL FUNCTION 'TWPA_SINGLE_READ' * exporting * KZRFB = ' ' IMPORTING wtwpa = is_twpa EXCEPTIONS not_found = 1 OTHERS = 2.

MAW1_ARRAY_READ CALL FUNCTION 'MAW1_ARRAY_READ' EXPORTING KZRFB = 'X'.

MAW1_SINGLE_READ CALL FUNCTION 'MAW1_SINGLE_READ' EXPORTING kzrfb = 'X' " TC 06.06.00

TVKOV_FULL_READ CALL FUNCTION 'TVKOV_FULL_READ' EXPORTING kzrfb = ' ' TABLES ttvkov = itvkov EXCEPTIONS not_found = 1 OTHERS = 2.

CHECK_INFLATION_ACTIVE CALL FUNCTION 'CHECK_INFLATION_ACTIVE' EXPORTING i_bukrs = t001-bukrs i_appl = 'M' EXCEPTIONS inflation_not_active = 1 bukrs_and_bwkey_initial = 2 OTHERS = 3.

ME_EINA_READ_WITH_MATNR CALL FUNCTION 'ME_EINA_READ_WITH_MATNR' EXPORTING pi_matnr = p_matnr * RELIF_ONLY = refresh_buffer = 'X' TABLES * PTI_LIFNR = pto_eina = ht_eina EXCEPTIONS no_records_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 WSREO019 or its description.