IPLN0FOR 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 IPLN0FOR 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ADDRESS_ASSIGN CALL FUNCTION 'ADDRESS_ASSIGN' EXPORTING ADR_IN = ADRNR FLG_SAVE_IN_UPDT = 'X' " Sichern in Update-Task FUNCTION = 'P' " Provide (zur Verfügung stellen) OBJEKTTYP = OBJEKTTYP IMPORTING ADRWA_OUT = SANS1 EXCEPTIONS OTHERS = 01.
ADDRESS_TEXT CALL FUNCTION 'ADDRESS_TEXT' EXPORTING SANS1 = SANS1 IMPORTING ADR_TEXT = ADRTEXT.
REAL_ESTATE_ITEM_MV CALL FUNCTION 'REAL_ESTATE_ITEM_MV' EXPORTING BUKRS = VIMIMV-BUKRS MENR = VIMIMV-SMENR MIVE = VIMIMV-SMIVE WENR = VIMIMV-SWENR IMPORTING E_VIMI01 = VIMI01 E_VIMIMV = VIMIMV E_VIOB01 = VIOB01 E_VIOB02 = VIOB02 E_VIOB03 = VIOB03 OBJ_TXT = OBJTXT EXCEPTIONS OTHERS = 01.
G_SET_TREE_DELETE CALL FUNCTION 'G_SET_TREE_DELETE' EXPORTING * CLASS = ' ' * NO_AUTHORITY_CHECK = ' ' * NO_COMMIT_WORK = ' ' SET = SET_NAME * SUBCLASSMASK = '*' * SUBSETMASK = '*' TAB = CON_SET_TABLE EXCEPTIONS NOT_FOUND = 01 NO_AUTHORITY = 02 SET_IS_USED = 03.
G_SET_ENQUEUE CALL FUNCTION 'G_SET_ENQUEUE' EXPORTING CLASS = SET_CLASS SETNR = SET_NAME TABLE = CON_SET_TABLE EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2.
G_GENERATE_BASIC_SET CALL FUNCTION 'G_GENERATE_BASIC_SET' EXPORTING LANGU = SY-LANGU SET_HEADER = RGSBS TABLES FORMULA_LINES = TDUMMY SET_LINES = SETTAB.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.