Is function module is client dependent or client independent.
Answers were Sorted based on User's Feedback
The Function Modules are Client Independents
Is This Answer Correct ? | 22 Yes | 1 No |
Answer / satish perumalla
Chinnareddypalloori,
if function modules are client independent , why we use destination client name in rfc function module.
For ex: take this situation we create one rfc function module in one client let say 100. i want to use that rfc in 110 . while call function module we need to mention destination name. (my purpose is to pass values from 100 and get result from 100).
I'm beginner if my question is irrelevant please ignore it.
Is This Answer Correct ? | 1 Yes | 5 No |
4. You are given functional specs for a BDC program and you need to decide whether to write a method call transaction or a session. How u will decide?
can anyone told me name of abap interview question book with autor name?
what is user specific parameter?
I have 2 fields like customer and name having 20 records on basic list. When I select 5 records randomly, I want to get the address of particular customer selected in secondary list?
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.
What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc
On which event we can validate the input fields in module programs?
what is the difference between user-exit & BADIs ?
Can we have more than one selection-screen . And how ?
Can any tell me ECC 5.0, ECC 6.0 Released year? and difference between them?
if data is inserted only using bdc open and bdc insert and not bdc close session funx module wat will happend? will data b inserted?
What is the use of program rsbdcsub? : abap bdc