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

Standard toolbar

abdulazeez12
Active Contributor
0 Likes
599

Hi

I am working on CT module..and its a new module of SAP. I have a tcode here..and in this tcode, the CANCEL buton looks inactive...i want to activate this cancel button..

I have checked the status in SE41, and the function code for this is already asigned and looks active..but why is it not showing active on the tcode??

suggest possible reasons or tell me how to activate it..

Tx

Hi

I am working on CT module..and its a new module of SAP. I have a tcode here..and in this tcode, the CANCEL buton looks inactive...i want to activate this cancel button..

I have checked the status in SE41, and the function code for this is already asigned and looks active..but why is it not showing active on the tcode??

suggest possible reasons or tell me how to activate it..

Tx

3 REPLIES 3
Read only

Former Member
0 Likes
554

Hi Sakhir,

Check the PBO modules of the screen. Probably there is SET PF-STATUS EXCLUDING statement where the BACK function is excluded.

Regards,

John.

Read only

Former Member
0 Likes
554

shakir,

By tcode get the program name(If you don't know).

---. After running tcode Goto menu tool bar

-


>System->status-take the program name.

Goto se38-->give program name > display->search for set pf-status.Double click on it.

Function keys give fcode 'RW'.

activate it .

Don'rt forget to reward if useful..

Read only

Former Member
0 Likes
554

HI,

When u create a PF status in SE41 and used that in ur program, by default the EXIT, CANCEL and BACK buttons will be in disable mode. So u have to create the Functional keys for these 3 for ur pf-status in SE41. Then only it will be in enable mode when u execute ur program. The function keys will be there after the Applicaion toolbar. write the function key and text in these 3 text boxes under the Functional keys.

After that, u have to write the action to be taken when u click thise 3 buttons under 'AT-USER-COMMAND' event.

Reward points if helpful

Cheers,

Shanthi.