Extract Data Count using ABAP R/3 Dataflow

Hi,

I am developing a ABAP R/3 Dataflow where I am trying to extract the count of rows from SAP table only , not the data. How I can extract the count only from a SAP table using ABAP r/3 DF and save it in a file.


kgecdeep (BOB member since 2012-07-25)

In the ABAP dataflow you have

table -> query -> data_transport

And the query has just one output column called COUNT and its mapping should be count(*)


Werner Daehn :de: (BOB member since 2004-12-17)