SAP Reports / Programs | Device Management | SAP Utilities | Device Management(IS-U-DM) SAP IS

REGANLIF SAP ABAP Report - Create Devices







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


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 REGANLIF. "Basic submit
SUBMIT REGANLIF AND RETURN. "Return to original report after report execution complete
SUBMIT REGANLIF 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: 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


INCLUDES used within this REPORT REGANLIF

INCLUDE: IE00DATE.


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:

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.



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