The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
PrithviK
2 years agoNew Contributor III
Extract data from BAPI_AP_ACC_OPENITEMS
Hello Everyone,
Has anyone done an extract for BAPI "BAPI_AP_ACC_OPENITEMS" using RFC connection from SAP. I have below code, any suggestions here. What will be the Imports if we have to extract 7-...
Krishna
2 years agoValued Contributor
PrithviK - The Below is the example for the imports
Return r3Func.Imports("TB").ParamValue.ToADOTable()
The above Function then will be return to the Data Table in the ConnectorActionTypes.GetData
PrithviK
2 years agoNew Contributor III
If I add the above line. Replaced TB with LINEITEMS for AP Open Items table.
Return r3Func.Imports("LINEITEMS").ParamValue.ToADOTable(). I am getting below error
Public member 'ToADOTable' on type 'RFCStructure' not found.
Related Content
- 1 year ago