SAPF180P is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Program SAPF180P lets you display the logs of posting runs for
If you would like to execute this report or see the full code listing simply enter SAPF180P 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.
Selection Text: PR_ZPROT = Log at Line Item Level
Selection Text: PR_TITEL = Additional Title
Selection Text: PR_BPROT = Log of distributed documents
Selection Text: BUKRS = Company Code
Selection Text: AFTLF = Run Identification
Title: Display Balance Sheet Adjustment Log
Text Symbol: TK2 = BA
Text Symbol: TK3 = TPBA
Text Symbol: TK4 = Profit Ctr
Text Symbol: TK5 = TP ProfCtr
Text Symbol: TK6 = Amount in LC
Text Symbol: TKA = Account
Text Symbol: TKB = Amount
Text Symbol: TKF = Amount in LC1
Text Symbol: TKG = Amount in LC2
Text Symbol: TKH = Amount in LC2
Text Symbol: TKS = G/L acct
Text Symbol: TV0 = An error occurred when determining the clearing account
Text Symbol: TV1 = A clearing account has not been specified for chart of accounts &1
Text Symbol: TV2 = Account &2 has not been created in company code &3
Text Symbol: TV3 = You cannot post directly to account &2 in company code &3
Text Symbol: TV4 = Account &2 is relevant to tax in company code &3
Text Symbol: U01 = Company Code
Text Symbol: U03 = Fiscal Year
Text Symbol: U11 = Item
Text Symbol: U12 = PK
Text Symbol: U13 = Account
Text Symbol: U14 = BA
Text Symbol: U15 = TPBA
Text Symbol: U16 = Profit ctr
Text Symbol: U17 = TP ProfCtr
Text Symbol: U18 = Amount In
Text Symbol: U19 = Disp
Text Symbol: U20 = Hide
Text Symbol: TK1 = G/L Account
Text Symbol: B01 = Balance Sheet Adjustment: Log
Text Symbol: B31 = Run
Text Symbol: B32 = Key Date
INCLUDE SAPF180H.
INCLUDE SAPF180Q.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF180P - Display Balance Sheet Adjustment Log SAPF180P - Display Balance Sheet Adjustment Log SAPF180N - Set Up Balance Sheet Adjustment SAPF180N - Set Up Balance Sheet Adjustment SAPF180K - Redetermine Adjustment Accounts for Balance Sheet Adjustment SAPF180K - Redetermine Adjustment Accounts for Balance Sheet Adjustment