SAP Reports / Programs

J_7LNONSD SAP ABAP Report - REA: Interface NON-SD to J_7LS990







J_7LNONSD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for As part of the settlement process, the REA declaration system can evaluate movement data from mySAP ERP (billing documents, goods movements) and billing data from 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 J_7LNONSD 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 J_7LNONSD. "Basic submit
SUBMIT J_7LNONSD AND RETURN. "Return to original report after report execution complete
SUBMIT J_7LNONSD 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_BUKRS = Company Code
Selection Text: P_FKDAT = Billing Date
Title: REA: Interface NON-SD to J_7LS990
Text Symbol: 032 = Data update
Text Symbol: 033 = BEGINNING
Text Symbol: 034 = END
Text Symbol: 040 = Daily
Text Symbol: 041 = Weekly
Text Symbol: 042 = Monthly
Text Symbol: 043 = Billing date:
Text Symbol: 044 = Error
Text Symbol: 045 = Warning
Text Symbol: 046 = Company Code:
Text Symbol: 047 = external billing items
Text Symbol: 048 = E:
Text Symbol: 050 = Daily summarization
Text Symbol: 051 = Weekly summarization
Text Symbol: 052 = Monthly summarization
Text Symbol: 099 = Protocol for run of program &1 on &2 at &3 o'clock.
Text Symbol: 100 = Program &1 ended on &2 at &3 o'clock
Text Symbol: 101 = Selected summarization of data is: &1
Text Symbol: 102 = Delimitations: &1 &2 &3.
Text Symbol: 103 = Delimitations: &1 &2 &3 to &4.
Text Symbol: 200 = Selection of time summarization
Text Symbol: 300 = Restriction of the billings to be processed
Text Symbol: 998 = Debugging: Form routine &1 still has to be filled
Text Symbol: 999 = Debugging: &1 &2 &3 &4
Text Symbol: A00 = Internal error reading text no.:
Text Symbol: A01 = Internal error reading text pool
Text Symbol: A02 = Program is terminated
Text Symbol: 000 = Internal error during call of protocol
Text Symbol: 001 = 001
Text Symbol: 002 = Internal error: Header table not gener. lockable: Err(subrc):&1.
Text Symbol: 003 = Internal error: Locking unsuccessful: Err(subrc):&1.
Text Symbol: 004 = No header found for document/item &1 / &2.
Text Symbol: 005 = There is no line item data to be processed.
Text Symbol: 006 = Material number &1 does not exist in REA Article Master Data.
Text Symbol: 007 = Document &1 is not processed.





Text Symbol: 008 = Internal error: Document no. &1 not lockable: Err(subrc):&2.
Text Symbol: 009 = Database error for document number &1.
Text Symbol: 010 = Internal error: J_7LS990 is not lockable: &1 &2 &3.
Text Symbol: 011 = Internal error: J_7LBRP0S is not lockable: &1 &2 &3.
Text Symbol: 012 = Internal error: J_7LS990 line can not be inserted: &1 &2 &3.
Text Symbol: 013 = Internal error: J_7LS990 line can not be changed: &1 &2 &3.
Text Symbol: 014 = Line item does not contain REA-relevant data: &1 &2 &3 &4.
Text Symbol: 015 = For document number &1 there are no line items.
Text Symbol: 016 = *** &1 of block &2: &3 on &4.
Text Symbol: 017 = &1: Doc. &2 does not have a valid entry in field &3 with '&4'
Text Symbol: 018 = Number of
Text Symbol: 019 = head.recs:
Text Symbol: 020 = Number of header records read :
Text Symbol: 021 = of which incorrect :
Text Symbol: 022 = This documents were not processed
Text Symbol: 023 = Number of line item records read:
Text Symbol: 024 = Number of processed documents :
Text Symbol: 025 = with line items :
Text Symbol: 026 = changed data records target tab.:
Text Symbol: 027 = new data recs target table:
Text Symbol: 030 = Plausibility checks
Text Symbol: 031 = Consistency checks, line item data


INCLUDES used within this REPORT J_7LNONSD

INCLUDE J_7LNONSD_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:

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