SAP Reports / Programs | Real Estate Management(RE) SAP RE

IDDEOF01 SAP ABAP INCLUDE - Form Routines for RFVICOEP: Real Estate Line Item Report







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


Text pool values


Title: Form Routines for RFVICOEP: Real Estate Line Item Report


INCLUDES used within this REPORT IDDEOF01

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:

G_REPORT_GET_DIMENSION_DATA CALL FUNCTION 'G_REPORT_GET_DIMENSION_DATA' EXPORTING DIM_TYPE = 'A' DIM_NUMBER = SY-INDEX IMPORTING DIM_DATA = DIM_DATA DIM_CB = CUR_CB.

G_REPORT_CHECK_VALUES CALL FUNCTION 'G_REPORT_CHECK_VALUES' IMPORTING SUBRC = SUBRC TABLES DIM_TABLE = CHECK_TABLE.

G_REPORT_GET_DIMENSION_DATA CALL FUNCTION 'G_REPORT_GET_DIMENSION_DATA' EXPORTING DIM_TYPE = 'A' DIM_NUMBER = SY-INDEX IMPORTING DIM_DATA = DIM_DATA DIM_CB = CUR_CB.

G_REPORT_CHECK_VALUES CALL FUNCTION 'G_REPORT_CHECK_VALUES' IMPORTING SUBRC = SUBRC TABLES DIM_TABLE = CHECK_TABLE.

OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' "KI3K059333 EXPORTING "KI3K059333 LANGU = SY-LANGU "KI3K059333 NO_BUKRS = ' ' "KI3K059333 OBJNR = OBJEKTNUMMER "KI3K059333 TEXT_WANTED = ' ' "KI3K059333 IMPORTING "KI3K059333 * e_text = "KI3K059333 IDENTIFICATION = IDENTIFICATION "KI3K059333 EXCEPTIONS "KI3K059333 OTHERS = 1. "KI3K059333

OBJECT_KEY_GET_IW * call function 'OBJECT_KEY_GET_IW' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * swenr = wenr. "KI3K059333

OBJECT_KEY_GET_IG * call function 'OBJECT_KEY_GET_IG' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * sgrnr = grnr "KI3K059333 * swenr = wenr. "KI3K059333

OBJECT_KEY_GET_IB * call function 'OBJECT_KEY_GET_IB' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * sgenr = genr "KI3K059333 * swenr = wenr. "KI3K059333

OBJECT_KEY_GET_IM * call function 'OBJECT_KEY_GET_IM' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * smenr = menr "KI3K059333 * swenr = wenr. "KI3K059333

OBJECT_KEY_GET_IV * call function 'OBJECT_KEY_GET_IV' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * smenr = menr "KI3K059333 * smive = mive "KI3K059333 * swenr = wenr. "KI3K059333

OBJECT_KEY_GET_IC * call function 'OBJECT_KEY_GET_IC' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * svwnr = vwnr. "KI3K059333

OBJECT_KEY_GET_IA * call function 'OBJECT_KEY_GET_IA' "KI3K059333 * exporting "KI3K059333 * objnr = nummer "KI3K059333 * importing "KI3K059333 * bukrs = bukrs "KI3K059333 * swenr = wenr "KI3K059333 * snksl = viak25-snksl "KI3K059333 * sempsl = viak25-sempsl "KI3K059333 * dperbeg = viak25-dperbeg "KI3K059333 * npersond = viak25-npersond . "KI3K059333

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = TITEL STRING2 = '/' IMPORTING STRING = TITEL EXCEPTIONS TOO_SMALL = 01.

STRING_CONCATENATE CALL FUNCTION 'STRING_CONCATENATE' EXPORTING STRING1 = TITEL STRING2 = NUMMER2 IMPORTING STRING = TITEL EXCEPTIONS TOO_SMALL = 01.

RK_KOKRS_FIND CALL FUNCTION 'RK_KOKRS_FIND' EXPORTING BUKRS = IT001-BUKRS IMPORTING KOKRS = PAR_KOKRS.



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