2013 May 22 9:02 AM
Hi Experts,
I have a requirement i.e
When user click on Release button on DBM service order system should display the appoint ment scheduling tab as active
1)after completion of release action active tab should be 'TAB07' on order screen
Note :for buttons ok code will be set automatically
tried to find out the way but no solution found
please help me to resolve this
Thanks
Vamsee
2013 Jun 13 10:32 AM
we can achieve this by enhancing code to direct system to set the appointment scheduling tab as active.need to impliment changes in below mentioned statements
1) In program SAPLATAB in PBO Include we have to pass the value TAB07 only on Release
2)in include/DBM/LORDER_UIF43 we have to pass 07 to the field ACTAB
3) in GT_ORDER_SCREENS need to update screen number and program name.
Thanks
Vamsee
2013 Jun 13 10:32 AM
we can achieve this by enhancing code to direct system to set the appointment scheduling tab as active.need to impliment changes in below mentioned statements
1) In program SAPLATAB in PBO Include we have to pass the value TAB07 only on Release
2)in include/DBM/LORDER_UIF43 we have to pass 07 to the field ACTAB
3) in GT_ORDER_SCREENS need to update screen number and program name.
Thanks
Vamsee