Totals table for ACDOCA in S/4 HANA - ACDOCT

In old classical legder SAP provided GLT0 table for totals.
In new GL SAP provided FAGLFLEXT table for totals.
In S/4 HANA SAP has provided ACDOCT view for totals. (ACDOCT_BCK is a table).

ACDOCT is a CDS view not a table. This view will be useful to find out totals per period and with some standard fields. This can be used in Report writer/painter also. But in S/4 Hana SAP not suggesting to use Report Writer/Painter tool.

Most of the times SAP customers enhance Accounting document with custom fields. So custom fields can be added into ACDOCA table but it will not added to ACDOCT (Since it is view).

what if customer needs total values including custom fields what to do then ?
For this purpose either extend ACDOCT view or write sum logic using ACDOCA table. Writing logic with ACDOCA in each program means need to repeat same code many programs and also it is not code-pushdown approach.

So better solution is either extend ACDOCT CDS view or create custom CDS view like ACDOCT.

Comments

Post a Comment

Popular posts from this blog

Add additional fields in VA05 report

FAGLL03 / FBL1N / FBL3N / FBL5N not showing custom fields