SAP Reports / Programs | Logistics - General | Logistics Basic Data | Serial Numbers(LO-MD-SN) SAP LO

RIINV00 SAP ABAP Report - INVENTORY_PROBLEM_RECOGNIZE







RIINV00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for If the physical inventory data of a serial number, which was defined in the inventory, deviate from the system inventory data of the serial number (for example, different storage location or different plant), then inventory differences cannot be posted (see also Example)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RIINV00 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 RIINV00. "Basic submit
SUBMIT RIINV00 AND RETURN. "Return to original report after report execution complete
SUBMIT RIINV00 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: SO_CHARG = D Batch
Selection Text: SO_IBLNR = D Physical Inventory Document
Selection Text: SO_INVNU = D Physical Inventory Number
Selection Text: SO_LGORT = D Storage Location
Selection Text: SO_MATNR = D Material
Selection Text: SO_SOBKZ = D Special Stock
Selection Text: SO_WERKS = D Plant
Title: INVENTORY_PROBLEM_RECOGNIZE
Text Symbol: 001 = Selections
Text Symbol: 002 = Stock Type


INCLUDES used within this REPORT RIINV00

INCLUDE RIINV00_TOP.


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:

SERIAL_PROFILE_READ CALL FUNCTION 'SERIAL_PROFILE_READ' EXPORTING profile_r = wa_marc-sernp operation_r = 'MMSL' IMPORTING t_377p = wa_t377p t_377 = wa_t377
EXCEPTIONS no_t377p_entry = 1 no_t377_entry = 2 OTHERS = 3.

MATERIAL_READ CALL FUNCTION 'MATERIAL_READ' EXPORTING schluessel = ls_mara_schluessel TABLES seqmat01 = lt_xcharg.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ito0c_table-t156c TABLES dfies_tab = lt_l_dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING is_layout = gt_itab_layout it_fieldcat = lt_fieldcat i_tabname_header = 'GT_YISEG2' i_tabname_item = 'gt_ikpf_equi_eqbs' is_keyinfo = ls_keyinfo TABLES t_outtab_header = gt_yiseg2 t_outtab_item = gt_ikpf_equi_eqbs EXCEPTIONS program_error = 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 RIINV00 or its description.