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: 

How to capture weekly status in SAP

Former Member
0 Kudos
119

Hi All,

I am trying to capture some data or records which we update weekly in our project.

Right now,we are using Microsoft xls.But I want it in SAP.

So can anyone suggest,which should be the approch to go for that?

Should I use table maintence generator or go for ALV report?

Please provide notes or links.

3 REPLIES 3

Former Member
0 Kudos
100

0 Kudos
100

I want to capture data from microsoft xls sheet?

SO please guide me how to build alv or anything else?

I hardly did any coding and alvs?

0 Kudos
100

hi,

u can capture the data using ALSM_EXCEL_TO_INTERNAL_TABLE.This FM will fetch the data from xsl and put this in an internal table row wise and column wise.Then u can fetch the details into the internal table to be displayed and display it as alv or in the pout put format u require.If ur updating any table in the program after fetching the details u can insert into the table.If the user wants to view the data u can display it in alv and provide a button on which executing the details can be stored in the tables.

Edited by: soniya baboo on Apr 20, 2009 12:54 PM