1.The three ways in which we can write in top-of-page?
2.While creating function module what other things are created?
3.what is parameter id?
4.difference between synchronous and asynchronous methods?
5.Types of function modules?
6.conversion routine?
7.check table and value table difference?
8.text table?
9.types of cardinality
10.Whic is better joining or for all entries?
Answer Posted / ashley
difference between synchronous and asynchronous methods?
Synchronous method.... The jobs will be executed in
foreground (DIA wp) so that the user cannot use the session
untill the job is completed.
Asynchronous method... The jobs will be executed background
(BGD wp) so that the user can simultaneously use the
session for some other purpose.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are the components in sap application server?
Explain the differences between sap memory and abap memory?
What is the use of f4if_shlp_exit_example function module ? : sap abap data dictionary
How to debug a sapscript?
What is table pool?
what will happen if called program is not executable ?
What is a match code? : abap data dictionary
While doing bdc exp va01 transaction sometime in the item level data shows only 4 items and other times it will show 6 line items, how will you maintain this kind of screen resolutions scenerio? : abap bdc
What is meant by payscale structure? How did you configure pay scale structure? : sap abap hr
B -Credit Note report Selection Screen Ranges: Creation date Sales Org Sold to Party Selection condition: Document Category – VBTYP should be ‘O’ Table to be used: VBRK, VBRP,VBPA,ADRC List the CR order types or credit billing type by customer number (or selected customer) and displays the: - Billing Document date (FKDAT) - Customer number (KUNRG) - Name of the reseller (on top of the SAP No) (NAME1) - Billing document number,(VBELN) - order reason (AUGRU_AUFT) - Amount (NETWR) - Currency (WAERK) Group Currency wise, billing type wise sum of Net value. When user double click on field ‘Billing Document #’ , display the document in VF03 Do this using OO ABAP.
How to write a code for multiple transactions? : abap bdc
Explain the difference between domain and data element?
How do you read files from the presentation server ? : abap bdc
Explain what is a logical database?
What are the different types of the variable in the sap abap?