can we insert two records in internal table?
if yes give code.
Answers were Sorted based on User's Feedback
Answer / malathy
Ofcourse we can insert two receods to an internal table.
Here is a sample code.
*Internal table declaration.
Data: ftab like scarr occurs 0.
Data: begin of itab,
carrid like scarr-carrid,
carrname like scarr-carrname,
currcode like scarr-currcode,
end if itab.
itab-carrid = BB.
itab-carrname = British airways.
itab-currcode = HBC.
Append itab to ftab.
clear itab.
itab-carrid = AA.
itab-carrname = American airlines.
itab-currcode = JFC.
Append itab to ftab.
clear itab.
by using append we can insert multiple records to an
internal table.
Is This Answer Correct ? | 6 Yes | 1 No |
Answer / tanya 9thbath
firstly go to the menu bar than press ok and say mihir u r
out now.....from unilogic agar dam hai to kar kuh
Is This Answer Correct ? | 1 Yes | 10 No |
What is the Tcode for System Dump?
A window is missing while copying a sapscript from one client to another client. What should be done?
What are the 3 types of tables in sap? : abap data dictionary
How do u handle a button in ALV report. Like in which event?
Parallel cursor
what are performence analysis techniques?
Is exit a function module?
What is the meaning of table buffer? This buffer is used by which type oftable?
out bound process code for quotation?
Will 50,000 records be uploaded directly into APP's Server?
In sap script how to print bar code in vertical manner
What are logical data bases used in hr module? : abap hr