Application Development 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: 

Show ALV with a Field like a Table Type

Pier_1973
Participant
0 Kudos

Hello Everyone, I hope anyone can help me.

I'm using CL_SALV_TABLE and I would like to show ALV with a field that contains the table RETURN of BAPI_ACC_DOCUMENT_POST.
To be clear: if I must show 3 records into ALV, each record can have a number of columns and one of these columns must contain the table RETURN.

Could you write me the code?
I tried to do it but the column is not shown. 

1 REPLY 1

raymond_giuseppi
Active Contributor
0 Kudos

No, you can only display single fields and not a structure such as BAPIRET2 behind RETURN, and certainly not an internal table of this structure. Check your field catalog.

NB: To display such an application log, perform some search on Application Logging using ABAP