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

Call transaction

Former Member
0 Likes
425

Hi,

I am calling a transaction in a Function Module through call transaction.before that i am setting parameters through SET PARAMETER ID.

When i display the transaction i want to get it displayed with a specific tab being opened,not with the default tab.All the tabs are maintained in a function group as separate screens.And the tabs are provided as nodes of a tree in the transaction.

Is there any way to open the transaction with a tab other than the default tab?

plz help.

Any help would be appreciated.

3 REPLIES 3
Read only

Former Member
0 Likes
411

tell me which transaction u r calling ??

Read only

dev_parbutteea
Active Contributor
0 Likes
411

Hi,

i would be better to do a call transaction with bdc data.

Do a transaction recording through trnx SHDB to get all values to be passed to bdc table.

Regards.

Read only

Former Member
0 Likes
411

Hi,

It's possible to create a BDC for the specific tab as per the requirement.

All what you need to do is, do a recording for the required functionality of the transaction through SHDB and create the BDC logic accordingly.