How To Master Media Handling with SAP OData Part 20

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ก.พ. 2025

ความคิดเห็น • 19

  • @saumyanair8413
    @saumyanair8413 ปีที่แล้ว

    Hey thanks a lot for the Odata series. Eagerly waiting for the RAP series. I really wish you get more viewers.

  • @tituscheriyan4300
    @tituscheriyan4300 ปีที่แล้ว

    Thanks 👍

  • @saiprakash-fc6tl
    @saiprakash-fc6tl 7 หลายเดือนก่อน

    Hi Ram, thanks for explaining the media conceptual and technical part. Is there any example concept on upload and download an excel data from fiori part.

  • @rachupatil5980
    @rachupatil5980 2 หลายเดือนก่อน

    Sir about complex type please share some details

  • @lochovuuc7552
    @lochovuuc7552 หลายเดือนก่อน

    Please give me instructions on how to read import and export data before coding to better understand the code logic

  • @devendrapatel6389
    @devendrapatel6389 3 หลายเดือนก่อน

    Hello ram, Can we display the file size in front end?

  • @sarada_wholesale_sarees
    @sarada_wholesale_sarees 2 หลายเดือนก่อน

    Please make this service in RAP IF possible bro

  • @srinivassap6153
    @srinivassap6153 9 หลายเดือนก่อน

    Hi Ram, Your videos are much informative. Thanks a lot for the Odata series. here you explained only single image upload. Could you please let me know that how to upload multiple images in one table .

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  7 หลายเดือนก่อน

      You can create two call in one batch and based on the name of file (SLUG) save accordingly ...

  • @harsh552222
    @harsh552222 ปีที่แล้ว

    Hi, I am getting MIMETYPE = multipart/formdata when call odata from ui5. any suggestion how to fix it

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  ปีที่แล้ว

      MIMETYPE = multipart/formdata in UI5 OData calls signals the transmission of multi-part data, often used for scenarios like:
      Uploading files: Sending images, documents, or other files to the server.
      Submitting forms with mixed content: Transmitting both text fields and file attachments.

  • @saipavankumar3773
    @saipavankumar3773 11 หลายเดือนก่อน

    Hi Ram am getting CSRF token validation failed error 403 status code while create stream. Could you please help me in this

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  11 หลายเดือนก่อน

      Just refer my ETAG video there I have explained this ...

    • @saipavankumar3773
      @saipavankumar3773 11 หลายเดือนก่อน

      @@SAPTECHNOMANIAC Video 21 or 22 or 25

  • @naveennav8965
    @naveennav8965 ปีที่แล้ว

    Why... Why do people wanna prefix their resource/entity set as 'set', absolute disaster of a naming convention !!

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  ปีที่แล้ว

      When we create entity then SAP automatically create entity set that time it gives that name with 'SET' that might be reason people started using it.