‎2008 May 05 12:57 PM
FI_DOCUMENT_LIST_DISPLAY
Hi All There,
I wanted the o/p of above bapi in the exporting parameter or in the tables now it is in alv report form
i wante all the o/p in the report form
Regards
Shashikant
‎2008 May 05 9:58 PM
This is just a function module, not a BAPI.
I don't think it is possible to get a list or a table from this function module. As an alternative, you might consider:
a) selecting the data yourself from BKPF / BSEG tables
b) calling the program that runs FI document display transaction (FB03 ?) via SUBMIT with an option EXPORTING LIST TO MEMORY. Then use FM LIST_FROM_MEMORY, for example, to get the list into a table.
Option (a) probably makes more sense though.