‎2008 Dec 05 3:31 PM
Hi i have a requirement like to disable one CREATE Button(Creating of Business Partner IS-FS-CM) which is in standard ALV report.I can eliminate that button from PF status of that screen but we are not supposed to change the existing code.But that screen is BDT implemented.
Can you please help out me how to disable that button w/o changing the standard SAP code
‎2008 Dec 05 6:29 PM
Hi,
look for screen exit´s for to do that.
Another option is find a user exit when click on CREATE button and stop the process with error message.
‎2008 Dec 06 9:29 AM
Hi Krishna,
For example say your PF sataus name is 'STATUS-100' and function code for create is 'CREATE'.
then in your part of code use the following syntax,
SET PF-STATUS 'STATUS-100' EXCLUDING 'CREATE'.
I hope this will help you.
Regards,
Manoj Kumar P
‎2009 Aug 12 11:50 AM