SAP Reports / Programs

J_3R_LF_INV10 SAP ABAP Report - INV-10 Unfinished Repairs Inventory (Russia)







J_3R_LF_INV10 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 J_3R_LF_INV10 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

J3RALFINV10 - Inventory of unfinished repairs


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 J_3R_LF_INV10. "Basic submit
SUBMIT J_3R_LF_INV10 AND RETURN. "Return to original report after report execution complete
SUBMIT J_3R_LF_INV10 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_DOCNUM = Document Number
Selection Text: P_FORMNA = D .
Selection Text: P_IMO = Internal Order
Selection Text: P_INVBGD = D .
Selection Text: P_INVEND = D .
Selection Text: P_INVOD = D .
Selection Text: P_INVON = D .
Selection Text: P_KEYSET = D .
Selection Text: P_MEMBN1 = Name of the 1-st Member
Selection Text: P_MEMBN2 = Name of the 2-nd Member
Selection Text: P_MEMBN3 = Name of the 3-rd Member
Selection Text: P_MEMBP1 = Position of the 1-st Member
Selection Text: P_MEMBP2 = Position of the 2-nd Member
Selection Text: P_MEMBP3 = Position of the 3-rd Member
Selection Text: P_NUMCPY = D .
Selection Text: P_OPTYPE = D .
Selection Text: P_PERSN1 = 1-st Accountant's Name
Selection Text: P_PERSN2 = 2-nd Accountant's Name
Selection Text: P_PERSN3 = 3-rd Accountant's Name
Selection Text: P_PERSP1 = 1-st Accountant's Position
Selection Text: P_PERSP2 = 2-nd Accountant's Position
Selection Text: P_PERSP3 = 3-rd Accountant's Position
Selection Text: P_PMO = Plant Order
Selection Text: P_PRINTR = D .
Selection Text: P_PROFID = D .
Selection Text: P_RESPN = D .
Selection Text: P_RESPP = D .
Selection Text: P_TYPEIO = D .
Selection Text: P_WBSE = WBS Element
Selection Text: SO_ANLN1 = D .
Selection Text: SO_ANLN2 = D .
Selection Text: SO_AUFNR = D .
Selection Text: SO_AUFT = D .
Selection Text: SO_GSBER = D .
Selection Text: SO_PSPNR = D .
Selection Text: SO_REPD = Reporting period
Selection Text: P_DOCDAT = D .
Selection Text: P_DOCADD = Use subnumber in case of split





Selection Text: P_CHRMP = D .
Selection Text: P_CHRMN = D .
Selection Text: P_BUKRS = D .
Selection Text: P_BDATE2 = D .
Selection Text: P_BDATE1 = D .
Selection Text: P_AURTO = Plant Order Type
Selection Text: P_AUART = D .
Selection Text: P_ACTTY = D .
Title: INV-10 Unfinished Repairs Inventory (Russia)
Text Symbol: FAA = Fixed Assets
Text Symbol: DST = Specific Data
Text Symbol: ALV = ALV Preview
Text Symbol: A11 = Form INV10 Content
Text Symbol: 464 = An asset &1 has negative balance of &2 on position &3
Text Symbol: 463 = An order type or project profile should be selected
Text Symbol: 462 = Please, set order type
Text Symbol: 461 = Please, choose project profile
Text Symbol: 460 = Please, set order type
Text Symbol: 086 = Hide Output Settings
Text Symbol: 085 = Show Output Settings
Text Symbol: 084 = Hide Manual Entries
Text Symbol: 083 = Show Manual Entries
Text Symbol: FIA = Data gathering method
Text Symbol: GEN = General Data
Text Symbol: GLA = General Ledger
Text Symbol: HDR = Header Data
Text Symbol: INT = Interactive PDF
Text Symbol: MAN = Manual Entries
Text Symbol: OUT = Output Settings
Text Symbol: PDF = PDF Preview
Text Symbol: PRN = Direct Printing
Text Symbol: RMN = Room #
Text Symbol: SAB = (see above)
Text Symbol: SKP =
Text Symbol: TEL = tel


INCLUDES used within this REPORT J_3R_LF_INV10

INCLUDE J_3R_LF_COMMON_TOP.
INCLUDE J_3R_INV10_TOP IF FOUND.
INCLUDE J_3R_LF_COMMON_SEL_SCR.
INCLUDE J_3R_LF_INITIALIZATION.





INCLUDE J_3R_LF_INV10_INITIALIZATION IF FOUND.
INCLUDE J_3R_LF_AT_SELECTION_SCREEN.
INCLUDE J_3R_INV10_AT_SELECTION IF FOUND.
INCLUDE J_3R_LF_INV10_AT_SELSCR_OUT IF FOUND.
INCLUDE J_3R_LF_AT_SEL_SCREEN_OUTPUT.


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:

No SAP FUNCTION MODULES are executed within this report code!



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