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 does the interection between the dynpro and the abap/4 modules takes place?
What is the bitwise operator in the sap abap?
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
what is bapi,badi,bdc,ale idocs?
What are the attributes of the data in data dictionary? : abap data dictionary
What is meant by write lock? : sap abap data dictionary
Explain how do you use structures in the abap programs?
What are the personnel administration related infotypes? : abap hr
What are the differences between structure and table in data dictionary in abap? : sap abap data dictionary
What is repository info. Systems?
How do you import pay scale data from non sap to sap? : sap abap hr
What are the different function modules used in sapscript?
How can we use / display table in a screen?
What are the data types of the abap/4 layer? : abap data dictionary
I need the coding for BDC program to upload Purchase orders of known vendor (ME21) in Material Management