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

Passing Range values to 'Select Ranges' using BDC data

Former Member
0 Likes
1,105

Hello -

I"m trying to pass multiple range values through a BDC (KOL1). The problem is that the screen in which you put your values only has 8 places for the values and recreates the screen when you scroll down.

PERFORM bdc_dynpro USING 'SAPLALDB' '3000'.

PERFORM bdc_field USING 'BDC_OKCODE' '=LINS'.

PERFORM bdc_field USING 'BDC_SUBSCR' 'SAPLALDB 3020SCREEN_HEADER'.

PERFORM bdc_field USING 'BDC_CURSOR' 'RSCSEL-ILOW_I(01)'.

RSCSEL-ILOW_I(01)

RSCSEL-ILOW_I(02)

RSCSEL-ILOW_I(03)

RSCSEL-ILOW_I(04)

RSCSEL-ILOW_I(05)

RSCSEL-ILOW_I(06)

RSCSEL-ILOW_I(07)

RSCSEL-ILOW_I(08)

RSCSEL-IHIGH_I(01)

RSCSEL-IHIGH_I(02)

RSCSEL-IHIGH_I(03)

RSCSEL-IHIGH_I(04)

RSCSEL-IHIGH_I(05)

RSCSEL-IHIGH_I(06)

RSCSEL-IHIGH_I(07)

RSCSEL-IHIGH_I(08)

Any ideas of how to pass more than 8 values in through this BDC?

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
771

Moderator message - Welcome to SCN. This is a report transaction and not suitable for batch input. I think you need to develop your own logic for selecting the orders. Rob

5 REPLIES 5
Read only

Former Member
0 Likes
772

Moderator message - Welcome to SCN. This is a report transaction and not suitable for batch input. I think you need to develop your own logic for selecting the orders. Rob

Read only

0 Likes
771

Thx for the response Rob. I understand what you're saying. My issue is that after this report is generated It's got a button on it's display that I must push and then input some data in a popup window. So, Is there a way I can use 'Submit' for the report section and then automate actions after the report is displayed?

Read only

0 Likes
771

Which button: edit or generate group?

Rob

Read only

0 Likes
771

You're right. I will go about getting the report data another way and then generate the groups manually.

Read only

0 Likes
771

Yes - I think that's the correct way.

Rob