REGANLIF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is for provisional delivery of devices in IS-U...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 REGANLIF into the relevant SAP transactions such as SE38 or SE80
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: TYPBZ = Manufacturer categ. desript.
Selection Text: IGN_DUPL = Permit double device number
Selection Text: HERSTELL = Manufacturer
Selection Text: GERTYP = Device category
Selection Text: GERAET = Dev. description (start no.)
Selection Text: BGLJAHR = Certification Year
Selection Text: BAUJJ = Year of production
Selection Text: ANZAHL = Number of devices
Selection Text: ABDATUM = From-date
Title: Create Devices
Text Symbol: S01 = Device
Text Symbol: 012 = maintain TE063
Text Symbol: 011 = Manufacturer not found;
Text Symbol: 009 = were created
Text Symbol: 008 = &1 devices
Text Symbol: 006 = if device descript. is numerical
Text Symbol: 005 = Several devs only possible
Text Symbol: 003 = Dev. cat. &1 does not exist
Text Symbol: 001 = Device &1 is being delivered
INCLUDE: IE00DATE.
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_TE063_SINGLE call function 'ISU_DB_TE063_SINGLE' exporting x_herstell = herstell exceptions others = 1.
ISU_V_EGER_UPDATE call function 'ISU_V_EGER_UPDATE' exporting x_v_eger = v_eger x_db_read = space x_upd_mode = 'I' x_upd_online = online.
ISU_V_EGER_UPDATE call function 'ISU_V_EGER_UPDATE' exporting x_v_eger = v_eger x_db_read = space x_upd_mode = 'I' x_upd_online = online exceptions others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REGANLIF - Create Devices REGANLIF - Create Devices REF_TRN_AFT_IMP_CONDREC_CHKI01 - Include REF_TRN_AFT_IMP_CONDREC_CHKI01 REF_TRN_AFT_IMP_CONDREC_CHKAU - Include REF_TRN_AFT_IMP_CONDREC_CHKAU REF_TRN_AFT_IMP_CONDREC_CHK - Program PRC_TRN_AFT_IMP_CONDREC_CHK REF_TRN_AFT_IMP_CONDREC_CHK - Program PRC_TRN_AFT_IMP_CONDREC_CHK