How do you call SAP script in reports & reports in SAP script?
What is different between SAP script & reports?
What is stack?
What is the defination of ALE RFC?
Why is BAPI required? How about BDC?
What happens if I use control break statement in between select & endselect?
What is lock Object
SAP Versions
SAP Platforms
SAP Processes
SAP Modules
SAP Table Name Standard
SAP Vendors
SAP Certification
What is SQL Trace, how would you carry out performance analysis of ABAP code using SQL Trace? Give the steps?
What are the transactions we should use in BDC? How do we use it?
How would you use BDC program to transfer material master record using MM01 transaction? Give me steps.
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.
What is the name of the standard report that gives the deatails of Customer and sales amount?
How can we use XD02 transaction to change the customer data for updating KNA1 table? Give the steps.
How the transaction ME21N is used for to upload the purchase order in BDC?
How many transaction we can used in BDC at a time?
How the data get updated in BDC using transaction.
Why BAPI need then BDC?
What happen if I use controll break statement in between select & endselect?
What is lock Object?
Select option works 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.
What is the final entry in BDC Table?
How can I get output on same page?
Why is Transaction Varient needed?
If I have table control, what is the same code in PBO and PAI?
Who takes care of passing the data to the application server?
Which one is not an exit comand? (Exit, cencle, stop, back)
SOL.
STOP.
What is the main point while using controll bareak in internal table
SOL:
SORT THE INTERNAL TABLE FIRST.
What is different between SAP script & reports?
sol:
Reports are for the pupose of inernally and
scripts are for the purpose of external(business parners).
when two users access same record simultaniously this lock object is used.and i have idea about lock object types are 3.
1.exclusive
2.shared
3.exclusive,cummilative
7 Comments on SAP ABAP frequent questions cheatsheet
How do you call SAP script in reports & reports in SAP script?
What is different between SAP script & reports?
Which one is not an exit comand? (Exit, cencle, stop, back)
SOL.
STOP.
What is the main point while using controll bareak in internal table
SOL:
SORT THE INTERNAL TABLE FIRST.
What is different between SAP script & reports?
sol:
Reports are for the pupose of inernally and
scripts are for the purpose of external(business parners).
What is the Matrix Reporting in SAP-ABAP ?
what is the standard program to verify RFC logs?
What is the difference between primary index and secondary index?
1-when is it better to buffer the table?
2-what r the valid attributes of a domain?
what is lock object?
when two users access same record simultaniously this lock object is used.and i have idea about lock object types are 3.
1.exclusive
2.shared
3.exclusive,cummilative