AMDP Select Options Handling Part 5

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

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

  • @shubh_das
    @shubh_das Год назад +1

    Hi ram, one doubt .i am getting an error in amdp saying ' amdp methods must be flagged as read only in current abap language version" why it's so ? And use if cl_shdb_seltabs class is permitted here in abap cloud trail version ???plz help

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

      Your database is not HANA or you are working in the older version I have seen this class in the cloud enviroment but I didn't try it

  • @anuradhajayamanne
    @anuradhajayamanne Год назад +1

    Great Video and a nice explanation. But still, I think better to use a range table than get the entire dataset and apply filtering later. But I'm not an expert in this area☺

  • @devendrapatel6389
    @devendrapatel6389 Месяц назад

    Thanks for sharing with a good scenario.

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

    Hi... Thanks for sharing.... one question.. Why do you apply the filter after SELECT? Is it not better, in terms of performance, applying filters by table before SELECT?

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

      It depends if you can do you should do ...

  • @SumanBasu-so8wx
    @SumanBasu-so8wx 6 месяцев назад

    hi at the time of run class i got this error 'Class does not implement if_oo_adt_classrun~main method' . please help

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

      It works on newer version only .in older version you can use CL_demo_output class

  • @amar_k781
    @amar_k781 9 месяцев назад

    It will support only 1333 character long in the WHERE String, but when you have multiple values in the select options or ranges, this will not be supported and usage of LCHR or STRING type is not supported as well. How to handle large data of values in the select options/ranges in AMDP..!!

    • @ramniwasrinku
      @ramniwasrinku 6 месяцев назад

      I saw SAP standord AMDP code Where in this kind of situation they wrote normal select to get all the fields using open SQL and they passed the resultant table in AMDP you can check this example :- cl_pph_read_classic called in pph_test_read

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

      👍

  • @ganeshm4297
    @ganeshm4297 2 года назад

    Thanks for info Bro.. can you please help me to install IDE eclipse and getting error 'Local and global SAP UI Landscape files not found. Use SAP GUI to configure them or use System Connections preferences to set them manually.'

    • @SAPTECHNOMANIAC
      @SAPTECHNOMANIAC  2 года назад

      This might help you :-
      ruclips.net/video/BT7gv-_ydfM/видео.html

  • @karthiponnusamy8462
    @karthiponnusamy8462 2 года назад +1

    very interesting topic

  • @aditisinghal2183
    @aditisinghal2183 2 года назад +1

    nice video!

  • @OmPrakash-sd7gb
    @OmPrakash-sd7gb 2 года назад +1

    Thanks for sharing this 😊

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

    Very good video

  • @pavankumar-eo6xc
    @pavankumar-eo6xc Год назад

    nice video