2011 Jul 15 12:13 PM
Hi Experts,
I m having a Table Control and populating the Order number and Qty's based on the Database table. If the user is clicking the order number that order number and Qty has to go to CO15 t-code. I have passed the order number to CO15 intital screen by using SET PARAMETER ID as it having Parameter ID and i m not able to pass the Qty field to Yield Qty which is not having Parameter ID.
Please Help me to sort out the issue..
Thanks and Regards,
Zakir Appas A
2011 Jul 15 1:41 PM
Zahir,
you can try using Half BDC...
Record the tcode till you want it-- in your case only first screen with order number and quantity and
Process the bdc using call transaction this will work as per your requirement.
Try it and let me know if you need more clarification.
Thanks,
Anmol.
Hi Experts,
I m having a Table Control and populating the Order number and Qty's based on the Database table. If the user is clicking the order number that order number and Qty has to go to CO15 t-code. I have passed the order number to CO15 intital screen by using SET PARAMETER ID as it having Parameter ID and i m not able to pass the Qty field to Yield Qty which is not having Parameter ID.
Please Help me to sort out the issue..
Thanks and Regards,
Zakir Appas A
2011 Jul 15 1:41 PM
Zahir,
you can try using Half BDC...
Record the tcode till you want it-- in your case only first screen with order number and quantity and
Process the bdc using call transaction this will work as per your requirement.
Try it and let me know if you need more clarification.
Thanks,
Anmol.
2011 Jul 16 7:09 AM
Hello Anmol,
Can you plz elaborate How this "Half BDC..." can be used? We are also unable to understand?
Regards,
Akg
2011 Jul 15 2:17 PM
The quantity is not on the first screen, so you cannot use a parameter anyway.
Rob
2011 Jul 16 1:11 PM
Hello Anmol,
Can u please elobrate the Half BDC?then it will be useful for me..
2011 Jul 18 5:44 AM
Hi.,
Call Transaction Using BDCTAB ...
F1 for CALL TRANSACTION will help u.,
Thanks & Regards,
Kiran
2011 Jul 18 7:31 AM
You can record CO15 first screen and then click enter.. Now in the second screen enter your qty value and click enter again..
Now stop recording by saving or back..
That stops your recording.
Now run your recording in mode 'E' , ie it displays teh error screen or the sceeen where it gets stuck.. which happens to be the second screen with Qty value populated as you need.
Suzie
2011 Jul 18 9:35 AM
Thanks Anmol & Suzie for ur clarrification.
@Anmol : I have tried the Half BDC and it is working fine.
@Suzie: I am running the BDC type as 'E' .