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

intercompany report

Former Member
0 Likes
776

Hi everyone

i have an intercompany report. according to my requirement i have a selection screen for selecting the period.

but there are some 145 different records.my consult. asked me to hard code the code.

i felt i can upload the report and use it to disply rather than doing hard coding.

so can anyone tel me if there is a sample code to upload a excel file and display the same as a report.

please reply at the earliest.

will reward with full points.

Hi everyone

i have an intercompany report. according to my requirement i have a selection screen for selecting the period.

but there are some 145 different records.my consult. asked me to hard code the code.

i felt i can upload the report and use it to disply rather than doing hard coding.

so can anyone tel me if there is a sample code to upload a excel file and display the same as a report.

please reply at the earliest.

will reward with full points.

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
747

hi,

u can upload a file to application server using CG3Z transaction.

later u can check it in AL11 transaction.

Read only

Former Member
0 Likes
747

Hi,

Use the function module ALSM_EXCEL_TO_INTERNAL_TABLE to get the data from the Presentataion Server Excel file data to the internal table. Then use this internal table to display the data in the report using List or ALV display.

Edited by: Ravi Kumar on Jun 23, 2008 11:08 AM

Read only

0 Likes
747

hi

i have field in excel sheet which dont have corresponding fields in R/3. now how should i upload this data..

Read only

Former Member
0 Likes
747

Hi,

Use GUI_UPLOAD to upload the data. then loop the internal table for furtehr processing.

regards,

madhu

Read only

Former Member