‎2017 Sep 29 12:57 PM
Hi guys,
I'm using transaction variant for the MSC2N tcode using SHD0. But i'm facing an issue with it everything is fine but save button is disabled automatically. Is there any solution for this.
Below is the reference thread.
https://answers.sap.com/questions/321978/hiding-tab-in-zmsc2n.html?childToView=322034#comment-322034
‎2017 Oct 04 7:15 AM
hi
i tried ur requirement in my system. but working like below.
1. if u go to MSC2N tcode initialy save button is disable.
2. once given material and plant and batch and press enter then save button is comming to active.
can u check this.
‎2017 Oct 04 12:56 PM
Did you look at the very first statements executed at start of transaction...
(Look for global variable AKTYP thru some debug, then use the explicit provided enhancement-point for your transaction, you could even use method CL_DYNPRO=>GET_CURRENT_TRANSACTION in your implementation to not use any hard-coded value, or use the same constants that SAP used.)