on 2016 Dec 20 7:13 PM
Dear Experts,
I have requirement to update Ztable entries(Large Data) from one system to another system. By getting data in packet size, i have used open, fetch and close cursor statements.
for example i got 1,00,000 records in 1st loop, so I need to pass that 1,00,000 records to another system using one RFC function module.
but unfortunately after one loop it is closing the cursor.
Kindly Let me know is there anyway to update same .
Thanks,
Siva
Request clarification before answering.
Yes with 2 addition and restriction that commit should not be done and no other FM should be called within Fetch(again to prevent commit).
1- cursor with Hold --> Open Cursor with Hold @define_cursor for select statement
2. RFC FM with addition KEEPING LOGICAL UNIT OF WORK --> Call function function_name destination dname keeping local unit of work
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
92 | |
11 | |
9 | |
8 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.