Thursday, September 27, 2007

Sap abap simple interview questions

What is the diffrence between watchpoint and breakpoint?
How many watchpoints and breakpoints can be used in each program?
Types of watchpoints and breakpoints?

How do you transfer file from application server to SAP R/3 system?
What is commit and rollback?
Using BDC when uploading the data to database, what are all the fields that the table (BDCDATA) will display?

21 Comments so far »
Tharani said,
How many watchpoints and breakpoints can be used in each program?
Answer:
Maximum of 30 breakpoints can be used in a program

Expecting more & more questions on SAP ABAP

Nina said,
# What is the diffrence between watchpoint and breakpoint?
# How many watchpoints and breakpoints can be used in each program?
# Types of watchpoints and breakpoints?
# How do you transfer file from application server to SAP R/3 system?
# What is commit and rollback?
# Using BDC when uploading the data to database, what are all the fields that the table (BDCDATA) will display?

Gopal said,
what is the difference between LSMW and BDC?
what is the difference between Append Structure and include structure?

ravo said,
hw do u transfer a file from application server to SAP R/3 system ??
-> are u refering to presentation server with sapR/3 .If u are the answer is using function module gui_download.

yajuvendrasinh said,
# What is the final entry in BDC Table ?
# how can i get output on same page ?
# why Transaction Varient need ?
# if i have table control, what is the same code in PBO and PAI ?
# who take care of data while passing to application server ?
# what is output : if i click on no: 3.
do 5 times.
hide sy-index.
write / sy-index.
enddo.

at selection-screen.
write / sy-index.
endat.

# Why BAPI need then BDC ?
# what happen if i use controll break statement in between select & endselect ?
# What is lock Object ?
# Select option work like _____________on Selection Screen ?
# which sysgtem variable have current value during execution ?
# What is the main point while using controll bareak in internal table ?
# Waht is Field sysmbol ?
# Smartform uses wisely then selection screen, why ?
# Which one is not an exit comand ? (Exit, cencle, stop, back)
# Which component gives you better visibility ? (pritty Printer)
# Explain about roll area , Dispatcher, ABAP-Processor.

vijayendran said,
hi all,

can any one tell wat is the actual difference between lsms and bdc othere than auto field mapping,user interactice steps …..on wat scenario we go for lsmw since bdc also doing the same job.
because of some drawback and benefit client shift to lsmw.it will b thankful if anyone give me the solution for this.can mail to me

thankx and regards
vijai

pavani said,
what is meant by R/3 arcitecture?

what are the applications of SAP?

why SAP is writen in ABAP, why not in other programing languages?

how does SaP differs from other softwares?

Vishnu said,
maximum 5 watchpoints we can use

Prasad said,
hi,
What is the roll-area and dispatcher ?

Sheikh said,
what is the difference between occurs 0 and occurs 100.

basavaraj said,
what is the difference between occurs 0 and occurs 100.

Ans: occurs 0 will create a page of 8kb where as Occurs 100 allows maximum 100 entries..

PRIYA said,
1.How can we bring data in the last page by using end-of-page?

sharath said,
What is the main point while using controll bareak in internal table ?
Sort the table before controll break

srinivasarao said,
How many are Watch points and Break points in ABAP debugging?

Watch points : 10
Break points : 30

any other queries contact me.

roopa said,
how do u transfer file from application server to SAP R/3 system?

if u want to transfer file from presentation server to SAP R/3 u have to use either the ‘WS_UPLOAD’ function module, or the ‘GUI_UPLOAD’ function module. u can find these function modules in the T.C SE37.
Anyway it is better to go for the later becoz the ‘ws_upload’ will not be used in the coming days.

Or if u want to transfer a file from application server to SAp R/3 system, u have to use the concept of DATA SET.

ramkumar said,
R/3 architecture
Real time 3 tier architecture, wherein 3 tier includes 3 layers of systems. i.e. Presentation server(for visual), Application server(for processing the business logic) and Database server(for handling the database of SAP).

ramkumar said,
occurs 0 and occurs 100:

occurs 0:
here the size of the internal table is unknown and the abap processor allocates the sufficient memory to hold the runtime data dynamically at the time of execution.

occurs 100:
here the size of the internal table if fixed to 100 rows and the same is allocated in case of more rows in the internal table at the time of execution

phani naidu said,
can u create without main window in smartforms
i want in report disply pages like 1 of 10,2 of 10 is it possible?
in which table lsmw objects are stored?
can u migrate smart forms to script?

in which table sap scripts stored?
how to print two side of page in scripts?

vinod said,
1.can u create without main window in smartforms
ans.yes it is possible.
2.i want in report disply pages like 1 of 10,2 of 10 is it possible?
3.in which table lsmw objects are stored?
4.can u migrate smart forms to script?
ans.we cant because smartforms is an advanced concept than scripts we migrte to smartforms from scripts but viceversa is not possible
5.in which table sap scripts stored?
ans.TNAPR.
6.how to print two side of page in scripts?
ans.IN scripts (pages->printmode) we have option DUPLEX from this page can be printed in two side.

Shivakumar said,
What is the difference between internal table and structure?

I know that internal table has occurs and structure doesnt have occurs.

Then where do we use structure and where do we define internal please be specific

chetan said,
pls tell me following
1>diff between append structure and include structure.
2>what kind of data we transfer using bdc. master data
or transaction data

No comments: