Sapass

 Simplify SAP R/3 development with Excel VBA/VB RFC  
Home> Bapi>AssetPostCapitaliztn



Index

AssetPostCapitaliztn

AssetPostCapitaliztn


The Business Object AssetPostCapitaliztn is an object that is
responsible for consistent updating of a post-capitalization in Accounting. It provides simplified initial access for updating the
post-capitalization to the general ledger.



Integration



This object is particularly responsible for determining the Accounting
components, in which the asset transactions are to be updated. It
makes consistency checks possible, and also the initiation of the corresponding update in the given components (delegation).









11-Dec-2005


Methods

Available Methods


  • Check : Check post-capitalization [ BAPI_ASSET_POSTCAP_CHECK ]
  • Post : Post post-capitalization [ BAPI_ASSET_POSTCAP_POST ]

11-Dec-2005


Check

Check


When you use the "Check" method, you can simulate a post-capitalization, including the creation of the FI/CO document to beposted, in Asset Accounting.

On the Asset Accounting side, the system goes through all of the same checks as it does for the "Post" method.


However, there is no check of the document that is created.

Notes

To use the BAPI, you need authorization for

  • posting to the asset class to which the asset belongs
  • posting using the transaction type used (for more information on this
    point, see the documentation for the GENERALPOSTINGDATA parameter).
  • Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.

    Further Information


    11-Dec-2005


    Post

    Post


    When you use the "Post" method, you can post a post-capitalization inAsset Accounting, and use the resulting document to trigger the update posting in Financial Accounting.

    The document contains the same postings as a document that was postedmanually using the posting transaction for post-capitalization in Asset Accounting.


    Notes

    It is absolutely necessary that you perform a COMMIT WORK following each call of this BAPI!

    To use the BAPI, you need authorization for

  • posting to the asset class to which the asset belongs
  • posting using the transaction type used (for more information on this
    point, see the documentation for the GENERALPOSTINGDATA parameter).
  • Messages are returned in the parameter return. The parameterdocumentation shows the return codes and their meanings.


    11-Dec-2005