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

problem in BDC for CA01

Former Member
0 Likes
938

Hi gurus , i am writing a bdc for ca01. here the screen sequence changes when we create routing first time and second or subsequent time. how know that which screen will be next when we are not passing the group, as if counter can be 1 or more than 1 since group is taken automatically.

<<text often considered offensive, removed>>

regards

Aditya.

Edited by: Matt on Mar 9, 2009 12:20 PM - "Urgently" read the Rules of Engagement

Hi gurus , i am writing a bdc for ca01. here the screen sequence changes when we create routing first time and second or subsequent time. how know that which screen will be next when we are not passing the group, as if counter can be 1 or more than 1 since group is taken automatically.

<<text often considered offensive, removed>>

regards

Aditya.

Edited by: Matt on Mar 9, 2009 12:20 PM - "Urgently" read the Rules of Engagement

6 REPLIES 6
Read only

Former Member
0 Likes
859

Hi

Have a look at [this|;

Pushpraj

Read only

Former Member
0 Likes
859

Hi Aditya,

Try using a couner variable so that after every sequence you can increment it and also try capturing the messages using bdcmsgcoll may be you can get some useful messages that might direct you.

And try to observe your recoding and the screen numbers coz only for the first screen if its differenet and for the other screen its the same you can split ypur code in to 2 parts.

Much Regards,

Amuktha.

Read only

Former Member
0 Likes
859

hi gurus , still my question is not answerd ,

i am writing a bdc for this ca01 , in CA01 transaction when group name is not given the system automatically takes the group.. it can take existing group or create new group. now when new group the group counter is 1 the screen sequence is for eg . 1 , 2 , 3, 4, and when group counter is more than 1 for that group screen sequence is 1 , 2a, 2 , 3 ,4. since the group is internally taken by system we dont know what will be group no ....

pls help how to do this bdc .

Read only

Former Member
0 Likes
859

You can remove group from your BDC recording. if you do so evry time new group will be created when you create a routing for the material.

Read only

0 Likes
859

this will keep your screen sequence uniform each time

Read only

Former Member
0 Likes
859

closing thread