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

save button disabled while using transaction variant for msc2n

0 Likes
1,137

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

2 REPLIES 2
Read only

former_member241258
Active Participant
0 Likes
785

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.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
785

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.)