Respected sir,
I hv got this site from net. As I am a trainee abaper I am facing so many problems,
At this vary moment I get ur help sites like a god. plze solve my quaries
Regards,
Surya
# 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.
1. What is SQL Trace, how would you carried out performance analysis of ABAP code
using SQL Trace? Give the steps?
2. What are transactions we should use in BDC? How we use it ?
3. How would you use BDC program to transfer material master record using MM01
transaction? Given me steps.
4. Could we use ME21N transaction, and XK01 transaction, either which one of the transaction,
or could we use both the transactions for creating purchase information.
5. What is the name of the standard report that gives the deatails of Customer and sales
amount ?
6. How can we use XD02 transaction to change the customer data for updating KNA1 table?
Give the steps.
7. How the transaction ME21N is used for to upload the purchase order in BDC?
8. How many transaction we can used in BDC at a time?
9. How the data get updated in BDC using transaction.
10.how many transaction we can proceed with call transaction method
11. Please tell me the way of recoding a BDC. I want to create a new material and then to bring the seconds(may be FG materials wich are rejected or…) in to the system using transaction code ‘MB1C’ and stock movement type 501 e.
12. pls. let me know if the bulk data we want to upload in the sap through BDC may be 50000 records which mathod will be batter either ‘call tran’ or session bdc.
if session bdc then system automatically comeout from the tran. after 20 mins
then how we can upload.
13 1. how to call sap script in reports & reports in sap script?
2. what is different between sap script & reports?
3. what is stack?
4. what is the defination of ALE RFC?
ME21N is an enjoy transaction for purchase order. where as XK01 is an is an transaction code for vendor master creation. so we can only create purchase order using transaction ME21 or ME21N. where as Me21N can not used in bdc for uploading the data in the purchsae order.
for uploading large amount of data into sap we prefer session method rather than call transaction because after uploading we can find errors in data upload using the log.where it was not present in call transaction.and also in session method we can also reprocess. that is it process only error records and un processed records. it reduces the concept of duplicating and rewriting of records.
after comming out of session goto to transaction code sm35 there click on systems->services->batch input-> sessionname->and click on process then we can upload data.
final entry for bdc table is /bd11
flied symbol are palce hodlders for exiting fields a field symbole does not physicaly reserve the space for field but points to a field which is known until the runtime of the program
flied symbol are palce hodlders for exiting fields a field symbole does not physicaly reserve the space for field but points to a field which is known until the runtime of the program
6 Comments on 25 SAP ABAP interview questions with no answers
Respected sir,
I hv got this site from net. As I am a trainee abaper I am facing so many problems,
At this vary moment I get ur help sites like a god. plze solve my quaries
Regards,
Surya
# 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.
1. What is SQL Trace, how would you carried out performance analysis of ABAP code
using SQL Trace? Give the steps?
2. What are transactions we should use in BDC? How we use it ?
3. How would you use BDC program to transfer material master record using MM01
transaction? Given me steps.
4. Could we use ME21N transaction, and XK01 transaction, either which one of the transaction,
or could we use both the transactions for creating purchase information.
5. What is the name of the standard report that gives the deatails of Customer and sales
amount ?
6. How can we use XD02 transaction to change the customer data for updating KNA1 table?
Give the steps.
7. How the transaction ME21N is used for to upload the purchase order in BDC?
8. How many transaction we can used in BDC at a time?
9. How the data get updated in BDC using transaction.
10.how many transaction we can proceed with call transaction method
11. Please tell me the way of recoding a BDC. I want to create a new material and then to bring the seconds(may be FG materials wich are rejected or…) in to the system using transaction code ‘MB1C’ and stock movement type 501 e.
12. pls. let me know if the bulk data we want to upload in the sap through BDC may be 50000 records which mathod will be batter either ‘call tran’ or session bdc.
if session bdc then system automatically comeout from the tran. after 20 mins
then how we can upload.
13 1. how to call sap script in reports & reports in sap script?
2. what is different between sap script & reports?
3. what is stack?
4. what is the defination of ALE RFC?
ME21N is an enjoy transaction for purchase order. where as XK01 is an is an transaction code for vendor master creation. so we can only create purchase order using transaction ME21 or ME21N. where as Me21N can not used in bdc for uploading the data in the purchsae order.
for uploading large amount of data into sap we prefer session method rather than call transaction because after uploading we can find errors in data upload using the log.where it was not present in call transaction.and also in session method we can also reprocess. that is it process only error records and un processed records. it reduces the concept of duplicating and rewriting of records.
after comming out of session goto to transaction code sm35 there click on systems->services->batch input-> sessionname->and click on process then we can upload data.
final entry for bdc table is /bd11
flied symbol are palce hodlders for exiting fields a field symbole does not physicaly reserve the space for field but points to a field which is known until the runtime of the program
flied symbol are palce hodlders for exiting fields a field symbole does not physicaly reserve the space for field but points to a field which is known until the runtime of the program
Which one is not an exit comand ? (Exit, cencle, stop, back)
Ans : stop