Application Development 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: 

FPM BOPF Form UIBB field Disabled

Former Member
0 Kudos

Hi ,

Requirement to create FPM form with backend BOPF using FBI views.I created a custome BOPF(With out Alternative keys)and when i tested it its saving data to DB table.

FPM OVP form with only Main Page , here i created 2 form UIBB's Bootstrap and Form.

1) did wiring between Bootstrap and Form

2) In form feederclass used the FBI view.

Did i missed some thing??when i open my form its completely disabled with fields and also buttons.

Please help me .

Thanks,

Kp.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi KP,

Its hard to know without seeing your configuration.

you can try to follow this document http://scn.sap.com/docs/doc-62730

In Addition, you can try to add the standard FPM Edit button to the global toolbar, and in your form UIBB under Feeder class parameters set the 'Handle toolbar' checkbox.

BR,

Matan.

10 REPLIES 10

Former Member
0 Kudos

Hi Kp,

Check the wiring once again.

If wiring is correct, in URL add &change_mode=change/create&.

Hope this helps.

Regards,

Sanket.

0 Kudos

Hi Sanket,

In the main page i added both Bootstrap form (Source)and  fields form(Target), i did wiring between these 2 forms and used the connector class /BOFU/CL_FBI_CONNECOTOR.

BTW i added the &change_mode=change/create in the URL,no luck.

Thanks,

Kp

Former Member
0 Kudos

Hi KP,

Its hard to know without seeing your configuration.

you can try to follow this document http://scn.sap.com/docs/doc-62730

In Addition, you can try to add the standard FPM Edit button to the global toolbar, and in your form UIBB under Feeder class parameters set the 'Handle toolbar' checkbox.

BR,

Matan.

0 Kudos

Hi Matan,

Thank you so much for the reply.....

Edit Button is enabled,no luck.

While debugging the feederclass in standard application i can see some keys example(in ITAB IT_KEYS). but in my case they are no entries in it.

BTW can we have boostrap and fields forms in main page ??or do we have to seperate them like bootstrap only in Initial page and Fields form in Main page .

Thanks,

Kp.

0 Kudos

Hi KP.

Do yo see your data, but you can not edit it?

or you do not even see the data, and get empty form?

BR,

Matan.

0 Kudos

Hi Matan,

My requirement is to create an FPM form,User will enter the data in it and it has to update BOPF.

I can see the form with fields buts they are disabled.

I'm using ony main page in that i have Bootstrap form and Field form and i did wiring between this two ?Is this correct?

Thanks,

Kp

0 Kudos

Hi KP,

Are you trying to create the root node of a BO with that form?

If this is the case, you can create a similar application to the one describe in the document above.

Including the initial screen (you can use the same UI to create and to display the object).

When you want to create an instance add &CHANGE_MODE=C&SKIP_INITIAL_SCREEN=X (add this before the '#'  char at the end of the URL) .

If you are trying to create a sub node (node other then root) the UI needs to be modeled differently.

BR,

Matan.

0 Kudos

Hi Matan,

Now im using the standard BO /IAM/ACTIVITY.

Created an Initial page with Bootstrap (Used standard form /MOC/F_ISS_ROOT_BOOTSTRAP) and in the main page i used form(standard /MOC/F_ISS_ROOT_OBJECT_INFO) and did wiring between the two using the connector class /BOFU/CL_FBI_CONNECTOR.

All the fields in the form /MOC/F_ISS_ROOT_OBJECT_INFO are disabled.

Thanks,

Kp

0 Kudos

Hi KP,

The configuration that you did should work.

I did the same configuration (but could not fully test, as in the system where I tried, the /IAM/ISSUE root node cannot be created (it dumps)).

did you maintain the controller configuration in your application (specified in the Document above)?

Assuming the BOBF BO you are using support create of the root node,adding &CHANGE_MODE=C&SKIP_INITIAL_SCREEN=X to the URL should work.

BR,

Matan.

0 Kudos

Hi Matan,

Root node instance is missing...So I created it..now its working fine...

Once again Thanks you so much for your support.....

Thanks,

Kp