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 / p.lokesh

It is not possible to fetch data from Internal Table
without header line. u have to give explicit work area I
mean header to handle the records.
Ex code :
Types : Begin of ty_marc,
matnr type matnr,
werks type werks_d,
end of ty_marc.
Data : it_tab type standard table of ty_marc,
wa_tab type ty_marc.

* select statement to read the data.

* Display the output.

loop at it_tab into wa_tab.

write : / wa_tab-matnr,
wa_tab-werks.
endloop.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is delivery class? : abap data dictionary

1318


How do you find the information on the current screen?

1112


What are the types of subroutines?

1147


What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?

1134


Explain what is a logical database?

1135


What are interface/conversion programs in SAP?

1238


Explain the client concept of sap.

1082


What is payroll driver

2159


How would you define the exponents for a type ‘f’ field?

1107


What are the function module in bdc?

1329


Explain the advantages of logical databases?

1087


What are the personnel administration related Infotypes

2558


What is the function of the correction system? : abap data dictionary

1117


How will you read from internal table records in a given value range (without using loop)

1537


Explain the difference between a pool table and a transparent table and how they are stored at the database level?

1192