Answer Posted / amit
A remote function call is a call to a function module
running in system different from the caller's. the remote
function can also be called from with in the system , but
usually caller and called will be in different system.
RFC r three type
1.asyncharnous
2.syncharnous
3.transaction
| Is This Answer Correct ? | 7 Yes | 9 No |
Post New Answer View All Answers
What are the system fields?
What is table pool?
Explain open dataset in sap abap?
How is time management and payroll is integrated? : sap abap hr
Explain what is the step-by-step process to create a table in data dictionary?
In se11 -->Tech. settings --> Data class. If I save table as Mater data OR Transaction data, what effect will it has for 'Storage' in Database after activation. or In Database how it will store in both the cases.
In the `select' statement what is group by ?
What is runtime analysis?
how to Implement a BADI in which it restricts the access when purchase order is created against contract using definition ME_PURCHDOC_POSTED. please tell me the answers if any one knows. thanks in advance. :ravikiran
In a loop of an internal table, what is the use of at first & at last statements?
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.
Difference between open sql and native sql? : abap data dictionary
What is the abap program name to process the batch input session automatically? : abap bdc
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
How table control cn be generated using bdc? : abap bdc