SAP for Automotive Discussions
Connect with fellow SAP users in discussions to troubleshoot challenges, share best practices, and fuel each other's success. Join a conversation or start your own.
cancel
Showing results for 
Search instead for 
Did you mean: 

DBM ORDER SCREEN CHANGE TAB SEQUENCE WHEN CLICK ON RELEASE

Former Member
0 Kudos
412

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

1 ACCEPTED SOLUTION

Former Member
0 Kudos
295

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

View solution in original post

1 REPLY 1

Former Member
0 Kudos
296

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