SAP Program RAXPRA08 - Fill Table AAACC_OBJ(_ERR)

Title
XPRA for Generating Entries in Table AAACC_OBJ and Table AAACC_OBJ_ERRfor Fund Accounting Project.

Purpose
The program fills the tables dependent on client, and this means thatonly clients are filled that do not yet have table entries. This is toensure that the XPRA does not change existing Customizing settings ifit is run a second time.
Table AAACC_OBJ is filled as follows:
For all objects in table T093_ACCOBJ, for which the XACTIVE indicatoris set, the program generates entries with transaction type ' * ' andcompany code ' * ' for all clients and for depreciation area '01'. Itthen also deselects the XACTIVE indicator. The program sets the accountassignment type field AAMOVE to "balance sheet posting" and"depreciation account assignment", except if the account assignmenttype is in excluding table AAACC_EXCL.
Exceptions:
For investment WBS element and investment order:
For the transaction type, the entries are taken from table TABW, wherethe XCOOBJ field is filled, the company code is filled with ' * ' anddepreciation area with '01' , and XACTIVE is set to active, and AAMOVEis set for "balance sheet posting" (APC).
For cost centers and internal orders:
The program only takes depreciation areas and company codes from tableT093D, for which the AFBKST (cost center) or AFBAUF (orders) field isset. The transaction type is set to ' * ' and XACTIVE is set to active.AAMOVE is set for a cost center to both account assignment types, butfor internal orders is only set to "depreciation account assignment."
Table AAACC_OBJ_ERR is filled as follows:
All account assignment objects are entered. For the new accountassignment objects, fund, grant, and function (GEBER, GRANT_NBR, FKBER)the AAERROR field (error indicator during account assignment) shouldhave the value 'E'.

Prerequisites
Table T093_ACCOBJ should contain account assignment objects. If this isnot the case, no entries are generated in AAACC_OBJ and AAACC_OBJ_ERR.

Features

Selection
By calling program RACALL_XPRA08, the generation of table entries canbe limited to certain clients. Otherwise the program processes allclients in table T093_ACCOBJ.

Output
Output is in tables AAACC_OBJ and AAACC_OBJ_ERR. Entries that have thesame key as the newly created entries are overwritten.

Activities
Start program RAXPRA08 or RACALL_XPRA08. Program Z_DELETE_DB can beused to delete the generated tables AAACC_OBJ und AAACC_OBJ_ERR.