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 / ramjan shaik(rsrl)
hi..boss..this is ramjan shaik from regional software
research labs(rsrl)
first
ur executing what table
if u execute itab internal table details ,u wil get only 50
records.
if u execute itab1 details , u wil get 100 records
but if u want to merge itab and itab1 details into anothter
new table,u will execute 150 records.for that u have to
inner join two tables into one.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Different types of locks?
hi I am in training of functional module, i am unable to understand what exactly use of IDOC,BAPI,DIM and BIM. As LSMW and BDC methods are used for data conversion from legacy to sap. Might be it is silly question. please explain me
Define database layer? : abap data dictionary
If I want to execute a bdc program only in background not in foreground is there any option for this? : abap bdc
how to read the standard field value in your custom program.
What do you mean by batch data communications programming?
What is at exit-command:?
What is database utility? : abap data dictionary
Folder types in smatforms? 2)What is Command line?
What is the t-code to display batch input sessions? : abap bdc
how to capture the errors in bdc Call transaction method?
Can we define our own match code id's for sap matchcodes ?
What are th control break events in abap?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
While using extract datasets it is required to have a special workarea for interface. State true or false. : abap modularization