cancel
Showing results for 
Search instead for 
Did you mean: 

Creating Distribution Lists in SAP Business Workplace using Batch Input

Former Member
0 Kudos

I want to create a distribution list containing more than 1000 email addresses using batch input. During input, the available rows in the screen is 15 only. I need to scroll down the rows to input the succeeding entries. However, during recording, I am not able to capture the OK_CODE for the scroll down event. How do I capture the scroll event? Thank you!

Accepted Solutions (0)

Answers (1)

Answers (1)

naimesh_patel
Active Contributor
0 Kudos

Hello,

it is not possible to capture the OK_CODE which you had mentioned.

For sucessufully, adding all your entries in table control, you can follow this way...

Loop at itab " contains all email id

pass itab-email to first row.

select that row, press add one entry (this will move your entry to second row)

endloop.

Hope will help you..!

Regards,

Naimesh

Reward points, if it is useful..!