how to pass in data to RFC Model and retrieve back the result.
for instance:
i have a model OrgUnit which import the Bapi from the abap.
inside the Model there are several methods which requires me to pass in data and return the result
for instance Bapi_sales_getList require me to pass in salesno how to i pass in the data in programming and return the result back....
i am very new to RFC model....
i hav read the tutorial but not very understand....how is the flow