Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

bapi FROM STANDARD BAPI

Former Member
0 Likes
304

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

1 REPLY 1
Read only

Jelena_Perfiljeva
Active Contributor
0 Likes
282

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.