a week ago
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.
Request clarification before answering.
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 Modelling | 01. | Resources | Click Here |
02. | UI Information | Click Here | |
03. | How to Remove Toolbar for Custom Entity (LIST UIBB) | Click Here | |
04. | How to get the Custom List UIBB NEW button to work | Click Here | |
05. | Problem in Toolbar Following Code Addition for New Button | Click Here |
Thanks,
Sandeep Suggu.
SAP Master Data Governance
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
33 | |
22 | |
17 | |
8 | |
5 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.