cancel
Showing results for 
Search instead for 
Did you mean: 

How to customize actions for decoupled infotypes

Former Member
0 Kudos

Hi.

I am in the process of decoupling a 07xx infotype, to be shown in Processes and Forms. I need to add some extra functionality to show data from a table. For this I need to add a button in the GUI.

I have made a new configuration for WDA FPM_FORM_UIBB_GL2 and I want to add a button to call an action on the decoupled infotype.

My problem is that I cannot see the actions I defined when I try to assign an action to the button. Only actions FPM_REFRESH and _REFRESH_VALUES_ are available. I have created a new action in views V_T582ITOPER and V_T582ITVOPER following the guide

'Using pushbuttons' here:

https://help.sap.com/doc/erp_hcm_ias2_2015_01/2.0.12.3/en-US/aa/9ee2539c70424de10000000a174cb4/conte...

I redefined the method SPECIFIC_ACTION_COMPUTATIONS in the check class, but the event is never fired - of course since I cannot bind the action to the button.

I have looked at infotype 0009 which also has a button, and here there are two infotype specific actions:

0009___GEN_IBAN and 0009___BANK, and I have set up my action the same way in the two customizing tables mentioned in the guide (and above).

What am I missing to be able to see and trigger the actions in the GUI designer?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I found the issue. The infotype BOL model needed to be regenerated in SPRO. This solved the issue, and I can now access the action in the P&F GUI builder.