SAPF180P_NACC 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_NACC 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 ID
Title: Display Balance Sheet Adjustment Log
Text Symbol: SE9 = Total
Text Symbol: TBK = Document could not be found ;;
Text Symbol: TBN = Document number ;;
Text Symbol: TE0 = Data is inconsistent in company code & ;;
Text Symbol: TE8 = Correct the error ;;
Text Symbol: TE9 = Proceed ;;
Text Symbol: TEW = The settings for the parallel currencies are incorrect ;;
Text Symbol: TGR = Check if batch input session & exists ;;
Text Symbol: TK1 = G/L acct ;;
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: 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: SE5 = Post.date ;;
Text Symbol: B01 = Financial Statement Adj.: Log
Text Symbol: B31 = Run ;;
Text Symbol: B32 = Key date
Text Symbol: B33 = Start ;;
Text Symbol: B34 = User ;;
Text Symbol: BL4 = Output Control
Text Symbol: BL5 = Posting run selection
Text Symbol: BLA = CPU start date/start time ;;
Text Symbol: I10 = Post zero balance ;;
Text Symbol: I1D = Customer reconciliation acct ;;
Text Symbol: I1E = Evaluation difference (cust.) ;;
Text Symbol: I1G = Other G/L account ;;
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.