2015 Jan 05 1:23 PM
Hi All,
How to disable the additional tab-b field in va03 ? I have wrote code in ORM userexit_field_modification routine in MV45AFZZ.But it is not working .
With Regards
Arun VS
2015 Jan 05 1:40 PM
Hi Arun,
Since it's a additional tab, write the program in respective PBO of the Sub-Screen based on the SY-TCODE Condition.
It will Work.
regards.
Praveer.
2015 Jan 05 1:40 PM
Hi Arun,
Since it's a additional tab, write the program in respective PBO of the Sub-Screen based on the SY-TCODE Condition.
It will Work.
regards.
Praveer.
2015 Jan 05 1:48 PM
Hi Praveer,
Thanks for ur reply.I have added Z FIeld in Screen 8459 in SAPMV45A.So i should manipulate in PBO of 8459 right? If So,do we have to create a new Include or do we create that in MV45AOZZ ?
With Regards
Arun VS
2015 Jan 05 1:54 PM
Hi Arun,
Since, you have added a field in Screen, so you have to create a custom include to write the code with respect to added field, that would be easy to track the information.
Regards.
Praveer.
2015 Jan 06 4:27 AM
Hi Praveer,
I had tried your method , but it is asking access Key to do this.
With Regards
Arun VS
2015 Jan 05 3:08 PM
Hi Arun,
In se51 provide program name as SAPM45VA and screen as 8459
and in PBO create a new include where you can write the code to change the additionally added custom field to display mode for the transaction you required.
Regards,
Chakradhar.
2015 Jan 06 5:41 AM
Hi All,
Thanks for your input and issue has been solved.
With Regards
Arun VS
2015 Jan 06 6:08 AM
And what was the solution? You asked people to spend their time helping you - it's only right that you share the solution.
2015 Jan 06 6:19 AM
Totally agree with Matt.
Every others participating in this thread have devoted their valuable time for finding solution along with you so they also deserve to be get known with the solution.
2015 Jan 06 6:29 AM
Hi Arun,
May I know how you have solved it.
Regards,
Chakradhar.
2015 Jan 06 6:44 AM
Hi all,
I have tried the method suggested by Praveer. The first include is editable .So I gave the module on that include by saving it as custom include..
With regards
Arun VS
2015 Jan 06 6:48 AM
Fine ,
But I think you should mark that answer as correct answer.
So that in future if someone want solution for this get easily navigated to the relevant part of this thread.
2015 Jan 06 7:24 AM