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

Question on calling a transaction from a program

Former Member
0 Likes
579

Hello Friends

I am trying to call a transaction from a program. This transaction comes with a screen that has multiple tabs. When ever this transaction is called, it shows up with a tab that was used the previous time. I want to start this transaction with a specfic tab all the time, irrespective of what was used the previous time. How can I do this. I would appreciate your help.

Thanks

Ram

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
558

Write a little batch-input to

call transaction using bdcdata

insuring the display of the desired dynpro tab.

Regards.

5 REPLIES 5
Read only

Former Member
0 Likes
558

Hi,

When ever we are calling a Transaction from the Report program,

We have control only to call the main transaction by passing the required fields on the 1st screen and at the max we can skip the first screen.

we don't have the control of all the sub screens/ Tabstrips of the called transaction in the report program.So i feel it can not be handled from report program.

Regards,

Anji

Read only

Former Member
0 Likes
558

Hi Ram,

can you show which transaction you call.

Regards, Dieter

Read only

Former Member
0 Likes
558

Hi Ram,

Find other Transaction that don't use Tab but can work as same.

You will found it believe me.

For example you can use KE21 instead of KE21N for manually post to CO.

Regards,

Worached

Assign Points if found useful.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
559

Write a little batch-input to

call transaction using bdcdata

insuring the display of the desired dynpro tab.

Regards.

Read only

Former Member
0 Likes
558

Wow!! Thanks ..you guys are great.

Ram