J_1UNCREATE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program J_1UNCREATE automatically creates outgoing tax invoices and correction on the base of relevant documents - debtors's invoices, down payment received, goods returns, clearings, reverses, etc...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_1UNCREATE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1UFTVG - Tax voucher creation
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.
Selection Text: SO_MWSKZ = VAT code
Selection Text: SO_KUNNR = Debtor
Selection Text: SO_EXBAR = VAT code (barter)
Selection Text: SO_BLART = Document type(cach metod)
Selection Text: PA_VARI = Display variant
Selection Text: PA_TXAC2 = TaxBasis(OffBalanceSheet2)
Selection Text: PA_TXAC1 = TaxBasis(OffBalanceSheet1)
Selection Text: PA_SPRAT = Tax document for VAT 0%
Selection Text: PA_SLCON = Sales condition
Selection Text: PA_NKTYP = Document type for tax document
Selection Text: PA_DNSPC = Down payment SpecialHandling
Selection Text: PA_DNPAY = Include down payments
Selection Text: PA_DELTA = Price deviation per unit
Selection Text: PA_CURRC = Transfer Sum in CC Currency
Selection Text: PA_CRTYP = Document type for correction
Selection Text: PA_CHDAT = CreateWithDocumentPostingDate
Selection Text: PA_BUDAT = Posting date
Title: Tax voucher (and correction) creation
Text Symbol: 628 = SD price check failed. Only FI data available
Text Symbol: 627 = SD document tax scheme error. Only FI data available
Text Symbol: 626 = Could not check BoM level used in VAT invoice
Text Symbol: 625 = No conversion to the main BoM level performed
Text Symbol: 624 = Converted to the main BoM level
Text Symbol: 623 = Use main material levels of BoM
Text Symbol: 621 = Price difference =
Text Symbol: 620 = Price check could not be performed
Text Symbol: 619 = Separate discounts and extra charges
Text Symbol: 618 = Batch input started
Text Symbol: 617 = Start batch-input session immediatelly
Text Symbol: 616 = Incorrect customizing of the account tax category
Text Symbol: 615 = It's cleared with more than one advance. Special handling is impossible.
Text Symbol: 614 = Material price could not be defined
Text Symbol: 613 = The advance is cleared, no tax document should be created.
Text Symbol: 612 = The document isn't cleared
Text Symbol: 611 = Advance & doesn't have reference to sale order. Special handling is impossible.
Text Symbol: 001 = Additional selections
Text Symbol: 002 = Posting parameters
Text Symbol: 003 = Additional options
INCLUDE J_1UNCREATESEL. " SELECTION SCREEN
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.