cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

F3 Function Key

Former Member
0 Likes
1,023

Hi all

AM suning the SET_PF status.And when am creating the object i could not see the F3 function.Please help

Vijay

Accepted Solutions (0)

Answers (1)

Answers (1)

prasanth_kasturi
Active Contributor
0 Likes

hi,

in your status

open the tree function keys below apllication tool bar

there you have standard tool bar

there on the back button display write BACK

save and activate

you have back button enabled in your report

same for all other keys also

reward if helpful

prasanth

Former Member
0 Likes

Hi prashanth

I opened it...i cud see F5 to f12 and various lot other keys but not F3.Please help.By the way i posted d coorect program to open the program in my previous post.If u couldnt get it.Please revert bac to me.

With Regards

Vijay

prasanth_kasturi
Active Contributor
0 Likes

hi,

you cannot see the function key F3 in the status because its reserverd by sap for BACK function and cannot be changed

The following function keys are reserved by SAP, and cannot be changed:

F1 Help

F3 Back

F4 Possible entries

F12 Cancel

if you want to use the function F3 you enable the back button in the standard tool bar by the procedure I mentioned in the preevious post

reward if helpful

prasanth

Former Member
0 Likes

Hi prashanth,,,

Got it...Its simple...While creating the Object we need to click on the Normal screen...i clicked on the dialog box so cpuldnt get iot....Thanks a lot....Am posting the program to open the se38 here...please go throgh it...

REPORT ZPRE_8.

WRITE 'Test'.

DATA: bdcdata TYPE TABLE OF bdcdata,

wa TYPE bdcdata.

AT LINE-SELECTION.

CLEAR wa.

wa-program = 'SAPLWBABAP'.

wa-dynpro = '0100'.

wa-dynbegin = 'X'.

APPEND wa TO bdcdata.

CLEAR wa.

wa-fnam = 'BDC_OKCODE'.

wa-fval = '=SHOP'.

APPEND wa TO bdcdata.

CLEAR wa.

wa-fnam = 'RS38M-PROGRAMM'.

wa-fval = 'ZPRE_5'.

APPEND wa TO bdcdata.

CALL TRANSACTION 'SE38' USING bdcdata MODE 'E'.

Vijay

prasanth_kasturi
Active Contributor
0 Likes

hi,

ok i thought your a creting a new GUI status on your own and not able to see F3 button

k fine your through the problem

more information for you. in the above program your able to display use the below fct codes for more actions

for execute '=STRT'

for change '=CHAP'

for display '=SHOP'

for activate '=AKTI'

regards

prasanth