SAPF180R 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 SAPF180R 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: Subsqnt Bus.Area/Prof.Center Adjustmnt: Form Routines for Posting/Log
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
BREAKDOWN_SHOW_DOCUMENT CALL FUNCTION 'BREAKDOWN_SHOW_DOCUMENT' EXPORTING i_bukrs = fg_header-bukrs i_belnr = fg_header-belnr i_gjahr = fg_item-gjahr EXCEPTIONS OTHERS = 0.
FI_CURRENCY_INFORMATION CALL FUNCTION 'FI_CURRENCY_INFORMATION' EXPORTING i_bukrs = xrf180-bukrs IMPORTING e_x001 = x001 EXCEPTIONS OTHERS = 1.
BREAKDOWN_SHOW_DOCUMENT CALL FUNCTION 'BREAKDOWN_SHOW_DOCUMENT' EXPORTING i_bukrs = beleg_tab-bukrs i_belnr = beleg_tab-belnr i_gjahr = beleg_tab-gjahr i_pmode = ' ' i_xgsb0 = ' ' EXCEPTIONS OTHERS = 0.
BREAKDOWN_ACTIVITY_GET CALL FUNCTION 'BREAKDOWN_ACTIVITY_GET' EXPORTING i_bukrs = e_bukrs IMPORTING e_fields = i_fields EXCEPTIONS OTHERS = 1.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = dgsb-budat i_periv = t001-periv IMPORTING e_gjahr = dgsb-gjahr e_monat = dgsb-monat.
K_COBL_CHECK CALL FUNCTION 'K_COBL_CHECK' EXPORTING i_cobl = cobl IMPORTING e_cobl = cobl.
BREAKDOWN_ACTIVITY_GET CALL FUNCTION 'BREAKDOWN_ACTIVITY_GET' EXPORTING i_bukrs = t001-bukrs IMPORTING e_fields = i_fields EXCEPTIONS OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF180R - Subsqnt Bus.Area/Prof.Center Adjustmnt: Form Routines for Posting/Log SAPF180Q - Subsqnt Bus.Area/Prof.Center Adjstmnt: Data Definition for Posting/Log SAPF180P_NACC - Display Balance Sheet Adjustment Log SAPF180P_NACC - Display Balance Sheet Adjustment Log SAPF180P - Display Balance Sheet Adjustment Log SAPF180P - Display Balance Sheet Adjustment Log