on ‎2008 May 22 10:53 AM
Hi all
AM suning the SET_PF status.And when am creating the object i could not see the F3 function.Please help
Vijay
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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
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
| User | Count |
|---|---|
| 53 | |
| 29 | |
| 21 | |
| 10 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.