"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
What is Field group?
Explain what are interactive reports?
Define batch input session?
What is an abap data dictionary? : abap data dictionary
What is the t-code to display batch input sessions? : abap bdc
What is off cycle payroll run
What are aggregated objects : abap data dictionary
How to write a bdc – how do you go about it?
what are the two methods of modifying sap standard tables ?
how to see the table output?
How to find the return code of a statement in abap programs?
Does the external program run in the same sap luw as the caller, or in a separate one?
What is update task
Explain the call transaction method? : abap bdc
What are the control break events in abap? : abap data dictionary