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 / saravanan.p
U can't simply display the values of two tables itab and
itab1 without linking/merging it.
1.Linking:
If itab & itab1 requires only one loop then either itab or
itab1 should be read and append to itfinal.
2.Merging:
If itab & itab1 requires two separate loops,then u need to
merge those two internal table.
IF u want to merge it,u need to create itfinal or itab2 or
whatelse u wish,which should be declared by the fields of
both itab and itab1.
But while merging internal tables,those tables should have
atleast one linking fields.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does nw 7.4 sp 05/nw 7.5 sp 02 offers in abap?
What is the difference between native sql & open sql? : abap data dictionary
What do you mean by batch data communications programming?
Difference between transparent tables and pooled tables? : abap hr
WHAT ARE THE MANDATORY FIELDS TO BE FILLED FROM TABLES BAPIITEMIN, BAPIPARTNR, BAPIITEMEX, BAPICUCFG, BAPICUINS, BAPICUPRT, AND BAPICUVAL IN BAPI 'BAPI_QUOTATION_CREATEFROMDATA
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
what is bapi,badi,bdc,ale idocs?
Explain the difference between call screen and leave screen?
function modules are also external subroutines. State true or false. : abap modularization
Explain pai and pbo.
How many default tab strips are there? How to insert more tabs in it?
Explain about drill down report?
How can we achieve MVC ?
What is the major difference between pool tables and transparent tables?
What is projection view?