SAP Reports / Programs | SAP Utilities | SAP Utilities(IS-U) SAP IS

RESOPREM SAP ABAP Report - Program for Object Type PREMISES: Premise







RESOPREM 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 RESOPREM 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 RESOPREM. "Basic submit
SUBMIT RESOPREM AND RETURN. "Return to original report after report execution complete
SUBMIT RESOPREM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for Object Type PREMISES: Premise
Text Symbol: 006 = Premise
Text Symbol: 005 = Premise
Text Symbol: 003 = Address
Text Symbol: 002 = Type of premise
Text Symbol: 001 = (No address exists)


INCLUDES used within this REPORT RESOPREM

No INCLUDES are used within this REPORT code!


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_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'P' X_LENGTH = 20 X_PRGCONTEXT = 'RECVBP01 ' X_SUBCONTEXT = 'HTML' X_VSTELLE = OBJECT-KEY-NUMBER X_ACTUAL = 'X' IMPORTING Y_ADDR_LINES = DESCRIPT2_ADR EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 OTHERS = 4.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'P' X_LENGTH = 50 X_PRGCONTEXT = 'RECVBP01 ' X_SUBCONTEXT = 'HTML' X_VSTELLE = OBJECT-KEY-NUMBER X_ACTUAL = 'X' IMPORTING Y_ADDR_LINES = DESCRIPT2_ADR EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 OTHERS = 4.

ISU_FINDER_DIALOG CALL FUNCTION 'ISU_FINDER_DIALOG' EXPORTING X_OBJTYPE = 'PREMISES' * X_FINDPAR = * X_CONFIG = IMPORTING Y_RESULT = RESULT EXCEPTIONS CANCELLED = 1 OTHERS = 2.

ISU_S_PREMISE_DISPLAY CALL FUNCTION 'ISU_S_PREMISE_DISPLAY' EXPORTING X_VSTELLE = OBJECT-KEY-NUMBER * X_UPD_ONLINE = X_NO_CHANGE = 'X' X_NO_OTHER = 'X' IMPORTING Y_EXIT_TYPE = EXIT_TYPE EXCEPTIONS NOT_FOUND = 1 GENERAL_FAULT = 2 NOT_AUTHORIZED = 3 OTHERS = 4.

ISU_S_PREMISE_CHANGE CALL FUNCTION 'ISU_S_PREMISE_CHANGE' EXPORTING X_VSTELLE = OBJECT-KEY-NUMBER X_UPD_ONLINE = 'X' * X_NO_DIALOG = * X_AUTO = * X_OBJ = X_NO_OTHER = NO_OTHER IMPORTING Y_DB_UPDATE = UPD Y_EXIT_TYPE = EXIT_TYPE * y_new_evbs = EXCEPTIONS NOT_FOUND = 1 FOREIGN_LOCK = 2 INPUT_ERROR = 3 GENERAL_FAULT = 4 NOT_AUTHORIZED = 5 OTHERS = 6.

ISU_DB_EVBS_SINGLE CALL FUNCTION 'ISU_DB_EVBS_SINGLE' EXPORTING X_VSTELLE = OBJECT-KEY-NUMBER X_ACTUAL = 'X' X_READ_TEXT = 'X' X_SPRAS = SY-LANGU IMPORTING Y_EVBS = EVBS EXCEPTIONS NOT_FOUND = 1 SYSTEM_ERROR = 2 OTHERS = 3.

ISU_S_PREMISE_CREATE CALL FUNCTION 'ISU_S_PREMISE_CREATE' EXPORTING X_VSTELLE = VSTELLE X_UPD_ONLINE = 'X' X_NO_DIALOG = ' ' x_auto = h_auto IMPORTING Y_DB_UPDATE = DB_UPDATE Y_NEW_VSTELLE = VSTELLE Y_EXIT_TYPE = EXIT_TYPE * Y_NEW_EVBS = EXCEPTIONS EXISTING = 1 FOREIGN_LOCK = 2 NOT_AUTHORIZED = 3 OTHERS = 4.

ISU_S_PREMISE_CREATE CALL FUNCTION 'ISU_S_PREMISE_CREATE' EXPORTING X_VSTELLE = H_AUTO-EVBSD-VSTELLE X_UPD_ONLINE = 'X' X_NO_DIALOG = 'X' X_AUTO = H_AUTO IMPORTING Y_DB_UPDATE = DB_UPDATE Y_NEW_VSTELLE = NUMBER Y_EXIT_TYPE = EXIT_TYPE * Y_NEW_EVBS = EXCEPTIONS EXISTING = 1 FOREIGN_LOCK = 2 INPUT_ERROR = 3 GENERAL_FAULT = 4 NOT_AUTHORIZED = 5 OTHERS = 6.

ISU_DB_ETINS_SELECT_EVBS CALL FUNCTION 'ISU_DB_ETINS_SELECT_EVBS' EXPORTING X_EVBS_VSTELLE = OBJECT-KEY-NUMBER TABLES * YT_ETINS = YT_ETINS_ALL_DATA = TINS_IN_VSTELLE * EXCEPTIONS * SYSTEM_ERROR = 1 * NOT_FOUND = 2 * OTHERS = 3 .

ISU_REGIOGROUP_GET CALL FUNCTION 'ISU_REGIOGROUP_GET' EXPORTING X_ADDRESS_TYPE = 'P' X_VSTELLE = OBJECT-KEY-NUMBER X_REGIOGR_T_GET = 'X' IMPORTING Y_REGIOGR_CA_T = OBJECT-REGIOGROUP EXCEPTIONS NOT_FOUND = 1 OBJECT_NOT_GIVEN = 2 ADDRESS_INCONSISTENCY = 3 INSTALLATION_INCONSISTENCY = 4 OTHERS = 5 .

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'P' X_LENGTH = 20 X_VSTELLE = OBJECT-KEY-NUMBER X_ACTUAL = 'X' IMPORTING Y_ADDR_LINES = DESCRIPT_ADR EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 OTHERS = 4.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING X_ADDRESS_TYPE = 'P' X_LENGTH = 20 X_VSTELLE = OBJECT-KEY-NUMBER X_ACTUAL = 'X' IMPORTING Y_ADDR_LINES = DESCRIPT_ADR EXCEPTIONS NOT_FOUND = 1 PARAMETER_ERROR = 2 OBJECT_NOT_GIVEN = 3 OTHERS = 4.



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