‎2007 Sep 14 7:01 AM
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.
‎2007 Sep 14 7:08 AM
‎2007 Sep 14 7:15 AM
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.
‎2007 Sep 14 7:36 AM
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.