| Back to Questions Page |
| Question |
what is the use of protect / end protect control command in
the scripts? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Saai |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
using Protect end protect avoid the page break  |
0 | Nikhita |
| |
| |
| Answer |
Sap script using Protect end protect avoid the page break.
it is use /: protect
/: text
/: endprotect  |
0 | Sudhir |
| |
| |
| Answer |
Protect / endprotect is used in scenarios where data of a
business entity to be displayed in one page when the data
partially spills over to next page  |
0 | Padma |
| |
| |
|
|
| |
| Question |
After running a BDC program in background, next day morning
when you see the results, few records are not updated(error
records). What will you do then?
|
Rank |
Answer Posted By |
|
Interview Question Submitted By :: Neerajalaxmi |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
we look into the list of incorrect session and process it
again.to correct incorrect session we analyze the session
to determine which screen and value produced the error.for
small errors in data we correct them interactively
otherwise modify batch input program that has generated the
session or many times even the datafile.  |
0 | K.nagalakshmi |
| |
| |
| Question |
What is the difference between open sql & native sql ? |
Rank |
Answer Posted By |
|
Interview Question Submitted By :: E.bhanuprakash |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer |
open sql is not confined to any particular type of database
while a native sql is confined to a particular one.  |
0 | G.jayaprakash |
| |
| |
| Answer |
native sql : are not checked and converted they are sent
directly to the database system.allows to use database
specific sqql statements in an abap program.
Open sql: it will work on any r/3 system regardless of the
database system in use.  |
0 | Manikandan |
| |
| |
| Answer |
Open SQL allows you to access all database tables known to
the SAP system, regardless of the database manufacturer.
Sometimes, however, we may want to use database-specific
SQL statements called Native SQL in your ABAP/4 program. To
avoid incompatibilities between different database tables
and also to make ABAP/4 programs independent of the
database system in use, SAP has created a set of separate
SQL statements called Open SQL.  |
0 | Nasreen |
| |
| |
|
| |
|
Back to Questions Page |