J_1UF_REESTR_VIDAN_NAKL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The report J_1UF_REESTR_OTRIM_NAKL allows users to create a register of issued tax bills for each document that receives tax bills...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_1UF_REESTR_VIDAN_NAKL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1UFRVN - Check list for outgoing tax vouchers
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: S_XBLNR = Reference
Selection Text: S_UMSKZ = Exclude special G/L operation
Selection Text: S_KUNNR = Customer
Selection Text: S_BUDAT = Posting date
Selection Text: S_BLDAT = Document date
Selection Text: S_BLART = Document type
Selection Text: S_BELNR = Document number
Selection Text: S_AWTYP = Application type
Selection Text: SEL_REVE = Excluding reversal
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_VARI = Display variant
Selection Text: P_GJAHR = Year
Selection Text: P_EXPAND = Collapse items
Selection Text: P_DN_SPC = Down payment SpecialHandling
Selection Text: P_COLOPT = Columns optimization
Selection Text: P_BUKRS = Company code
Title: Register for comparing tax relevant and tax documents (outgoing tax)
Text Symbol: 010 = Check tax document list (customer)
Text Symbol: 005 = Down payment SpecialHandling
Text Symbol: 004 = No show reversal documents
Text Symbol: 003 = Collapse items
Text Symbol: 002 = Columns optimization
Text Symbol: 001 = Striped pattern
INCLUDE J_1UF_REESTR_TOP.
INCLUDE J_1UF_REESTR_FORM.
No SAP DATABASE tables are accessed within this REPORT code!
J_1UF_VERIFY_BELNR call function 'J_1UF_VERIFY_BELNR' exporting i_text = wa_tax_document-bktxt i_gjahr = t_tax_document-gjahr importing e_belnr = l_belnr e_gjahr = l_gjahr exceptions text_is_INITIAL = 1 conversion_failure = 2 others = 3.
J_1UF_VERIFY_BELNR call function 'J_1UF_VERIFY_BELNR' exporting i_text = l_bktxt i_gjahr = t_tax_document-gjahr importing e_belnr = l_belnr e_gjahr = l_gjahr exceptions text_is_INITIAL = 1 conversion_failure = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1UF_REESTR_VIDAN_NAKL - Register for comparing tax relevant and tax documents (outgoing tax) J_1UF_REESTR_VIDAN_NAKL - Register for comparing tax relevant and tax documents (outgoing tax) J_1UF_REESTR_TOP - Data list for J_1UF_REESTR_XXXX J_1UF_REESTR_OTRIM_NAKL - Register for comparing tax relevant and tax documents (incoming tax) J_1UF_REESTR_OTRIM_NAKL - Register for comparing tax relevant and tax documents (incoming tax) J_1UF_REESTR_FORM - Forms for J_1UF_REESTR_XXXX