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

Displaying output

Former Member
0 Likes
842

Hi,

Can anyone please tell me how can we display output other than using ALV display and without using WRITE statement?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
818

You can write the output to a file in application server or in presentation server.

Regards,

Lakshmi.

Hi,

Can anyone please tell me how can we display output other than using ALV display and without using WRITE statement?

6 REPLIES 6
Read only

Former Member
0 Likes
819

You can write the output to a file in application server or in presentation server.

Regards,

Lakshmi.

Read only

Former Member
0 Likes
818

Hi ,

You can even output the details in smartform or as sap script.

U can get the output directly in Excel sheet even.

And also as a file in application server or Presentation server.

Hope this helps u,

Regards,

Arunsri

Read only

Former Member
0 Likes
818

Hi!

If u r specific only for reports:

then we can display output

either by writing or saving to any file location..or by using module pools ie using screens we can display the o/p

Function module hav tables n export parameters which display outputs widout using alv OR WRITE.

reward points if helpful.

Read only

Former Member
0 Likes
818

U can use module pool along with various controls, BSP, web dynpro,sapscript,smartform,PDF form,dynamic documents etc. to display output.

Regards,

Joy.

Read only

0 Likes
818

Hi,

you can have output if you use download function module you can have output in flat file.

and you can have output in application server by using file system.

Read only

Former Member
0 Likes
818

Solved.