SAP Reports / Programs

RWINVF00 SAP ABAP Report - Test report for IDoc upload: entry of results from store phys. inv.







RWINVF00 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to test inbound processing for intermediate documents in the store physical inventory...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 RWINVF00 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 RWINVF00. "Basic submit
SUBMIT RWINVF00 AND RETURN. "Return to original report after report execution complete
SUBMIT RWINVF00 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: SNDPRT = Partner type
Selection Text: SENDER = Partner number of sender
Selection Text: R_IBLNR = Phys. inv. doc. no.
Selection Text: R_GJAHR = Fiscal year
Selection Text: RFCDEST = Logical RFC destination
Selection Text: RCVPRT = Partner type
Selection Text: P_INPUT = Foreground proc. for appl.FM
Selection Text: P_IDOC = One IDoc per doc.
Selection Text: P_DIREKT = Direct processing
Selection Text: P_BREAK = Debug mode (stop bfre sending)
Selection Text: P_BELF = Leave empty (doc. det. test)
Selection Text: P_BACK = Task in background
Selection Text: IDOC = IDoc number
Selection Text: EMPFAENG = Partner number of recipient
Title: Test report for IDoc upload: entry of results from store phys. inv.
Text Symbol: 104 = Return code (result) for workflow:
Text Symbol: 103 = Parameters IDOC/application object
Text Symbol: 102 = Return table determined for workflow:
Text Symbol: 101 = IDOC number St User Message identification
Text Symbol: 100 = Status records found:
Text Symbol: 002 = IDoc parameters
Text Symbol: 001 = Control data
Text Symbol: 000 = IDoc(s) transferred to ALE interface


INCLUDES used within this REPORT RWINVF00

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:

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING OWN_LOGICAL_SYSTEM = LOGSYSTEM EXCEPTIONS OWN_LOGICAL_SYSTEM_NOT_DEFINED = 01.

ALE_MODEL_INFO_GET CALL FUNCTION 'ALE_MODEL_INFO_GET' EXPORTING MESSAGE_TYPE = 'WVINVE' RECEIVING_SYSTEM = ' ' SENDING_SYSTEM = ' ' VALIDDATE = SY-DATUM TABLES MODEL_DATA = BMODEL EXCEPTIONS NO_MODEL_INFO_FOUND = 01 OWN_SYSTEM_NOT_DEFINED = 02.

INBOUND_IDOC_PROCESS CALL FUNCTION 'INBOUND_IDOC_PROCESS' TABLES IDOC_CONTROL = TIKOPF IDOC_DATA = TISEGM.

IDOC_INPUT_STORE_INVENTORY CALL FUNCTION 'IDOC_INPUT_STORE_INVENTORY' EXPORTING INPUT_METHOD = INPUT_METHOD MASS_PROCESSING = MASS_PROCESSING IMPORTING WORKFLOW_RESULT = WORKFLOW_RESULT APPLICATION_VARIABLE = APPLICATION_VARIABLE IN_UPDATE_TASK = IN_UPDATE_TASK CALL_TRANSACTION_DONE = CALL_TRANSACTION_DONE TABLES IDOC_CONTRL = TIKOPF1 IDOC_DATA = TISEGM1 IDOC_STATUS = IDOC_STATUS RETURN_VARIABLES = RETURN_VARIABLES SERIALIZATION_INFO = SERIALIZATION_INFO EXCEPTIONS WRONG_FUNCTION_CALLED = 01.

INBOUND_IDOC_PROCESS CALL FUNCTION 'INBOUND_IDOC_PROCESS' TABLES IDOC_CONTROL = H_TIKOPF IDOC_DATA = H_TISEGM.

IDOC_INPUT_STORE_INVENTORY CALL FUNCTION 'IDOC_INPUT_STORE_INVENTORY' EXPORTING INPUT_METHOD = INPUT_METHOD MASS_PROCESSING = MASS_PROCESSING IMPORTING WORKFLOW_RESULT = WORKFLOW_RESULT APPLICATION_VARIABLE = APPLICATION_VARIABLE IN_UPDATE_TASK = IN_UPDATE_TASK CALL_TRANSACTION_DONE = CALL_TRANSACTION_DONE TABLES IDOC_CONTRL = TIKOPF1 IDOC_DATA = TISEGM1 IDOC_STATUS = IDOC_STATUS RETURN_VARIABLES = RETURN_VARIABLES SERIALIZATION_INFO = SERIALIZATION_INFO EXCEPTIONS WRONG_FUNCTION_CALLED = 01.



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