23 - ALV - Interactive ALV - User Command Part1

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 26

  • @pranjalgunjal8453
    @pranjalgunjal8453 3 місяці тому

    Thank you for your efforts Sir, not only videos but the notes you have provided in the drive are also helping us to understand the SAP ABAP from the basics.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 місяці тому

      Great. Thank you very much Pranjal for your feedback.

    • @aliriaz1993
      @aliriaz1993 3 місяці тому +1

      Drive link for the notes @pranjalgunjal

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 місяці тому

      @@aliriaz1993
      The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link.
      drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link

    • @aliriaz1993
      @aliriaz1993 3 місяці тому

      @@sapabapbyrahulmehta thankyou

  • @mohanedemad4100
    @mohanedemad4100 Місяць тому +1

    King ♥️

  • @SravanisCloud
    @SravanisCloud 6 місяців тому +1

    Sir my small suggestion is please create shorts also so that you will get more reach.. Because this channel is very helpful . I want to see more subscribers in your channel 🤗

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  6 місяців тому

      Sure Sravani. I will take this suggestion into consideration. Thank you for your support.

  • @AhamedKabeer-wn1jb
    @AhamedKabeer-wn1jb Рік тому +2

    Thank you..well explained..

  • @kauserm.m.7077
    @kauserm.m.7077 7 місяців тому +1

    sir I have offline server installed in my laptop and I am using that for practice. I created USER_COMMAND subroutine and wrote the logic to fetch data in second internal table but it is not working. what ca be the possible error. My server version is old , is this a possible reason data is not coming into second internal table. Data is coming till first internal table and RS_SELFIELD-VALUE

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 місяців тому

      It does not depends upon the version. The possible reason is the user command subroutine is not triggering. You provided some name in from of I_CALLBACK_USER_COMMAND. We need to provide the same name of the subroutine. The best way is put the break-point in User command subroutine and click on to the button which you created and check the triggering of logic in debugging mode as debugging will help here to find the root cause.

  • @sudiptisharma8787
    @sudiptisharma8787 11 місяців тому +2

    I want to attend your personal classes of sap.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 місяців тому +1

      Hello Sudipti, Thank you for connecting. I am not conducting individual trainings.

  • @ezyitit
    @ezyitit 2 місяці тому +1

    sir if we want to use this user command in module pool how we will do this .

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  2 місяці тому

      Please refer to the playlist of Module Pool Programming. It is fully explained in that.
      ua-cam.com/play/PLM3lhmHjSeITYl3Jz1dx1l0faMUsik8lV.html&si=CcPmsviWiJdzErRD

  • @sapabap-zg8wk
    @sapabap-zg8wk 3 місяці тому +1

    Hi sir how to edit particular field and save the data based on 2 tables MARA & MARC I want to edit MTART & save the data in the database directly

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  3 місяці тому

      If you are using list display - pass input = 'X', if you are using grid display - pass edit = 'X' while preparing the fieldcatalog. You need to use the BAPI BAPI_MATERIAL_SAVEDATA to save the data.

    • @sapabap-zg8wk
      @sapabap-zg8wk 3 місяці тому

      @@sapabapbyrahulmehta im using grid display with for all entries from mara

    • @sapabap-zg8wk
      @sapabap-zg8wk 3 місяці тому

      @@sapabapbyrahulmehta im not understanding how to save it's possible to send the code how to save the data by using BAPI_MATERIAL_SAVEDATA

    • @sapabap-zg8wk
      @sapabap-zg8wk 3 місяці тому

      @@sapabapbyrahulmehta mara fields (matnr mtart mbrsh meins) marc fields ( matnr werks minbe eisbe) i want edit only mtart and save the data in the database table by using for all entries

  • @KANNANKANNAN-vu9rq
    @KANNANKANNAN-vu9rq 5 місяців тому

    Usercommand subroutine purpose using r_ucomm like sy-ucomm
    Rs seldfied could you explain this syntax

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 місяців тому

      When we click on any of the buttons(functions) user command subroutine triggers. R_UCOMM captures the function code of the button. RS_SELFIELD captures the details of the selected field. Once you proceed in the same playlist - In the double click and hotspot click you will see the use of R_UCOMM and RS_SELFIELD.

    • @KANNANKANNAN-vu9rq
      @KANNANKANNAN-vu9rq 5 місяців тому +1

      @@sapabapbyrahulmehta please upload topic wise interview question it will useful to Crack the job sir

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 місяців тому

      @@KANNANKANNAN-vu9rq Hello Kanaan - Please go through the reading material of the topics, that will help you for interview preparation as the reading material is prepared in that way only.
      The reading material(PPT + notepad) for all the topics, practice exercises and sample capstone projects are available at below mentioned link.
      drive.google.com/drive/folders/1gyxhxZpjKajbk44MyiC8G-zLP6dUi7jZ?usp=drive_link