SAP ABAP IMG Activity SIMG_XXMENUOLSDMODA3 (New Fields For Account Determination)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   SD-MD (Application Component) Master Data
     VIO (Package) Introductory Guide to R/3 Organization and Environment
IMG Activity
ID SIMG_XXMENUOLSDMODA3 New Fields For Account Determination  
Transaction Code S_ALR_87005883   IMG Activity: SIMG_XXMENUOLSDMODA3 
Created on 19981222    
Customizing Attributes SIMG_XXMENUOLSDMODA3   New fields for account determination 
Customizing Activity SIMG_XXMENUOLSDMODA3   New fields for account determination 
Document
Document Class SIMG   Hypertext: Object Class - Class to which a document belongs.
Document Name SIMG_XXMENUOLSDMODA3    

Basics of Modification in Account Determination

  • The following communication structures are relevant for the account determination:
    • KOMKCV (Account determination communication header)
    • KOMPCV (Account determination communication item)
    • KOMCV (Allowed fields for the account determination)
    • For technical reasons, the communication structure KOMCV is used, which combines KOMKCV and KOMPCV, and which contains all fields that can generally be used for the account determination. When entering new fields in KOMKCV or KOMPCV, the fields are also automatically included in KOMCV.
  • New fields for the account determination are integrated in the following INCLUDES:
    • Header data in KOMKCZ (INCLUDE in KOMKCV or KOMCV)
    • Item data in KOMPCZ (INCLUDE in KOMPCV or KOMCV)
  • The routines for supplying the new fields in billing are found in member RV60AFZZ. Use the following user exits:
    • USEREXIT_ACCOUNT_PREP_KOMKCV
    • USEREXIT_ACCOUNT_PREP_KOMPCV

Example for usage of the new fields in account determination

  1. Check whether a corresponding document field exists in the billing header (VBRK).

    The billing header contains the field LAND1, which is defined as a header field in table VBRK.

  2. Include the field name ZZLLAND in the communication structure KOMKCV using the INCLUDE KOMKCZ, and allocate the data element LLAND to it.

    Remember that new data fields must start with the letters "ZZ" or "YY", since SAP reserved these letters to protect them against overwriting during a release changeover.

  3. Activate the structure.
  4. Supply the field in the FORM routines using the appropriate user exits in member RV60AFZZ. The statement is as follows:

    FORM USEREXIT_ACCOUNT_PREP_KOMKCV.

        MOVE VBRK-LAND1 TO KOMKCV-ZZLLAND.

    ENDFORM.

  5. Assign the specifications C,V, and 001 to the field ZZLLAND in table T681F.

Business Attributes
ASAP Roadmap ID 257   Create User Exits 
Mandatory / Optional 3   Nonrequired activity 
Critical / Non-Critical 1   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 SIMG_XXMENUOLSDMODA3 0 HLA0006584 Account Assignment 
Maintenance Objects
Maintenance object type C   Customizing Object 
Assigned objects
Customizing Object Object Type Transaction Code Sub-object Do not Summarize Skip Subset Dialog Box Description for multiple selections
DWBDUMMY D - Dummy object SE11 104 Use INCLUDE for new fields in Dictionary (account determtn) 
DWBDUMMY D - Dummy object SE38 105 Use user exit for new fields (account determination) 
History
Last changed by/on SAP  19981222 
SAP Release Created in