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 / ravikanth
@ Answer 8.
A Small Pievce of code not written..
That is,
use
loop at itab into wa_itab.
append wa_itab to itab1. ***but here two table must be of
same type.
CLEAR WA_ITAB.
end loop
Please note it.
Thankyou.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you find number of records present in internal table?
What is a development class? : abap data dictionary
What is check table?
In ALV reporting when u execute your report which event gets triggered.
Cds views
In BDC, data transfer is done success in foreground mode but if we done the same in background mode it shows errors. What is the reason?
SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul
How can we handle table control in bdc? : abap bdc
How do you read files from the presentation server ? : abap bdc
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management
A subroutine can be terminated unconditionally using exit. State true or false : abap modularization
How can I get ascii value of any letter? Is there any function?
What is technically difference between in Table creation in table creation maintenance not allowed ,maintenance allowed with restriction, maintenance allowed ?
What is update task
How can we use multiple transactions by using bdc_insert? : abap bdc