‎2008 Aug 06 1:30 PM
Hello All,
I created a BDC program for the CS02 Transaction.
But the problem is :
1. I went to the Transaction CS02 directly.
2.Entered the parameter values for :
Material,
Plant,
BOM Usage,
Alternative BOM,
Change Number
Date
3. Pressed Enter
4. the screen called is 2150 and subscreen is 802.
( all the records are in the Table control )
5. For the same scenario,
When I execute my BDC program in foreground the screen called is : 150 .
For this screen all the records are with the CHECK-BOX .
6. The problem what I'm facing is : For my BDC Program output when I sellect the one record with the CHECK-BOX Selection and scroll down and check one more record and then scroll up then the first record which I checked is un-checked.
SO my Qns are :
A. WHy in BDC the same screens are not called as in standard transaction CS02.
B. How to maintain the checked records in the BDC even when scrolled down ?
Request you to clarify !
Regards,
Deepu.K
‎2008 Aug 06 1:37 PM
Hi!
Scrolling is not captured very well during BDC processing.
For you, it's much better to use the "Position" button on the bottom of the screen.
Regards
Tamá
‎2008 Aug 06 1:59 PM
Hello Tamás,
You mean to say that I should check the record based upon the Position value by reading it using Get cursor command ?
Request you to clarify !
Regards,
Deepu.K
.