what are the similarities between internal tables and
structures?
Answer Posted / kishore
Internal tables hold Multiple records of the same structure.
Where as Structure can hold only one record.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of message command in a report? What are the different message types?
there are 2 selection screens. material num in screen 200 and plant in screen 300. so how can you write in INITIALISATION event?
What are the kinds of foreign key fields?
What is processing class, where we do them and why? : sap abap hr
Explain how many types of tables exist and what are they in data dictionary?
How is time management and payroll is integrated? : sap abap hr
Suppose there is a secondary index on 4 non-key fields A,B,C & D. There are 3 select queries :- a) one on basis of A, B, C , D b) Second on basis of A, B, C c) Third on basis of D, C,B, A In which all situations , the above secondary index will be used?
What is the logo in sap script?
What is open sql?
Give 3 scenario of reporting due to which you require reporting help of ABAP consultant?
Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.
Can you define a field without a data element?
what is difference between (internal table types)standard table and sorted table in sap abap....
What does the insert statement in extract datasets do?
What is the t-code for transaction recorder? : abap bdc