cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Change of feeder class name in SAP MDG for BP

156

HI Experts,

I have a small doubt as below and suggest me the same. Thanks.

1. We have a custom uibb where we kept the custom feeder class

2. For checking standard behaviour, we replaced the custom feeder class to standard feeder class

3. Again, we changed the standard feeder class to custom feeder class

post that , New button was not working. When we click on the NEW button system hangs .

I checked the feeder class parameters/setting.

Is there any other settings do i need to carry?

Kindly suggest me the same. thanks.

 

Accepted Solutions (0)

Answers (2)

Answers (2)

SugguSandeep
Contributor
0 Kudos

Hi @karthik_subramanian 

Hope you are doing great

Firstly after creation of custom UIBB, buttons will not work

To make that work, you need to follow below things 

01. Check standard UIBB - Tollbar schema in Supplier & Customer OVP, soon after you select right side bottom you will find actions of button you select.

02. Add the code for button in get_data method feeder class of custom entity.

03. Don't use standard feeder class directly, make it in super class & put it in Custom UIBB Feeder class & choose the parameters while inserting custom feeder class.

Check out below Items as  well, challenges which i came across

UI Modelling01.ResourcesClick Here
 02.UI InformationClick Here
 03.How to Remove Toolbar for Custom Entity (LIST UIBB)Click Here
 04.How to get the Custom List UIBB NEW button to workClick Here
 05.Problem in Toolbar Following Code Addition for New ButtonClick Here


Thanks, 
Sandeep Suggu.
SAP Master Data Governance 

simon_hoeg
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Colleague,

if the user interface shows an hourglass, you can quick check in transaction SM50 or Browser Developer Console (F12), if the root cause is in the backend (-> ABAP)  or client (-> Java Script).

Best regards,

Simon

0 Kudos
Hey hi...thanks for your reply. For the below point can you send me the screen shot which you point ...01. Check standard UIBB - Tollbar schema in Supplier & Customer OVP, soon after you select right side bottom you will find actions of button you select.