Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inserting multiple rows in an itab from the debugger?

former_member367551
Participant
0 Likes
2,470

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).

4 REPLIES 4
Read only

Former Member
0 Likes
1,464

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

Read only

Former Member
0 Likes
1,464

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

Read only

0 Likes
1,464

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.

Read only

former_member367551
Participant
0 Likes
1,464

Inserting data records into an itab from the debugger will have to be done manually (multiple data insertions in one shot is impossible)..