on ‎2015 Mar 31 6:53 PM
Hello,
Am getting error below while fetching data in DS designer from SAP ECC Tables.
I followed the KBA : 1752954 - DATA_BUFFER_EXCEEDED error - Data Services and found the RFC: Z_AW_RFC_READ_TABLE is available in SAP ECC .
Please help , how do i resolve this kind of error.
Aisurya
Request clarification before answering.
How many records in the source table that you are trying to extract ? Is table too wide ( too many fields ) ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Aisurya,
The cause of the exception is a combination of factors:
If the function /BODS/RFC_STREAM_READ_TABLE is not loaded to the SAP application server, Data Services extracts data using the SAP-supplied function, RFC_READ_TABLE. This function call limits extracted data to 512 bytes per row.
Also you can try using the enhanced version of RFC_READ_TABLE called /BODS/RFC_READ_TABLE2.
Regards
Arun Sasi
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.