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

How to pass Values from Module Pool Screen to Standard T-code

Former Member
0 Likes
1,094

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,026

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

7 REPLIES 7
Read only

Former Member
0 Likes
1,027

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.

Read only

0 Likes
1,026

Hello Anmol,

Can you plz elaborate How this "Half BDC..." can be used? We are also unable to understand?

Regards,

Akg

Read only

Former Member
0 Likes
1,026

The quantity is not on the first screen, so you cannot use a parameter anyway.

Rob

Read only

Former Member
0 Likes
1,026

Hello Anmol,

Can u please elobrate the Half BDC?then it will be useful for me..

Read only

0 Likes
1,026

Hi.,

Call Transaction Using BDCTAB ...

F1 for CALL TRANSACTION will help u.,

Thanks & Regards,

Kiran

Read only

0 Likes
1,026

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

Read only

Former Member
0 Likes
1,026

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' .