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

steps for creating the table and code for loading text file into table

Former Member
0 Likes
546

Hi

Im SAP-BW Consultant . I have a text file with data .

I want to create a table and then load the data into this Z-table.

1) Please give the steps for creating the custom Z-Table .

2) How to load the text file data into the Z-Table .

Please give me the steps for creating the Z-Table and sample code for uploading the text file into that

Z-Table .

Thanks Alot

Regards

Mohammed

3 REPLIES 3
Read only

Former Member
0 Likes
472

trancode SE11 will let you create the table.

To upload it, you didn't define if it was coming from the local PC (Presentation Server) or

from the Network (Application Server)

Both methods are different. Additionally, you didn't mention what format the input file would be.

Tab delimited? Comma delimited? Fixed length record?

To many optoins to give you a straight answer to your question.

Edited by: Paul Chapman on Jan 12, 2009 12:27 PM

Read only

Former Member
0 Likes
472

Hi Mohammed,

Link Table Creation

http://help.sap.com/saphelp_erp2004/helpdata/en/cf/21eb6e446011d189700000e8322d00/content.htm

To upload the data ..

Need to create the Zprogram ..

1. Upload the data from presentation server/ Application server into internal table.

2. using UPDATE statement upload the data from internal table to DB table.

It's the basic question Please seach the SCN before posting it..

Read only

0 Likes
472

Hi

Thanks Alot

Mohammed