Hello, While exposing the service definition we have given the entity name of consumption view. Is it compulsory to create behavior definition and implementation for Interface view as well since we have not used the it's entity name for exposure.??
No, it is not compulsory to create a behavior definition and implementation for the interface view if its entity name is not being used for exposure in the service definition.
Hi thanks for the video. Just tried this today on BTP trial, and the only thing is the "Back" button does not show up when I Create a new record. Will check. Also the genereated list contains checkboxes instead of radiobutton & mssing the detail button at the top. All artifacts have the same code, maybe something might have been updated.
hi Sir , i have created the entry but when i came back to home page , for me show details is not displaying .Could you please confirm me do i need to add method for that .
Hi Sri thanks for visiting my channel… please consider subscribing and sharing my channel with your friends and colleagues if you like ua-cam.com/play/PLU0olhFj5UjWiT1qgrZqeFY0gpAJkoap9.html ua-cam.com/play/PLU0olhFj5UjVXTrGYVDU999wV1wrzo7tb.html
I followed the steps in the video and everything is working fine except these two things: I can't see the "Show details" button instead of the radio button which should be next to the record, I see a checkbox. Did anyone encounter the same issue?
Hi, there are two different functionality. Show details button and radio button is part of one functionality which is navigation with semantic object… Checkbox is another functionality related to update multiple records at once may be Isolation concept… hope this helps… please consider subscribing and sharing my channel with your friends and colleagues if you like 👍
@@codeinmins Thanks for this comment. Is there any documentation for this, since its not becoming very clear which annotation corresponds to displaying this output line with checkbox and with option button. Also if you can release the github link for your code, it would be really helpful.
@@codeinmins could you explain in details ? what is the annotation to show show details / hide details button since it's now showing when I follow this tutorial ? and also back button not showing. Maybe something is missing ? anyway, great tutorial , thanks for sharing
Hi Sir, after service binding, I did some changes in my metadata extension for position and labels but those are not getting reflected on the front! I tried clearing cache too. Can you please help here?
Try re-publish the service. One thing to note RAP not allow UI annotations, you can see those in preview but not when you create Fiori app using service.
@@codeinmins thanks for the quick response! I tried that too but didn’t work. Also, In your video too, we used ui annotations only for output right? Will they not work? Ui.lineitem and Ui.selectionfield
Hi, I followed all steps in your videos still I cannot see the "EDIT" button when navigating to the Object page. I tried both with STRICT 1 & 2 and without STRICT but no solution. Searched on Google and everything that pops up is related to the V4 version. Kindly, let me know if you have a solution for this.
Hi Akash, try generating fiori app, edit will work with draft in v4 … Please consider subscribing and sharing my videos and channel with your friends and colleagues if you like…
Hi Sir , I have a doubt. By using CDS -UI ANNOTATION we can build only List page report? or By using RAP we can make the same thing what we will do in combination of ODATA AND UI5? and from where we can learn cds-fiori elements?
Hi Munesh, CDS -UI ANNOTATION can be used to build any type of fiori application. experience.sap.com/fiori-design-web/smart-templates/ RAP is one of two development model from SAP (RAP and CAP). RAP can also be used to build fiori application or Free style UI5 application. ODATA is a protocol (Open Data) open source which is standard of best practices for building and consuming RESTful APIs (www.odata.org/). UI5 is a framework (from SAP) to build responsive applications. ua-cam.com/channels/jXZ-tts_5gde1QvptsNbrQ.html Please consider subscribing and share my channel using above link with friends and colleagues on social media platforms and help grow...
Hello Sir, I've tried all your steps and created my FIORI tiles but when I'm clicking on Create button, One error is popping up Target was not Found Employee ID::Employeeid::Field is not a valid ID. I've used sysuuid_x16 for this Can you let me know where I'm going wrong plz? Thanks
Hi please check target mappings in customizing configuration, upper or lower case of text, also check path you are providing “/” sign in path… hope this helps…
@@codeinmins Sir I didn't get understand your reply, From my end I've checked it but still unable to resolve the issue Target was Not Found... Field is not a valid Id
Hi , your video is really helpful, big thanks..!! I am getting an error "You do not have start authorization for R3TR IWSV" when creating a record, can u please suggest what can be the issue? I checked it is related to global authorisation, but i just followed the steps you showed in this video and you also havent added anything to the global authorisation method here, Kindly let me know
I got it, in behavior definition of the interface view, i removed the strict keyword and activated the service binding again after which i was able to create a record.
Hi Mayur, good to know your code is activated now... But its always suggested to use Strict keyword, because when you use this it sets some rules of best practice and code checks, in this way you end up writing suggested best practice code. it also ensures on future and backward compatibility in case of system upgrade. Hope this helps... best luck
Hi sir, I am getting below error after trying to add data from create button on UI--- Runtime Error: 'RAISE_SHORTDUMP'. The OData request processing has been abnormally terminated. If you use SAP S/4HANA Cloud, please create an incident. Otherwise, if "Runtime Error" is not initial, launch ADT feed "Runtime Errors" or transaction ST22 / SM21 (system log analysis) for details and analysis. Please provide solution if any. Thanks in advance.
I loved your teaching style,, I would say you are super duper teacher..🙏
Wonderful Explanation 🎉🎉
Great going!! The videos are very helpful to understand the core concept of RAP
Thanks Dipen… please help sharing my channel to friends and colleagues if you like…
No "Back button" in my preview. What can I do? Maybe missed some annotation?
Same with me, also the show detail and hide detail function is also not enabled. Is there anything we can specifically check?
same here , no back button and show details button , please inform us what's missing if anyone / admin knows. Thank you
Same here. Did you able to fix it? @@theagussantoso
+1
Hello, While exposing the service definition we have given the entity name of consumption view. Is it compulsory to create behavior definition and implementation for Interface view as well since we have not used the it's entity name for exposure.??
I too have the same doubt
No, it is not compulsory to create a behavior definition and implementation for the interface view if its entity name is not being used for exposure in the service definition.
Do you plan another series for unmanaged scenario? I would appreciate that. 🤩
I would appreciate you can use standard naming conventions. Keep up the good work
Hi noted… please consider subscribing and sharing my channel with your friends and colleagues if you like 👍
Hi thanks for the video. Just tried this today on BTP trial, and the only thing is the "Back" button does not show up when I Create a new record. Will check. Also the genereated list contains checkboxes instead of radiobutton & mssing the detail button at the top. All artifacts have the same code, maybe something might have been updated.
which is the playlist of UI annotation
Hi sir here we can see create update and delete options why read option is not there sir, can you please let me know. Thanks
How did you get the 3 column layout on the object page forms? For me 6 is the standard.
@codeinmins - I am not getting back button inside the object view i.e. in the record creation screen. Please help here. Thanks
After Adding Annotations to metadata extension file fiori app is not refreshed new Fiori Elements. Still referring old UI elements ..
Any idea ?..
Try loading metadata in service, if you have created service…
Can we use fiori free style with this?
Hi @vedantshrivastava567, yes you can … just you need to create v2 or v4 API option rather then UI…
hi Sir , i have created the entry but when i came back to home page , for me show details is not displaying .Could you please confirm me do i need to add method for that .
Same here
Hello sir, no display after pressing create button. followed you.
Hi Sir not able to find a playlist about annotation share link pls
Hi Sri thanks for visiting my channel… please consider subscribing and sharing my channel with your friends and colleagues if you like
ua-cam.com/play/PLU0olhFj5UjWiT1qgrZqeFY0gpAJkoap9.html
ua-cam.com/play/PLU0olhFj5UjVXTrGYVDU999wV1wrzo7tb.html
I followed the steps in the video and everything is working fine except these two things:
I can't see the "Show details" button instead of the radio button which should be next to the record, I see a checkbox. Did anyone encounter the same issue?
Hi, there are two different functionality. Show details button and radio button is part of one functionality which is navigation with semantic object… Checkbox is another functionality related to update multiple records at once may be Isolation concept… hope this helps… please consider subscribing and sharing my channel with your friends and colleagues if you like 👍
@@codeinmins Thanks for this comment. Is there any documentation for this, since its not becoming very clear which annotation corresponds to displaying this output line with checkbox and with option button. Also if you can release the github link for your code, it would be really helpful.
@@codeinmins could you explain in details ? what is the annotation to show show details / hide details button since it's now showing when I follow this tutorial ? and also back button not showing. Maybe something is missing ? anyway, great tutorial , thanks for sharing
Hello .. create button still not showing field even after adding UI facet
Use V4 UI service with Draft… follow below url for more details
answers.sap.com/questions/13795090/abap-rap-odata-v2-authorization-error.html
Hi Sir, after service binding, I did some changes in my metadata extension for position and labels but those are not getting reflected on the front! I tried clearing cache too. Can you please help here?
Try re-publish the service. One thing to note RAP not allow UI annotations, you can see those in preview but not when you create Fiori app using service.
@@codeinmins thanks for the quick response! I tried that too but didn’t work.
Also, In your video too, we used ui annotations only for output right? Will they not work? Ui.lineitem and Ui.selectionfield
help.sap.com/docs/BTP/923180ddb98240829d935862025004d6/248b36b7ebce4f7e8c7670c9371adee1.html#results-0
Hi, I followed all steps in your videos still I cannot see the "EDIT" button when navigating to the Object page. I tried both with STRICT 1 & 2 and without STRICT but no solution. Searched on Google and everything that pops up is related to the V4 version. Kindly, let me know if you have a solution for this.
Hi Akash, try generating fiori app, edit will work with draft in v4 … Please consider subscribing and sharing my videos and channel with your friends and colleagues if you like…
@@codeinmins Hi, it's working with the V4 draft but I want it with V2 as you did. But in my case, it's not working. Any suggestions?
Hi Sir ,
I have a doubt. By using CDS -UI ANNOTATION we can build only List page report? or By using RAP we can make the same thing what we will do in combination of ODATA AND UI5? and from where we can learn cds-fiori elements?
Hi Munesh, CDS -UI ANNOTATION can be used to build any type of fiori application.
experience.sap.com/fiori-design-web/smart-templates/
RAP is one of two development model from SAP (RAP and CAP). RAP can also be used to build fiori application or Free style UI5 application.
ODATA is a protocol (Open Data) open source which is standard of best practices for building and consuming RESTful APIs (www.odata.org/). UI5 is a framework (from SAP) to build responsive applications.
ua-cam.com/channels/jXZ-tts_5gde1QvptsNbrQ.html
Please consider subscribing and share my channel using above link with friends and colleagues on social media platforms and help grow...
send me mail id I will be joining the course
Hello Sir,
I've tried all your steps and created my FIORI tiles but when I'm clicking on Create button, One error is popping up
Target was not Found
Employee ID::Employeeid::Field is not a valid ID. I've used sysuuid_x16 for this
Can you let me know where I'm going wrong plz?
Thanks
Hi please check target mappings in customizing configuration, upper or lower case of text, also check path you are providing “/” sign in path… hope this helps…
@@codeinmins Sir I didn't get understand your reply, From my end I've checked it but still unable to resolve the issue
Target was Not Found... Field is not a valid Id
Hi , your video is really helpful, big thanks..!! I am getting an error "You do not have start authorization for R3TR IWSV" when creating a record, can u please suggest what can be the issue? I checked it is related to global authorisation, but i just followed the steps you showed in this video and you also havent added anything to the global authorisation method here, Kindly let me know
I got it, in behavior definition of the interface view, i removed the strict keyword and activated the service binding again after which i was able to create a record.
Hi Mayur, good to know your code is activated now... But its always suggested to use Strict keyword, because when you use this it sets some rules of best practice and code checks, in this way you end up writing suggested best practice code. it also ensures on future and backward compatibility in case of system upgrade.
Hope this helps... best luck
@@codeinmins so what do we need to do in such scenarios? Where it is not working with Strict
Read about it here:
help.sap.com/docs/ABAP_PLATFORM_NEW/fc4c71aa50014fd1b43721701471913d/cbb86e63a8464e63bbdd43b7bfa5fc4f.html?q=strict
for create mode, it's showing unnamed change. How to change this text as New Student
Hi Joy provide other field name in Header annotations instead of Id…
Hi sir,
I am getting below error after trying to add data from create button on UI---
Runtime Error: 'RAISE_SHORTDUMP'. The OData request processing has been abnormally terminated. If you use SAP S/4HANA Cloud, please create an incident. Otherwise, if "Runtime Error" is not initial, launch ADT feed "Runtime Errors" or transaction ST22 / SM21 (system log analysis) for details and analysis.
Please provide solution if any.
Thanks in advance.
I am also getting the same error. Please let us know the solution for this.
same error comes how to resolve it
I encountered with the same issue and fixed by refreshing(right click) the package and activate all elements