$batch performance comparison OData Part 14

Поделиться
HTML-код
  • Опубликовано: 14 дек 2024

Комментарии • 9

  • @syamkumarmulam5170
    @syamkumarmulam5170 4 месяца назад

    Excellent teaching. Thanks for your help.

  • @kushalkumar2475
    @kushalkumar2475 2 месяца назад

    Hi Ram , since commit is not required if we are using badi and change set is triggering bapi transaction commit will work ?

  • @UjwalAdhav
    @UjwalAdhav 3 месяца назад

    Hi Ram sir. Can we achieve $batch for Get stream method? I have tried but it’s not working. Can you help on this please?

  • @bhargavsaimaddula8010
    @bhargavsaimaddula8010 10 месяцев назад

    Hi sir, I am using a batch with 5 patch operations with a separate change set and the first changeset is getting success but the second one is getting 400 saying error while calling fm bupa_central_change it is standard one. Any idea on this.

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  8 месяцев назад

      BAPI_BUPA_CENTRAL_CHANGE function module indicates there’s an issue with the input data or the way the BAPI is being called. Here are some steps you can take to troubleshoot this issue:
      Check the Input Data: Ensure that all required fields are being provided and that they contain valid data. This includes checking for mandatory fields and correct data types.
      Review the Change Set: Since the first change set is successful, compare it with the second one to identify any discrepancies in the way the BAPI is being called or the data being passed.
      Examine the Return Table: The BAPI should provide a return table with detailed error messages. Analyze these messages as they can give you specific information about what went wrong.
      Use Transactional RFC (tRFC): If you’re calling the BAPI in a batch, consider using a transactional RFC to ensure that the call is processed correctly within its own transaction.

  • @saiprakash5381
    @saiprakash5381 Год назад

    Hi Ram Sir. Can you ppt or note pad file which you showing. like theory it will be easy to recall for sometimes. as we are following your videos. Thank you. key points will be useful. Also Ui5/fiori. Rap Videos - please teach us. your content is so good to understand techincal concepts easily to work.

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  Год назад

      I started RAP already. You can check the description most of the time I upload the code there. PPT of the OData series Will be uploaded soon on LinkedIn ...

  • @UjwalAdhav
    @UjwalAdhav 3 месяца назад

    Hi Ram sir. Can we achieve $batch for Get stream method? I have tried but it’s not working. Can you help on this please?