cancel
Showing results for 
Search instead for 
Did you mean: 

Getting data as reports instead of tables

Former Member
0 Kudos

Hi,

getting data as reports instead of tables

i am getting data from r3 system and display as tablesby giving

mandatory fields but here

in ABAP

1)goto se37 choose bapi_aa get the data in tables by giving

mandatory field inputs. ok it's fine.

2)goto se38 choose aa_classical report, we r giving the mandatory

fields it displays like

number 1

name abc

company tata

details here of that above

number 2

name pqr

company tata111

details here of that above

number 3

name xyz

company tata222

details here of that above

it shown like this type(here bapi data and reports data fields r same

we want to display like that only)

in ABAP they r using select stmts display like reports

now in our webdynpro we r getting data display as tables as it is

bapi tables

but i want to display like reports(if there is 5 reports we can

display 5reports like ABAP reports)

Is it possible r not, if possible please give me step by step how

can we get the data

Thanks&Regards

sahithi

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi sahithi,

I exactly don't understood from your post; But you can export bapi output as a structure of table type in transaction code se37. Once you have done your export parameter like this in ABAP; you can directly use this in table and i think the problem that you described won't happen.

Regards

- Vinod

*

Former Member
0 Kudos

Hi Vinod,

i am getting data from r3 system as tables, but our requirement is call that bapi and (they said what ever modifications /logic/coding do over there in webdynpro )

if we give the mandatory fields(input), get data as same as reports type(they want output like reports type i have written above) Is it possible to fetch the data like that

Regards

sahithi.