J_1AIO1A 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 J_1AIO1A 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: Balance Sheet Supplement - OI - Analysis per DD.MM.YY
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING FOREIGN_AMOUNT = S_GBETR FOREIGN_CURRENCY = S_WAERS LOCAL_CURRENCY = T_WAERS TYPE_OF_RATE = TCURR-KURST DATE = STICHTAG * rate = s_kursr "gesicherter k.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING FOREIGN_AMOUNT = UWRSHB FOREIGN_CURRENCY = S_WAERS LOCAL_CURRENCY = T_WAERS TYPE_OF_RATE = TCURR-KURST DATE = STICHTAG IMPORTING LOCAL_AMOUNT = BSALDFW EXCHANGE_RATE = S_KURSR "verw.Kurs
OPEN_FI_PERFORM_00005010_P call function 'OPEN_FI_PERFORM_00005010_P' exporting i_chgtype = 'U' i_origin = 'J_1AIO1A UPDATE' i_tabname = 'BSID' i_where_bukrs = bseg-bukrs i_where_kunnr = bseg-kunnr i_where_umsks = bseg-umsks i_where_umskz = bseg-umskz i_where_augdt = bseg-augdt i_where_augbl = bseg-augbl i_where_zuonr = bseg-zuonr i_where_gjahr = bseg-gjahr i_where_belnr = bseg-belnr i_where_buzei = bseg-buzei exceptions others = 0.
OPEN_FI_PERFORM_00005010_P call function 'OPEN_FI_PERFORM_00005010_P' exporting i_chgtype = 'U' i_origin = 'J_1AIO1A UPDATE' i_tabname = 'BSAD' i_where_bukrs = bseg-bukrs i_where_kunnr = bseg-kunnr i_where_umsks = bseg-umsks i_where_umskz = bseg-umskz i_where_augdt = bseg-augdt i_where_augbl = bseg-augbl i_where_zuonr = bseg-zuonr i_where_gjahr = bseg-gjahr i_where_belnr = bseg-belnr i_where_buzei = bseg-buzei exceptions others = 0.
OPEN_FI_PERFORM_00005010_P call function 'OPEN_FI_PERFORM_00005010_P' exporting i_chgtype = 'U' i_origin = 'J_1AIO1A UPDATE' i_tabname = 'BSIK' i_where_bukrs = bseg-bukrs i_where_lifnr = bseg-lifnr i_where_umsks = bseg-umsks i_where_umskz = bseg-umskz i_where_augdt = bseg-augdt i_where_augbl = bseg-augbl i_where_zuonr = bseg-zuonr i_where_gjahr = bseg-gjahr i_where_belnr = bseg-belnr i_where_buzei = bseg-buzei exceptions others = 0.
OPEN_FI_PERFORM_00005010_P call function 'OPEN_FI_PERFORM_00005010_P' exporting i_chgtype = 'U' i_origin = 'J_1AIO1A UPDATE' i_tabname = 'BSAK' i_where_bukrs = bseg-bukrs i_where_lifnr = bseg-lifnr i_where_umsks = bseg-umsks i_where_umskz = bseg-umskz i_where_augdt = bseg-augdt i_where_augbl = bseg-augbl i_where_zuonr = bseg-zuonr i_where_gjahr = bseg-gjahr i_where_belnr = bseg-belnr i_where_buzei = bseg-buzei exceptions others = 0.
CONVERT_TO_FOREIGN_CURRENCY * call function 'CONVERT_TO_FOREIGN_CURRENCY' * exporting local_amount = bseg-dmbtr * foreign_currency = ekko-waers * local_currency = bkpf-waers * rate = ekko-wkurs * date = bkpf-budat * importing foreign_amount = bseg-wrbtr * exceptions no_rate_found = 1 * others = 1.
ME_READ_HISTORY CALL FUNCTION 'ME_READ_HISTORY' EXPORTING EBELN = BSEG-EBELN EBELP = BSEG-EBELP WEBRE = 'E' TABLES XEKBE = X_EKBE XEKBES = X_EKBES XEKBEZ = X_EKBEZ XEKBNK = X_EKBNK XEKBZ = X_EKBZ EXCEPTIONS OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
J_1AIO1A - Balance Sheet Supplement - OI - Analysis per DD.MM.YY J_1AINFW - Inflation Adjustment of Open Items in Foreign Currency J_1AINFW - Inflation Adjustment of Open Items in Foreign Currency J_1AINFT - Top include for inflation open item processing J_1AINFR - Change Last Adjustment Dates J_1AINFR - Change Last Adjustment Dates