Actions for Managed and Unmanaged RAP Part 23

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • Playlist
    RAP:-
    • Introduction to ABAP R...
    OData:-
    • OData a Restful API SA...
    SAP ABAP on HANA course :-
    • SAP ABAP on HANA Intro...
    ABAP SAP ABAP 7.4 / 7.5 New Syntax:-
    • New And Value Operator...
    Enhancement in ABAP:-
    • SAP Enhancement Framew...
    CDS in ABAP on HANA :-
    • SAP CDS Introduction -...

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

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

    Thanks ram. Great work . Waiting for next video in RAP series

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

    Thanks ram. Great work .👍

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

    Can we call a BAPI in an Action?
    For example I have a list report with an Action and on click of that action I need call a BAPI to post something?

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

      No you can't call since BAPI contain database update statement that you cannot call during transactional phase

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

      @@SAPTECHNOMANIAC then in Save actions? What can we do?

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

      @@noorubohra5247 You can call in save method during save sequence

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

      @@noorubohra5247 I did't understood the contax of ur question previously. Yes you can call BAPI in Save action and you have to define which method of save sequesnce it should call .

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

    Are actions not supported for OData V2 in RAP?

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

      it is supported i have created in v2 only

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

      @@SAPTECHNOMANIAC You are right. Initially I was unable to see it in metadata but itseems like an issue with the service binding(cache). I deleted and recreated it again then I was able to see it. I have another question, I have an action with a returning parameter which is an abstract entity. All though I set the data in the result (in behaviour implementation of the action) in UI5 i just receive the empty structure. Do you know what could be the issue?