SAP ABAP IMG Activity FAGL_UPLOAD_CF (Transfer Balance Carryforward from Ledger)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-GL (Application Component) General Ledger Accounting
     FAGL_LEDGER_CUST (Package) New General Ledger: Scenarios, Ledgers
IMG Activity
ID FAGL_UPLOAD_CF Transfer Balance Carryforward from Ledger  
Transaction Code S_PL0_86000137   (empty) 
Created on 20040303    
Customizing Attributes FAGL_UPLOAD_CF   Transfer Balance Carryforward from Ledger 
Customizing Activity FAGL_UPLOAD_CF   Transfer Balance Carryforward from Ledger 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FAGL_UPLOAD_CF    

Use

With this Business Add-In (BAdI), you can control how the fields of the source ledger are transferred to the target ledger when the balance is carried forward.

To control the transfer, use method MOVE_FIELDS. The generated structure GLU1 contains all fields of all possible source and target ledgers. The records are transferred to the method record by record in GLU1 format:

  • The source record in the importing parameter IS_GLU1_SOURCE
  • The changing target record in the changing parameter CS_GLU1_TARGET

The record CS_GLU1_TARGET is preassigned with the values of the fields from IS_GLU1_SOURCE with the same name, including the known name inequalities BUKRS/RBUKRS (if the company code field in the source ledger is BUKRS) and PRCTR/RPRCTR (if the profit center field in the source ledger is PRCTR).

You should therefore implement this BAdI particularly if you want to supply additional name inequalities - for example, if you have added customer field RZZAUFNR (for the order number) to the source ledger and want to transfer it to customer field ZZAUFNR of the target ledger.

The value fields TSL, HSL, KSL, OSL of the target structure CS_GLU1_TARGET already have the correct values (that is, the values corresponding to the currency types of the target ledger).

Requirements

Standard settings

Activities

Example

Business Attributes
ASAP Roadmap ID 153   Design enhancements 
Mandatory / Optional 2   Optional activity 
Critical / Non-Critical 2   Non-critical 
Country-Dependency A   Valid for all countries 
Assigned Application Components
Documentation Object Class Documentation Object Name Current line number Application Component Application Component Name
SIMG FAGL_UPLOAD_CF 0 HLA0006520 Basic Functions 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20040427 
SAP Release Created in 500