Hi Dan,
Since document type is not included in the standard ledger, you may have to define a custom ledger (kind of a SPL solution) and include Document type and other fields you would like to have. That may be an alternative.
Thanks,
Venkat
Hello,
For balance sheet report total tables are relevant:
GLT0 (classical GL)
Faglflext (SAP nGL)
at total tables we do not have document type available.
Developing Z* report might be helpful.
If you just need a total per account you can use:
GLT0 for balance carry forward values
BSEG for current year values
Balance carry forward + current year = total today.
additionally you have to add BKPF table for document type per document/GL account.
br erwin
I have not seen that kind of wish on the report painter. report painter isusing faglflext tables for this kind of reports and these tables is the totals table so in you requirement you want to summerize the documents based on the document type instead of account or you want to see the document posting during a period. Maybe journal canhelp you
try reports :
S_ALR_87012282 AND S_ALR_87012287
Add a comment