‎2007 Jul 09 8:32 AM
hi all,
answer the following,
1)BAPI does not include
a)import
b)user dialogue
c)export
d)exception
2)when will the TOP_OF_PAGE event will be triggered?
a) when report starts
b)when first write statement is executed
c)when TOP_OF_PAGE event is triggered
d)when START_OF_PAGE is triggered
3)when sy-lsind = 0
a)all secondary lists are deleted
b)the basic list is re-displayed
c)the basic list is overwriiten on current secondary list
d) both basic n sec lists are deleted
4)what parameters must be passed for search help?
a)value
b)nothing
c)data element
d)domain
correct answer wil be rewarded high....!!
‎2007 Jul 09 8:43 AM
1)BAPI does not include
b)user dialogue
BAPI works similar to Function Module, so it includes all the other terms....
2)when will the TOP_OF_PAGE event will be triggered?
b)when first write statement is executed.
3)when sy-lsind = 0
c)the basic list is overwriiten on current secondary list.
If the list index is '0', then basic list is displayed....
4)what parameters must be passed for search help?
c)data element
Regards,
Pavan P.
‎2007 Jul 09 8:35 AM
Hi,
1)BAPI does not include
b)user dialogue
2)when will the TOP_OF_PAGE event will be triggered?
b)when first write statement is executed
3)when sy-lsind = 0
c)the basic list is overwriiten on current secondary list
4)what parameters must be passed for search help?
b)nothing
we create search help[ for a data element or field.
Regards,
Priyanka.
‎2007 Jul 09 8:43 AM
1)BAPI does not include
b)user dialogue
BAPI works similar to Function Module, so it includes all the other terms....
2)when will the TOP_OF_PAGE event will be triggered?
b)when first write statement is executed.
3)when sy-lsind = 0
c)the basic list is overwriiten on current secondary list.
If the list index is '0', then basic list is displayed....
4)what parameters must be passed for search help?
c)data element
Regards,
Pavan P.
‎2007 Jul 09 9:01 AM
hi asha,
i think yesterday u atteneded timken written test. correct answers are
1)BAPI does not include
b)user dialogue
BAPI works similar to Function Module, so it includes all the other terms....
2)when will the TOP_OF_PAGE event will be triggered?
b)when first write statement is executed.
3)when sy-lsind = 0
c)the basic list is overwriiten on current secondary list.
If the list index is '0', then basic list is displayed....
4)what parameters must be passed for search help?
c)data element
if helpful reward some points.
with regards,
Suresh.A
‎2007 Jul 09 9:04 AM
Hi,
1)BAPI does not include
a)import
b)user dialogue
c)export
d)exception
<b>(B)</b>
2)when will the TOP_OF_PAGE event will be triggered?
a) when report starts
b)when first write statement is executed
c)when TOP_OF_PAGE event is triggered
d)when START_OF_PAGE is triggered
<b>(B)</b>
3)when sy-lsind = 0
a)all secondary lists are deleted
b)the basic list is re-displayed
c)the basic list is overwriiten on current secondary list
d) both basic n sec lists are deleted
<b>(C)</b>
4)what parameters must be passed for search help?
a)value
b)nothing
c)data element
d)domain
<b>(B)</b> can be (C) but its not parameter(This is what which gives you a search help).
Regards,
Sesh