Difference between call transaction & session method? which of these methods can be best used in background process?
1 7074for uploading master data(ex:customer data) into sap, which methods you prefer? call transaction/session/lsmw/bapi? why?
1 9255when you are using 2 internal table in program, you have decided to use for all entries statement to retrieve data but unfortunately there are no records in the first internal table. What will be the result? (2nd internal table contains records).
4 11993
What are the list of screen elements?
How will you read from internal table records in a given value range (without using loop)
What is page window?
What are the properties of selection screen?
What is use of transparent table in abap? How it is different from pool tables?
How do you populate data into a multiple line field?
Name some data dictionary objects?
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
In selection screen, I have three fields, plant material number and material group. If I input plant how do I get the material number and material group based on plantdynamically?
How can we use multiple transactions by using bdc_insert? : abap bdc
I have 3 transactions,where the output of one transaction is input of another and output of 2nd transaction is input of 3rd transaction.i have one flat file with all data for the 3 transaction.if the 3rd transaction failed can we rollback the remaining 2 transactions or not.Is this possible in BDC,How/
How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc
In the abap/4 dictionary tables can be defined independent of the underlying database (t/f). : abap data dictionary
How you attach search help to data element? : sap abap data dictionary
What is the purpose of at first and at last?