saprfc
Parameter is not type-compatible with formal parameter when method is called from FM
A static public class method, zcl_abc=>dosomething, has an importing parameter it_lines type TLINE_T optional[详细]
2023-04-09 11:53 分类:问答Universal function module to retrieve SAP table data
What is the best way to access table data from a SAP system? I tried it with it RFC_READ_TABLE开发者_StackOverflow社区, but this RFC returns the data in concatenated form within a single column and[详细]
2023-04-05 15:21 分类:问答grabbing data from SAP to BlackBerry
im developing an app in java for BlackBerry, right now im building some RFC\'s in SAP so i can search some info inside the system to show to the blackberry users.[详细]
2023-03-12 07:21 分类:问答RFC_READ_TABLE concatenates columns in row results
The following query concatenates the columns results for each row.I need to seperate columns with either some kind of delimiter or unique row[i] results.[详细]
2023-02-15 16:08 分类:问答Exception: RFC callback server not available while calling RFC
I\'m trying to upload a file from a server directory to the SAP CRM System (attachment to an Opportunity), therefore I am using the method create_with_file of the cl_crm_documents class.[详细]
2023-02-13 12:30 分类:问答How to Execute SAP RFC using SOAP?
I have a requirement where I need to run an RFC from an ETL (Datastage) job. It can be done by executing a unix command also, of course (the Datastage server is unix). I don\'t think they have the SAP[详细]
2023-02-11 03:31 分类:问答Is there any RFC or BAPI implementing the transaction rsscd001 for displaying change documents in SAP?
I would like to know whether there is any RFC or BAPI functions to display change documents (transaction RSSCD001) based on input query in SAP. The customer requirement is to implement a java monitor[详细]
2023-01-25 02:32 分类:问答DATA_BUFFER_EXCEEDED error when calling RFC_READ_TABLE?
My java/groovy program receives table names and table fields from the user input, it queries the tables in SAP and returns its contents.[详细]
2023-01-25 00:03 分类:问答How to search for available RFC function modules and tables
I\'ve got to admit that I\'m not an expert on SAP R/3 programming, so this is more of a basic questi开发者_运维百科on on that matter.[详细]
2023-01-15 22:44 分类:问答Searching for a .NET SAP RFC tutorial for remote capable SAP modules
Is t开发者_运维百科here a tutorial which explains step by step how to connect to a remote capable SAP module?[详细]
2023-01-13 17:03 分类:问答