IESTREAD 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 IESTREAD 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.
Title: Structure Reader: Standard Data Declarations and Macros for Users
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_STRUCTURE_READ call function 'ISU_STRUCTURE_READ' exporting x_is_complete = &1 x_actual = &2 x_structure = &3 x_ab = &4 x_bis = &5 tables xt_path = ipath yt_struc = istruc t_bcont = ibcont t_eabl = ieabl t_eablg = ieablg t_eabp = ieabp t_eadz = ieadz t_eanl = ieanl t_easti = ieasti t_eastih = ieastih t_eastl = ieastl t_easts = ieasts t_eaus = ieaus t_eausv = ieausv t_eein = ieein t_eeinv = ieeinv t_eger = ieger t_egpl = iegpl t_ehau = iehau t_ekun = iekun t_etdz = ietdz t_etins = ietins t_ettif = iettif t_evbs = ievbs t_ever = iever t_ezug = iezug t_ezuz = iezuz t_fkkvkp = ifkkvkp t_te420 = ite420 t_te422 = ite422 exceptions path_invalid = 1 date_invalid = 2 selection_failed = 3 others = 99.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IESTREAD - Structure Reader: Standard Data Declarations and Macros for Users IESTRDEF - Structure Reader: Data Declarations for Users IESKAVER - Constants for Franchise Fee Procedure IESGPUM1 - documentation and ABAP source code IESERVICECAT - documentation and ABAP source code IES31CNS - Constants for Function Group ES31 (ISU_INSTLN_CHECK_ACTION)