Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

how to fetch data form without header line internal table ?

Answer Posted / bhushan

i think we have to create header separtely for the internal
table and using that header we can fetch data .

example:

Loop at I_TABLE INTO wa_table .


endloop.

in the above statement i_table is table with out header
line and wa_table is work area corresponding to the above
internal table ....

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In Smartforms or ADOBE Forms Can we get text from standard table in verticle form? if yes, How?

2372


Can you define a field without a data element?

1003


Will 50,000 records be uploaded directly into APP's Server?  

2439


What are dml commands in abap?

1339


What is off cycle payroll run

2514


How to transfer the objects? Have to transferred any objects?

1101


What is table pool?

1035


what are the various types of parameters and how are they distinguished from one another?

1270


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

1428


What are the dynapro keywords?

1176


Explain Catch Command in ABAP?

1320


What are the parameters in bdc_open_group? : abap bdc

1131


What is the use of 'table index'?

1154


How collect statement is different from append?

1201


I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/

2351