"I want to access one record, I don't know any key
figures.How to do that"
Answers were Sorted based on User's Feedback
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 |
what is the client on which u have worked? In real time ?
What is constructor expression in nw abap 7.4?
what is the difference between transparent, pooled and cluster table
How will you insert record in a sorted table
what is the structure of itab of screen?
Why defining Logical systems?
Explain get cursor field?
In an Internal Table, I have 1000 records. I have to Retrieve One Record. In Performence wise what is the Best Query?
Explain what is the difference between sy-tabix and sy-index? Where it is used?
How are the function code handles in flow logic?
In the scripts,Which is mandatory function module means with out Open_form and can we write the print prg
What is web dynpro for abap?