73. How can you set the status and title for a modal dialog box?
a) In the attributes of the corresponding screen.
b) Before the corresp. call screen statement.
c) In a PBO module of the corresponding screen.
d) In the PAI module of the corresponding screen.
Answer / saurabh
C) In a pbo module of the corresponding screen.
Thanks
| Is This Answer Correct ? | 7 Yes | 0 No |
what is the difference between "types" and "data" in abap.
HTML is a subset of
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
how do i add a column dynamically in a table by using java application?
Explain polymorphism. Provide an example.
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
Write a program to implement BFS/ DFS routine in a connected graph
a characteristic of a multiprogramming is? a.simultaneous exe of pgm instr 4m 2 appli b.concurrent processing of 2 r more prgms c.multiple cpu s d.all the abov
What is the language used for Artificial Intelligence?
When we have two versions of the dot net installed how does the compiler know which version of DLL it has to select to an application.
cgi stands for
Write a program to find whether a given number is prime or not.