Hi i am surya, i have faced this questions plz give me the
answer.
I have requirement like this, i have two internal tbale like
itab and itab1 in itab i have 50 records, in itab1 100
records are there. When execute this question what will be
the output a]50 b]100 c]150? And how to join two internal
tables what is the syntax for that?
Answer Posted / gvkondareddy
by using append lines of itab1 itasb2 to itab2
so the answer is 150 records
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Does the call transaction method allow multiple transactions to be processed by sap? : abap bdc
– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required: Sales Org Delivery type Sales document type Optional: Planned Goods movement date Option to choose E-Mail E-mail Address Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields, Success/Error (S/E) Sales Document number Delivery number New Debit memo request number Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS
What are the different types of views and their definition?
What is transparent table?
Explain read dataset in sap abap?
Can you print decimals in type n? What is difference between float and packed data type?
Explain what is the significance of hide?
Can we create an abap program without using y or z?
What is locking ?
what is diff between ECC 5.0 AND ECC 6.0
Name the abap/4 modularization techniques?
What is meant by stacked list?
What is the difference between getting and get late?
What are the basic functions of database utility? : abap data dictionary
when do you need to create an internal table with header line ? and with out a header line?