Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Answer these questions on Basic ABAP?

Former Member
0 Likes
564

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....!!

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
546

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.

4 REPLIES 4
Read only

Former Member
0 Likes
546

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.

Read only

Former Member
0 Likes
547

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.

Read only

Former Member
0 Likes
546

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

Read only

seshatalpasai_madala
Product and Topic Expert
Product and Topic Expert
0 Likes
546

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