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

Hi, My question is " How to display 3rd highest salary
record from the internal table. The internal table has 2
fields named emno(Employee number) and salary.".
Send answer to my mail shaiksha.it@gmail.com.
Thanking you.

Answer Posted / deepak kumar

SORT THE INTERNAL TABLE IN DECENDING ORDER

READ TABLE ITAB INTO WA_ITAB INDEX 3.

WRITE:/ WA_ITAB-FIELDNAME.

Is This Answer Correct ?    10 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the call transaction method? : abap bdc

1173


Kindly help me to Know the process of mapping in EDI from R/3 to a convertor(third party which translates IDoc flatfile to EDIFACT /XML / FTP /HTTP ) ?

2084


In a loop of an internal table, what is the use of at first & at last statements?

2020


What is netweaver???what is the relationship with ABAP?

2254


Explain the different types of mode (run code) in call transaction method?

1139


What is an abap dictionary? : abap data dictionary

1164


How to display if the value entered contains records or not?

1119


What are different ABAP editors? What are the differences?

1162


Proxy Programming with ABAP - How to develop the Proxy identification through programming

2388


How many types of size categories and data classes are there?

1123


What is delivery class? : abap data dictionary

1317


How do you document ABAP programs? Do you use program documentation menu option?

1210


I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management

2289


how to modify the standard method as per your requirement

1492


What is function group?

1118