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

CS02 BDC

Former Member
0 Likes
628

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

2 REPLIES 2
Read only

Former Member
0 Likes
451

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á

Read only

0 Likes
451

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

.