programming languages Online Quiz - 112
programming languages Online Quiz - 112
Questions
Transaction code for the Database utility is _______
- se14
- se11
- se16n
- All the Above
Transaction code for the Database Browser is ___________
- se16
- /nn
- se16n
- All the Above
Maximum "Include Structure" you can use in a Database Table
- 1
- None
- 9
- 4
Transaction for Table Maintenance Generator is?
- sm30
- /nn
- sap_maintain
- All the Above
__________structure contains System field values.
- SYST
- SLIS
- STXT
- None
The complete technical definition of a table field is determined by the field's
- Data Element
- Domain
- Predefined
- All the Above
Data Element can point to _______ Domain?
- One
- Multiple
- Two
- None
Which of the following is not ABAP dictionary table?
- Transparent
- Cluster
- Pool
- Internal
What must be assigned to search help parameters
- Nothing
- Domain
- Values
- Data Element
Can View have Indexes?
- Multiple
- Single Index
- Two are Allowed
- None
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
- True
- False
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
- None
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