cancel
Showing results for 
Search instead for 
Did you mean: 

ADD_UIBB method does not have instance parameter

Kumaranl
Explorer
0 Kudos

Hi All,

I have trying to implement dynamic list GUIBB in which the field catalog will change depending the business scenario. I have done the coding in all the required feeder class methods GET_DEFAULT_CONFIG, GET_DEFINITION and GET_DATA. The data is also getting displayed for the first time. I have also implemented OVERRIDE_EVENT_OVP to add a new UIBB. 


currently, my issue is that I am unable to GET_DEFAULT_CONFIG, GET_DEFINITION everytime the add_uibb method is called.I referred to the add UIBB in OVERRIDE_EVENT_OIF | SCN which suggests to use instance paramater field in IS_UIBB.

However, I do not see the instance parameter in ADD_UIBB method parameter IS_UIBB. Please find attached screen-shot.

Am I missing anything ?

Thanks

Kumaran

Accepted Solutions (0)

Answers (1)

Answers (1)

Kumaranl
Explorer
0 Kudos

Raised a support ticket for SAP and got a response that the is_uibb-instance_id parameter of method ADD_UIBB is not available in NW SAP_ABA 7.02 and only available in NW SAP_BASIS 7.31 onwards.