| Back to Questions Page |
| Question |
BAPI is efficient than BDC?
The question is with options, asking which of the following
is true? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Sara George |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
BAPI is faster, error validations are there, no processing
of screens, direct database update.  |
0 | Sara George |
| |
| |
| Answer |
BAPI is directly updates the database
BDC run through the screen flows
BAPI can't handle all flow logic checking and enhancement
put by programmer to facilitate the user requirment .
there is advantage using bapi instead of using bdc when we
go for up gradation.  |
0 | Sobha.m |
| |
| |
| Answer |
Hi,
In additional to above answers BAPIs are more efficent
due to this also. i.e
BAPIs are RFC enabled. so, they can use by both SAP and Non-
SAP.
Where as BDCs are not RFCs. So, they are unable to used by
Non-SAP.
Thank you.
Surender.  |
0 | B.v.surender, Miracle Softwar |
| |
| |
|
|
| |
| Question |
how will u interact with client if neccessary? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
through mails r through phone,,,,,,,,,there will be some
personal vpn network is there for every company  |
0 | Bala |
| |
| |
| Answer |
that is depend on the client some clients they are using the
VPN virtual private network some clients they are using the
TELNET telecommunication network.  |
4 | Venkateswarlu.bandi |
| |
| |
| Question |
what is the use of free and refresh? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
refresh clears the data in the internal table and free not
only clears data but also frees memory for the same  |
0 | Srikanth Vinnakota |
| |
| |
| Answer |
refresh cleras the data in the internaltable body .
but free clears the data in the body and as well as in work
area.  |
0 | Guest |
| |
| |
| Answer |
Refresh : Refresh clears the data, at the same time it
releases dynamically allocated memory. Predefined memory
not released.
Free : Free clears the data, at the same time releases
both predefined and dynamically allocated memory. internal
table structure will not available any more.  |
0 | Prabhakar |
| |
| |
| Answer |
Refresh:
example: refersh itab.
clear the body of the internal table data.
free:
example: free itab.
. clears the data.
.predefined the internal data and dynamically allocated
memory.  |
0 | Manivannan.m |
| |
| |
| Answer |
for example : refresh itab
it will remove content of internal table...
for example : free itab
it will deallocate memory associated with internal table  |
0 | Sarathi |
| |
| |
| Question |
which processor controls the flow logic of an online
program? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Suhasini |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
screen processor  |
0 | Gayathri |
| |
| |
| Answer |
flow logic control processor.  |
0 | Niladriroy_dgp |
| |
| |
|
| |
|
Back to Questions Page |