Maximum Indexes preferable for the database table.
2
6
9
None
The standard function key used for displaying a list of possible values is:
F1
F2
F3
F4
SAP stands for?
Systems Applications and Products in Data Processing
SAP Application and Products in Data Processing
Systems Applications and Products
Systems Applications and Programming in Data Processing
What is the Transaction code for Function Module Creation?
se38
se36
se37
se39
Function module required Function Group?
True
False
RFC can return references
Where will you declared changeable parameters in Function Module .
Import
Export
Exception
Tables
Which Attribute is mandatory for BAPI?
Normal Function Module
Update Module
Remote enable
What is the associated type for the parameter RETURN?
BAPIRET2
BAPIRETURN
BAPIRET
All the Above
What will print out? main() { char p1=“name”; char *p2; p2=(char)malloc(20); memset (p2, 0, 20); while(*p2++ = *p1++); printf(“%sn”,p2); }
empty string
20
0
error