Answer Posted / qurat-ul-ain
it is standard SAP interface for communication between SAP system..
it is of two types..
1.synchronous RFC
2.asynchronous RFC
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Where the payroll results are stored
What is a development class? : abap data dictionary
Explain how many types of tables exist and what are they in data dictionary?
How many types of buffering? : abap data dictionary
Rp_provide_from_last contains how many parameters ? : abap hr
data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.
How do you write manual bdc session method? : abap bdc
How do you write transaction programs in sap?
What are conversion & interface programs in sap?
how do you call third selection screen ?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
What is the difference b/t Session method and call transaction method ??
What do you understand by work area and internal tables in abap? Why do we use it?
Control Break statements- At new...endat.
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization