SAP ABAP IMG Activity FMBCS_FMCY_COPI_CO (BAdI: Enhance Plan Data Transfer from CO)
Hierarchy
EA-PS (Software Component) SAP Enterprise Extension Public Services
   PSM-FM-MD (Application Component) Master Data
     FMCC (Package) FIFM: Cash budget management customizing
IMG Activity
ID FMBCS_FMCY_COPI_CO BAdI: Enhance Plan Data Transfer from CO  
Transaction Code S_PLN_06000294   (empty) 
Created on 20030613    
Customizing Attributes FMBCS_FMCY_COPI_CO   BAdI: Enhance Plan Data Transfer from CO 
Customizing Activity FMBCS_FMCY_COPI_CO   BAdI: Enhance Plan Data Transfer from CO 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name FMBCS_FMCY_COPI_CO    

Use

With this Business Add-In you can overwrite the target budget type using CO planning data when you transfer the CO planning data to BCS with transaction FMCYCOPI_CO.

Requirements

Standard settings

SAP does not provide any default settings.

Activities

After you have defined your reassignment rules, you should implement the BAdI applying the following steps:

After you call up the IMG activity, a dialog box appears.

  1. In the dialog box, enter a name for the enhancement implementation, Short Text and Composite Enhancement Implementation. If no Composite exists, create a new one by choosing Create button.
  2. Save your entries, and assign the implementation to a development class.
  3. Click on BAdI tab and choose the Create BAdI button.
  4. In the dialog box, enter BAdI Definition, BAdI Implementation, Implementation Class and description, then press Enter.
  5. In the left panel on the next screen, expand implementation node and double-click on entry Class.
  6. Place the cursor on the method, and double-click to enter method processing.
  7. Enter the code for the implementation between the statements method <Interface name> ~ <Name of method> and endmethod. Note that sample implementation is copied automatically.
  8. Save and activate all the objects.

Example

Here is an example:

*Primary cost planning

IF I_S_COSP-VRGNG EQ 'RKP1'.

MOVE 'CAT1' TO C_TBUDTYPE

*Revenue element planning

ELSEIF I_S_COSP-VRGNG EQ 'RKP5'.

MOVE 'CAT2' TO C_TBUDTYPE

ENDIF.

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 FMBCS_FMCY_COPI_CO 0 ALN0000195 Budgeting 
Maintenance Objects
Maintenance object type E   Business Add-In - Definition 
History
Last changed by/on SAP  20030707 
SAP Release Created in 200