cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to Hide/Disable BPF Step Complete button on BPC 7.5 NW versi

Former Member
0 Kudos

Hi,

We have a scenario in which the BPF contains only one step (Input data) and after the users enter data for their specific Entity we do not want them to click on Complete button as that would not allow them to make any changes further.

Is there a way where we can Hide/Disable Complete button on BPF, when an User is working on BPF from BPC Web.

Any other alternative approach to overcome the above mentioned issue

Thanks,

SS

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member190501
Active Contributor
0 Kudos

Hi,

You can disable the action of complete button with the help of ABAP. (Button will be in enable mode but no action will perform)

If you want to disable the action of this button for all BPF instances just write a message statement with type E before perform complete_step_rgn in function module UJB_API_COMPLETE_STEP_RGN.

If you want to disable the action of this button for only certain instances then maintain one z table for these instances put a condition before raise a message in the same FM.

hope it works...

regards,

Raju

Former Member
0 Kudos

How do you plan to go to the next step if you dont want to "complete" this step?

I dont understand why you want the users to have the option to continuously update the input data, when other processes are supposed to start?

Former Member
0 Kudos

Hi,

It looks like they have only one step to be performed for BPF. If it is the case and if they do not have the Reviewer concept then they can not Reopen it once it is completed.

It is a strange scenario. If for some reason the user needs to revisit the Template they can not go thru BPF if they had closed the step.

The User then needs tovisit the Template

thru BPC for Excel and not BPF

Somebody might have worked on a way out for this issue.

Regards

Raghav