IAM_COMPANYDETAILS 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 IAM_COMPANYDETAILS 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: Include IAM_COMPANYDETAILS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BAPI_ADDRESSORG_GETDETAIL call function 'BAPI_ADDRESSORG_GETDETAIL' destination rfcdest exporting obj_type = 'USRCOMPANY' obj_id = obj_id * OBJ_ID_EXT = ' ' * CONTEXT = 1 * IV_CURRENT_COMM_DATA = 'X' * IMPORTING * ADDRESS_NUMBER = tables bapiad1vl = address bapiadtel = phones bapiadfax = fax * BAPIADTTX = * BAPIADTLX = bapiadsmtp = smtp * BAPIADRML = * BAPIADX400 = * BAPIADRFC = * BAPIADPRT = * BAPIADSSF = bapiaduri = uri * BAPIADPAG = * BAPIAD_REM = * BAPICOMREM = * BAPIADUSE = return = return_tab .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IAM_COMPANYDETAILS - Include IAM_COMPANYDETAILS IAM_API_TOP - Include IAM_API_TOP IAM_API_TESTFRAME - Identity & Access Management ( API testframe ) IAM_API_TESTFRAME - Identity & Access Management ( API testframe ) IAMV1TOP - documentation and ABAP source code IAMV1F01 - Form Routines for RFVIAMV1: Rental Agreement Reporting