Hi Ganesh Sir , nice explanation, please create a video for ui5 and same data csv file upload in frontened and save in custom table in backend .
@prasanthit37099 ай бұрын
Hi, your videos are excellent. Can you also please do a video how can we test the media handling Odata services through post man
@just2shareji9 ай бұрын
Thank you, and not sure the rental system connect with postman tool. Let me try.
@samarthmehra96879 ай бұрын
Hello Ganesh Sir, I followed the steps you explained in the video and the file was loaded onto AL11 correctly. But as in this video, I received the 500 Internal Server Error. I tried applying that method you displayed in the video, but the error still prevails. Can you please tell how exactly can we rectify that error to display success message?
@just2shareji9 ай бұрын
Hello Sam, Did you check the error log it says little more about the error? Please check the same if not...
@anushasrinivasan86597 ай бұрын
Hi Ganesh I have a requirement that can we upload the xml file directly in al11 through odaya service
@just2shareji6 ай бұрын
Once you have received the XML file then you can upload to AL11 with the ABAP code. If I am not getting it correctly, please let me know.
@ganeshvunnam192510 ай бұрын
Hello Sir, If I have value with comma(,) in my data for particular column in that case how do we handle the data! Thank you for your efforts 🙏🏻
@just2shareji10 ай бұрын
This might the work in the ABAP side, how to split it and also depends on how many comma's might contain in the same field. Need to work business to achieve this.
@jeevanrajr26805 ай бұрын
Hi ganesh, I followd all the steps and it seems while getting a record from file it's showing only last record because CREATE STREAM method having ER_ENTITY which is a structure so it's not showing a complete records
@just2shareji5 ай бұрын
Here, are you expecting to receive all the file data via ER_ENTITY? Then it is not possible as it holds only one record. Using CREATE_STREAM we normally used to save the file data in a SAP table, so mostly ignoring the ER_ENTITY usage. Hope this helps.
@jeevanrajr26805 ай бұрын
@@just2shareji Thanks for your reply. If I want to get all the excel file data then what I have to do. Can you please make a video for that for more clarification for me. Because this a most interview question where I have faced.
@luckyfin457210 ай бұрын
Why do we redfine methods such as create, update, delete and read. Can't we write the code without redifine?
@just2shareji10 ай бұрын
It is not advisable to do that, because those methods are getting refreshed every re-generation of your OData project.