63 - ABAP Dictionary - Table Maintenance Generator Events Part1

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

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

  • @suryateja4986
    @suryateja4986 10 месяцев назад +1

    Hi sir may i know the difference between TMG EVENTS & PBO,PAI,POH,POV these are also events what makes TMG EVENTS is different?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  10 месяцев назад +2

      PBO, PAI, POH and POV are the Module pool(screen)events. TMG events are the events while performing actions on the table - like insertion, deletion etc.

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

    Thank u sir thank u god 🙏😇

  • @MohanMurari-qp5qk
    @MohanMurari-qp5qk 10 месяцев назад +1

    Sir Authorization Object S_TABU_Nam is Not Show in My server but S_Tabu_Dis Show Why?

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

      Hello Mohan - Is it impacting to do the practical part?

  • @mohammed5711
    @mohammed5711 8 месяцев назад +1

    Hi sir , when will you start the odata training ?

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

      Demo's system does not have necessary configurations and SAP Gateway Client which is required for ODATA, so currently I will not be able to take this topic .

  • @NomanRaza-t2u
    @NomanRaza-t2u 2 месяца назад +1

    Hi Sir! how are you doing today my question is should I continue with this topic or should I go for learn programming first and then come back to TMG events personally I want to finish the data dictionary first then I want to move to ABAP programming what should I do now please help me ??

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

      Hello Noman - I am doing good. Hope you are also fine. At this point if time , you can listen the video of TMG events and do the practical after gaining the knowledge on ABAP Programming Part-1 and ABAP Programming Part2.

  • @sivasai8421
    @sivasai8421 25 дней назад

    Hai rahul mehta ji , I am getting 'FUNCTION GROUP ZORDH_28 CANNOT BE PROCESSED' error while deleting the TMG . What to do to rectify this error.
    THANKING YOU IN ADVANCE
    .

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  25 дней назад +1

      Hello Sivasai - Go to SE80 transaction code. Choose function group, pass name of the function group, right click and activate. Make sure you have closed the other sessions of TMG. After activation, then do the process.

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

    sir, auto-filling field description taking makt standard table. what is the logic for it in TMG events? could you please write the logic in the comment box it's very helpful for me.

  • @ChitranshGurjar-wc9cv
    @ChitranshGurjar-wc9cv 6 месяцев назад

    In my system while opening se54, 'events' radio button not showing what can be the reason?

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

      Ideally it need not to be there. You can go to the events through SE11. In the TMG screen. follow the path Environment-Modifications-Events. If this is also not working, check with your system provider/administrator.

  • @ratnakishorekakaraparthi891
    @ratnakishorekakaraparthi891 5 месяцев назад +1

    How to regenerate the TMG with out data loss

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 месяцев назад

      Regeneration of TMG never results in to data loss. Table data remain as it is. Please refer the upcoming videos of TMG, you will get the idea.

    • @ratnakishorekakaraparthi891
      @ratnakishorekakaraparthi891 5 месяцев назад

      @@sapabapbyrahulmehta ok. Thank you

    • @ratnakishorekakaraparthi891
      @ratnakishorekakaraparthi891 5 месяцев назад +1

      @@sapabapbyrahulmehta which event is better for updating created on, created time, created by, changed on, changed at, changed by fields through TMG

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  5 месяцев назад

      @@ratnakishorekakaraparthi891 Events always triggers at their time, so depends upon the requirement, we use an event. We can not compare one event to another.

  • @DilipSiddharth
    @DilipSiddharth 10 дней назад

    sir running notes available??

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 дней назад

      Hello Dilip -
      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
      This reading material is intended for learning purposes only.

    • @DilipSiddharth
      @DilipSiddharth 9 дней назад

      @sapabapbyrahulmehta sir sap hana covered in any of the playlist? Thanks for the materials 🙏

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

    Hello sir. How to hide a particular field in Tmg.

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

      Hello, If you want to hide permanent, In the layout( Screen Painter), there is a property Invisible. If you want to make invisible based upon some condition, then we need to write the logic - LOOP AT SCREEN. ENDLOOP and we will set the active property to 1 or 0, based upon the condition.

  • @sk16034
    @sk16034 15 дней назад

    Hi Sir,
    Thanks for your knowledge transfer.
    Can you help me to one of my requirement? I have a scenario to delete entries of a custom table which are more than 60 days by default. Really appreciate your inputs sir

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  9 дней назад

      Hello - Sorry for the late reply. System will not delete automatically. You need to create a program and schedule that program in the background which will run after every 60 days. In the program we can simply write the logic - DELETE (DBTAB) FROM work area.
      Where the work area type is same as that of database table. Fill the date field of work area as SY-DATUM - 60.

    • @sk16034
      @sk16034 9 дней назад

      @sapabapbyrahulmehta Thank you for the response sir. Yes we are creating a program to delete the entries older than X days whenever user executes the related transaction. Can we execute the following statement, DELETE WHERE . We are not reading the data via select query so no involvement of work area. Can we delete the entries like this sir?

  • @eishnigam7652
    @eishnigam7652 11 месяцев назад +1

    it was a good

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

    Can you share the slides

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

      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
      This reading material is intended for learning purposes only. All the best for your learning and future endeavors.

    • @sakshiwadhwa8226
      @sakshiwadhwa8226 6 месяцев назад +1

      @@sapabapbyrahulmehta Do you also have a playlist for the Course Programming User Dialogs with Classical Screens(Dynpros).

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

      @@sakshiwadhwa8226 You can refer the playlist of ABAP Programming Part-2 for classical reports.
      ruclips.net/p/PLM3lhmHjSeIQ34iXxfQl8J6Dr9twdO0XL&si=toM0_iZGmiHJBaAD
      You can refer the playlist of module pool programming( Dialog programming).
      ruclips.net/p/PLM3lhmHjSeITYl3Jz1dx1l0faMUsik8lV&si=jQeqTkHXxrJIJGi9