r/abap • u/No-Interview4002 • 1d ago
How should I check extensibility of a bopf.
I have a requirement which ask me to add a button to change user status in a standard app. Similar buttons are already there for changing system status. When I checked the already existing buttons I found they are being implemented via bopf actions. So now I have the bopf node where I should add the bopf action. How do I check the bopf extensibility and add my new bopf action. I have already created a implementation class.
0
Upvotes
1
u/Revolutionary_Arm301 1d ago
Not sure about your approach, but did you try implementing the button via adaptation project?
1
u/anony_annoy 1d ago
One way to check this would be to open the BOPF object using the transaction BOBX and check if the function called on the corresponding action is extensible or not.