SAP TechBytes - ABAP Core Data Services - Virtual Elements

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

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

  • @watchme1009
    @watchme1009 23 дня назад

    SAP is perfect in giving you informations, that work in ONE system, and ONE system only... I tried the same example in two machines (FAA S/4 2023 and DevTrial S/4) and it didnt work. Why? no one knows.
    It works in Fiori, great!
    Why dont I see the calculated results, when I "READ ENTITIES" or "SELECT" in ABAP?
    Is there a way? If not, maybe then it's worthless, because if background jobs and frontend differ, there is a problem...
    What is best practice if there are multiple virtual elements? Each in one class? One Class per entity? No one knows...
    Why are the fieldnames collected? What is the idea behind this?
    What are the structures behind the import and export parameters? Why is it "STANDARD TABLE OF any"? -> Should one class be used in multiple entities? ...
    @SAPdevelopers: I love your content, and it's amazing, that you publish tutorials and stuff. But your channel names is sap >>DEVELOPERS

  • @saikrishna4720
    @saikrishna4720 28 дней назад

    thanks for explenation, could you please share example and code snipped for transform and sort please .... plese do that

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

    CDS virtual elements are supported by BODS as well, or it is specific to ODATA alone..

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

      Virtual Elements are only supported in RAP and is Odata dependent

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

      @sapdevs Thank you so much for the response.
      Sorry to ask these basic questions, As I am new to SAP, still trying my best to understand these concepts and making myself familiar with SAP technology.
      Coming to my doubt, If I understood it correctly , virtual elements used to fetch Text (READ_TEXT) in BODS extraction will not provide the expected results. Even if we use Odata specific annotations, too.. Please suggest.
      Is there a way to extract Sales Order details along with Header/Item order text using CDS view in BODS extraction.