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

Pf-status

Former Member
0 Likes
638

I copied standard pf-status "standard_fullscreen" into my dialog program.it has a tablecontrol..but when i pressthe find button nothing is coming..i've checked in the forum but not able to get the solution..the cursor is going to user_command but there i didnt write any code for find or anyother button..i wrote for save,back n exit..how wud i get the functionality for find button..

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

Hi,

you can double click on the pf-status. This action will lead you into the editor. There you see for each button what is the function code. Check to see if this is inactive. Then go into the module pool program and check the button that you have define if they contain the function code (you can have your own function codes, you can have button into the application bar, etc). The third thing that you should check, is if you are handling into the PAI modules the function codes (the OK_CODE field values).

With Regards

George

I copied standard pf-status "standard_fullscreen" into my dialog program.it has a tablecontrol..but when i pressthe find button nothing is coming..i've checked in the forum but not able to get the solution..the cursor is going to user_command but there i didnt write any code for find or anyother button..i wrote for save,back n exit..how wud i get the functionality for find button..

3 REPLIES 3
Read only

Former Member
0 Likes
604

hi anil,

where did u copied that pf-status?

double click standard _fullscreen interface and see the function code for find if it doesnt exist ,write some function code.

in pai try to call fm 'repository_info_system'.

regards,

vinod.

Read only

0 Likes
604

I have copie4d standard_fullscreen fro se80 from setb function group..where to check the code for that?

Read only

Former Member
0 Likes
605

Hi,

you can double click on the pf-status. This action will lead you into the editor. There you see for each button what is the function code. Check to see if this is inactive. Then go into the module pool program and check the button that you have define if they contain the function code (you can have your own function codes, you can have button into the application bar, etc). The third thing that you should check, is if you are handling into the PAI modules the function codes (the OK_CODE field values).

With Regards

George