RFIDCN_PLACCT_FWD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In China, companies are required to carry forward the monthly balance of profit and loss (P&L) accounts to the retained earnings account...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFIDCN_PLACCT_FWD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
IDCNPLFWD - P&L Account Closing Posting (China)
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.
RFSUMB00 - Year-End Postings
Selection Text: XBWTAR = Valuation Type
Selection Text: XBUPOS = Budget Item
Selection Text: XBUDST = Budget Center
Selection Text: XAUFNR1 = Actual Order
Selection Text: XAUFNR = Statistical Order
Selection Text: XANLN2 = Asset Subnumber
Selection Text: XANLN1 = Asset
Selection Text: P_NOZERO = Hide Accnts w/ Zero Balances
Selection Text: P_COLLCT = Collect Items in One Document
Selection Text: B_TEXT = Item Text
Selection Text: B_SIMRUN = Run Report in Simulation Mode
Selection Text: B_NAMEBI = Batch Input Session Name
Selection Text: B_MONATE = Posting Period
Selection Text: B_MONAT = Posting Period
Selection Text: B_LDGRP = Ledger Group
Selection Text: B_KEEP = D .
Selection Text: B_IVAV = Output Tax Code
Selection Text: B_IVAA = Input Tax Code
Selection Text: B_INPUT = Create Batch Input Update Run
Selection Text: B_DIRECT = Run Report with Direct Posting
Selection Text: B_DARE = Debit Posting Key
Selection Text: B_CECO = Cost Center
Selection Text: B_BUDAT = Posting Date
Selection Text: B_BLDAT = Document Date
Selection Text: B_BLART = Document Type
Selection Text: B_AVERE = Credit Posting Key
Selection Text: AC_YPROF = Net Result Account
Selection Text: AC_OPNBA = Balance Sheet Account- Opening
Selection Text: AC_CLSPL = P&L Account
Selection Text: AC_CLSBA = Balance Sheet Account- Closing
Selection Text: XXIMKY = Detail: Real estate object
Selection Text: XWERKS = Plant
Selection Text: XVPTNR = Partner
Selection Text: XVORNR = Transaction
Selection Text: XVNAME = Joint venture
Selection Text: XVBUND = Trading partner
Selection Text: XRMVCT = Transaction type
INCLUDE RFIDCN_PLACCT_FWD_TYPE.
INCLUDE RFIDCN_PLACCT_FWD_DATA.
INCLUDE RFIDCN_PLACCT_FWD_SCREEN.
INCLUDE RFIDCN_PLACCT_FWD_SCREENPLUS.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = gv_text * TEXT_BUTTON_1 = 'Ja'(001) * ICON_BUTTON_1 = ' ' * TEXT_BUTTON_2 = 'Nein'(002) * ICON_BUTTON_2 = ' ' default_button = '2' display_cancel_button = ' ' IMPORTING answer = gv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.
This will then be available for everyone to easily find by simply searching on the report name RFIDCN_PLACCT_FWD or its description.
RFIDCN_PLACCT_FWD - P&L Account Closing Posting (China) RFIDCN_PLACCT_FWD - P&L Account Closing Posting (China) RFIDCN_ODN_ADJUSTMENT_TOP - Include RFIDCN_ODN_ADJUSTMENT_TOP RFIDCN_ODN_ADJUSTMENT_SEL - Include RFIDCN_ODN_ADJUSTMENT_SEL RFIDCN_ODN_ADJUSTMENT_FSC_F01 - Include RFIDCN_ODN_ADJUSTMENT_FSC_F01 RFIDCN_ODN_ADJUSTMENT - Checking and Adjustment of Official Document Numbering