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...

We have 100 records in table how to fetch 10 th record?

Answer Posted / krishna n

field-symbol:<ftab> type any standard table.
tables stdtable.
Assign stdtable to <ftab>.
Data ws like line type of stdtable.
Loop at <ftab> assigning ws with index 10.
write ws.
endloop.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the difference between domain and data element? What are aggregate object?

1129


How can we declare a table control in the abap/4 program?

1224


What are the two different ways of building a match code object?

1083


What is a modification assistant?

1092


In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary

1222


What are the uses of secondary indexes?

1179


What are the functional areas, user groups? How does abap query work in relation to these?

1106


i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

9056


What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary

1091


How do you send files to the legacy systems from sap and vice versa? How does one know that the legacy files have come on to the sap server you are working on? : abap bdc

1135


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

2365


What is direct input method ?

1988


What two statements are required in an abap program to output an icon using a written statement?

1178


What is the significance of the memory table ‘screen’?

1183


What are the function modules used in f4 help?

1198