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
Define external layer? : abap data dictionary
Why do we use logical blocks in abap program?
What are aggregated objects
Why are insert and append statement used in sap abap?
What happens if a function module runs in an update task?
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
Workbench request are client dependent or client independent
Difference between /N and /BEND?
What is locking ?
How do you set up background jobs in sap?
Can we write the code both call transaction and session method in single program?
Normally how many and what files get created when a transaction program is written? what is the XXXXXTOP program?
Structures can contain data only during the runtime of a program (t/f) : abap data dictionary
What are the two levels in defining a match code? : abap data dictionary
what is sales order confirmation and how can do design it in webdynpro. what is Tcode for the same?