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

Problem in /FRE/SAPLUI_WB program for menu addition

Former Member
0 Likes
568

Hello Experts,

I am going through SAP note # 1130260, and i have to apply manual correction in

Program : /FRE/SAPLUI_WB

Status : Status_0120, which is given in above mentioned note.

But while creating CREATE button, i am getting error, and not able to finish this activity.

Already in the following information is there

-


Items 1 - 7 ENTER CANCEL

-


I have to add CREATE button in between ENTER & CANCEL, while doing this i am getting following error message.

Function code CREATE has not been assigned to a function key

Message no. EC181

Waiting for your kind response.

Regards,

K R Singh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
528

Hi,

I believe the "pf-status" is not set correctly .In the pf-status for the screen ,where the Enter and cancel buttons are already there you need to add "create" also and assign a function code similar to other buttons...

Function code is the code which can be captured by user to recognise which button has been pressed or which activity has occured...almost all interactive objects like..pushbuttons,dropdown box all are assigned function codes..eg in graphic painter if you double click on a button ..it will be assigned to a function code

so if you check "enter" and "Cancel" buttons will also be assigned to function codes and the same must be done for "Create" button too

  • what to do?.. *

double click on Status_0120

there will be a new screen with the following

User Interface

Menu Bar

Application Toolbar

Function Keys

expand the "Function Keys" and against the icon for create put "CREATE"

save and activate..

Hopefully,this will solve your problem

reward if helpful

Regards

Byju

Hello Experts,

I am going through SAP note # 1130260, and i have to apply manual correction in

Program : /FRE/SAPLUI_WB

Status : Status_0120, which is given in above mentioned note.

But while creating CREATE button, i am getting error, and not able to finish this activity.

Already in the following information is there

-


Items 1 - 7 ENTER CANCEL

-


I have to add CREATE button in between ENTER & CANCEL, while doing this i am getting following error message.

Function code CREATE has not been assigned to a function key

Message no. EC181

Waiting for your kind response.

Regards,

K R Singh

2 REPLIES 2
Read only

Former Member
0 Likes
529

Hi,

I believe the "pf-status" is not set correctly .In the pf-status for the screen ,where the Enter and cancel buttons are already there you need to add "create" also and assign a function code similar to other buttons...

Function code is the code which can be captured by user to recognise which button has been pressed or which activity has occured...almost all interactive objects like..pushbuttons,dropdown box all are assigned function codes..eg in graphic painter if you double click on a button ..it will be assigned to a function code

so if you check "enter" and "Cancel" buttons will also be assigned to function codes and the same must be done for "Create" button too

  • what to do?.. *

double click on Status_0120

there will be a new screen with the following

User Interface

Menu Bar

Application Toolbar

Function Keys

expand the "Function Keys" and against the icon for create put "CREATE"

save and activate..

Hopefully,this will solve your problem

reward if helpful

Regards

Byju

Read only

Former Member
0 Likes
528

Hi Byju,

Thanks for your response.

Already i have tried all mentioned options, but still not working.

Further help required.

Regards,

K R Singh