Question { 4520 }
what is the difference between at first & at new
statements ?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { 3718 }
Difference between MACRO and SUBROUTINE ?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Folder types in smatforms?
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
1) How to maintain lists in dialog programming?
2)How to send greeting with different languages to
different regions in smartforms?
3)Can we transfer 100 screen data to pass 200 screen?
4)In reports 1st list o/p can be consider as i/p of 2nd list
how it maintains?
5) In lsmw data length 20 chars only but there is 24 chars
field how can u manage?
6)What is the diff b/w OK_CODE n SY_UCOMM?
Answer
Is This Answer Correct ? | 1 Yes | 0 No |
Question { Cap Gemini, 9198 }
what is template in smartform?
Answer
Is This Answer Correct ? | 2 Yes | 1 No |
Question { Cap Gemini, 7225 }
how to block selection scree
Answer
Is This Answer Correct ? | 11 Yes | 1 No |
Question { Yash Technologies, 6909 }
what is the output of given code?
data : f1 type i,
f2 type i.
write : / f1, f2.
do 2 times.
perform addfld.
enddo.
write : / f1, f2.
form addfld.
data : f1 type i, f2 type i.
add 1 to f1.
add 1 to f2.
write : / f1 , f2.
endform.
int : f1 , f2.
Answer
Is This Answer Correct ? | 10 Yes | 6 No |
Question { 13480 }
How to get the spool number in smartforms?
Answer
Is This Answer Correct ? | 5 Yes | 5 No |
Question { 4883 }
is it possible to insert records into structure?
if yes means how many records can be inserted?
Answer
Is This Answer Correct ? | 5 Yes | 1 No |
Question { 6459 }
difference between BAPI and RFC?
Answer
Is This Answer Correct ? | 0 Yes | 1 No |
Question { 4320 }
what is event in abap?
Answer
Is This Answer Correct ? | 0 Yes | 3 No |
Question { 6959 }
what is the difference between [select single xxx from ...]
and [select * from ... up to one row]?
Answer
Is This Answer Correct ? | 2 Yes | 2 No |
WHAT IS THE DIFFERENCE BETWEEN CHECK TABLE AND VALUE TABLE?
Answer
Is This Answer Correct ? | 10 Yes | 0 No |