J_1IDNLD 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_1IDNLD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
J1IR - Data Download
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: WERKS = D Plant
Selection Text: RRGD = RG 23D
Selection Text: RRGC2 = RG 23C Part II
Selection Text: RRGC1 = RG 23C Part I
Selection Text: RRGA2 = RG 23A Part II
Selection Text: RRGA1 = RG 23A Part I
Selection Text: RRG1 = RG 1
Selection Text: RPLA = PLA
Selection Text: RMSD = Plant excise details
Selection Text: FNAME1 = File name
Selection Text: EXGRP = D Excise Group
Selection Text: CPUDT = D Excise Document Entry Date
Title: Download Register Data
Text Symbol: 013 = Download
Text Symbol: 012 = Downloading following RG1 entries :
Text Symbol: 011 = Serial no
Text Symbol: 010 = Select download file name
Text Symbol: 009 = Selection screen changed
Text Symbol: 008 = Reg Serial No
Text Symbol: 007 = Downloading following part1 entries :
Text Symbol: 006 = Downloading following part2 entries :
Text Symbol: 005 = Downloading following RG23D entries :
Text Symbol: 004 = Excise Inv
Text Symbol: 003 = Delivery
Text Symbol: 002 = Information for following plants downloaded:
Text Symbol: 001 = Register to be downloaded
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
WS_FILENAME_GET CALL FUNCTION 'WS_FILENAME_GET' EXPORTING DEF_PATH = 'C:\' MASK = ',*.*,*.*;.'
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FNAME FILETYPE = 'ASC' TABLES DATA_TAB = tpart1 EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 OTHERS = 22 .
WS_FILE_DELETE CALL FUNCTION 'WS_FILE_DELETE' EXPORTING FILE = FNAME2.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = FNAME FILETYPE = 'ASC' TABLES DATA_TAB = TPART2 EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 OTHERS = 22 .
WS_FILE_DELETE CALL FUNCTION 'WS_FILE_DELETE' EXPORTING FILE = FNAME2.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = fname FILETYPE = 'ASC' TABLES DATA_TAB = Trg23D EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 OTHERS = 22 .
WS_FILE_DELETE CALL FUNCTION 'WS_FILE_DELETE' EXPORTING FILE = FNAME2.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = fname FILETYPE = 'ASC' TABLES DATA_TAB = twrks EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 OTHERS = 22 .
ENQUEUE_EJ_1IPART1 CALL FUNCTION 'ENQUEUE_EJ_1IPART1' EXPORTING MANDT = SY-MANDT EXGRP = J_1IPART1-EXGRP REGTYP = J_1IPART1-REGTYP SYEAR = J_1IPART1-SYEAR SERIALNO = J_1IPART1-SERIALNO EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
ENQUEUE_EJ_1IPART2 CALL FUNCTION 'ENQUEUE_EJ_1IPART2' EXPORTING MANDT = SY-MANDT EXGRP = J_1IPART2-EXGRP REGTYP = J_1IPART2-REGTYP SYEAR = J_1IPART2-SYEAR SERIALNO = J_1IPART2-SERIALNO EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
ENQUEUE_EJ_1IRG23D CALL FUNCTION 'ENQUEUE_EJ_1IRG23D' EXPORTING MANDT = SY-MANDT TRNTYP = J_1IRG23D-TRNTYP DOCYR = J_1IRG23D-DOCYR DOCNO = J_1IRG23D-DOCNO ZEILE = J_1IRG23D-ZEILE VBELN = J_1IRG23D-VBELN POSNR = J_1IRG23D-POSNR WERKS = J_1IRG23D-WERKS EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = 'DNLD' INLINE_COUNT = 1 LANGUAGE = 'E' NAME = NAME OBJECT = OBJECT TABLES INLINES = JLINES LINES = ALLLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 OTHERS = 7.
READ_TEXT_INLINE CALL FUNCTION 'READ_TEXT_INLINE' EXPORTING ID = 'PROC' INLINE_COUNT = 1 LANGUAGE = 'E' NAME = NAME OBJECT = 'J1IF' TABLES INLINES = JLINES LINES = ALLLINES EXCEPTIONS ID = 1 LANGUAGE = 2 NAME = 3 NOT_FOUND = 4 OBJECT = 5 REFERENCE_CHECK = 6 OTHERS = 7.
GUI_DOWNLOAD CALL FUNCTION 'GUI_DOWNLOAD' EXPORTING FILENAME = fname FILETYPE = 'ASC' TABLES DATA_TAB = trg1 EXCEPTIONS FILE_WRITE_ERROR = 1 NO_BATCH = 2 GUI_REFUSE_FILETRANSFER = 3 INVALID_TYPE = 4 NO_AUTHORITY = 5 UNKNOWN_ERROR = 6 OTHERS = 22 .
WS_FILE_DELETE CALL FUNCTION 'WS_FILE_DELETE' EXPORTING FILE = FNAME2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.