2010 Mar 10 1:08 PM
Dear forumers,
Is there a more efficient / faster way to insert multiple rows into an internal table while in debug mode?
Please do help - it seems like I can only insert data into an internal table row by row (using the insert / append options) from the debugger, and I have more than 100 rows to fill up the internal table.
(I am unable to do this in the codes itself as it is in a standard FM).
2010 Mar 10 5:45 PM
Hi,
in debug mode you can only insert or append just one row in a time - both in old and new debugger.
But it is also possible to change (before calling function module) global variables defined in the function group
- sometimes it is enough.
Regards,
--
Przemysław
2010 Mar 11 4:53 AM
Hi,
If it is ECC6, Activate the new debugger. In new debugger you can insert multiple rows while debugging. In Lower version you can not insert multipls rows
Regards
Nehruu
2010 Mar 11 5:41 AM
Hi,
Is it possible to upload a file like we can download the itab? I don't find this kind of option. Even though we can enter multiple records, it is manual process i hope. Happy to know if there is some automated process.
Thanks,
Vinod.
2010 Oct 05 7:35 AM
Inserting data records into an itab from the debugger will have to be done manually (multiple data insertions in one shot is impossible)..