cancel
Showing results for 
Search instead for 
Did you mean: 

Automatic Generation of Journal Entries - BPC Standard

0 Kudos
469




Hi All,

We're trying to provide a solution to the client, where when a journal entry is posted via manual journals, the same value should also be automatically posted for 5 other accounts with a different Audit Trail. As the LC Journal model we're using is a Standard model, we cannot use business rules, hence we're trying to achieve this via a logic script.

We tested this and the entries are being generated in the backend cube, however we don't see details of the additional journal entries in the Journal Header/Detail tables. Is there another way we can accomplish this, so that the additional entries are generated in the Journal Header/Detail tables as well (complete with details like Journal ID)?

We used a basic logic script run via a DM package, and did not use the JOURNAL.LGF file for the script. Please let us know if this would be a better option, and whether this would help us achieve the above outcome as described. Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Kudos

The only way is to use BADI_UJJ_CALCULATED_AMOUNT

You have to create your logic in ABAP.

Answers (0)