‎2007 Apr 26 11:06 AM
Hi Experts,
I have created a ztransaction for a report program. When i execute the transaction the 'execute' button comes automatically in the application toolbar. Is there any method to disable it??
‎2007 Apr 26 11:10 AM
‎2007 Apr 26 11:10 AM
‎2007 Apr 26 11:10 AM
Get the function code for that execute button(PLace the cursor on that button using the TAB key and press F1 to know the Fcode for that button).
then use the following statement in the set pf-status
set pf-status 'STATUS' excluding '<Fcode for exec button>'.
Regards,
ravi
‎2007 Apr 26 11:42 AM
When I press F1 i am getting the function as 'ONLI' and not the Fcode.
‎2007 Apr 26 11:46 AM
That is its FCODE.
YOur code should be.
set pf-status 'STATUS' excluding 'ONLI'.
Regards,
Ravi