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

"I want to access one record, I don't know any key
figures.How to do that"

Answer Posted / arfeen siddiqui

What about using a single select statement like,
DATA: BEGIN OF REC,
KUNNR LIKE KNA1-KUNNR, "Customer Number 16 char
KATR6 LIKE KNA1-KATR6, "Customer Class
END OF REC.
DATA: BEGIN OF ITAB,
KUNNR like KNA1-KUNNR,
KUKLA like KNA1-KUKLA,
END OF ITAB.

SELECT SINGLE KUNNR KUKLA FROM KNA1 INTO ITAB
WHERE KUNNR = rec-KUNNR.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the data types of internal tables?

1118


What is the process to enhance the Infotype

3457


What is native sql?

1315


How do I find the output type of a table or a program?

1044


What is the first thing you do after vendor setup is complete?

1521


How to call a subroutine in sapscript?

1189


When value table becomes check table?

1137


What are the buffering options in abap?

1177


Explain the differences between sap memory and abap memory?

1030


What is the difference between the function module and a normal abap/4 subroutine?

1255


What does the insert statement in extract datasets do? : abap modularization

1114


can i use table key and key in an internal table and explain the functionalities of each one and what functionality does it give if both are used for same internal table

2267


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

1044


Update types in Call transaction method. What is the difference?

1195


What is sap abap tables?

1139