‎2010 May 27 8:07 PM
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.
‎2010 May 27 8:22 PM
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
‎2010 May 27 8:22 PM
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
‎2010 May 27 8:24 PM
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?
‎2010 May 27 8:30 PM
‎2010 May 27 8:30 PM
You're right. I will go about getting the report data another way and then generate the groups manually.
‎2010 May 27 8:31 PM