Video není dostupné.
Omlouváme se.

How to Create and Activate a Database Table in SAP ABAP

Sdílet
Vložit
  • čas přidán 27. 06. 2017
  • As we all know every database tables are collection of fields, in which fields are made up of columns and rows. In SAP database we have more than 8000 defined tables. Tables can be defined independent of the database in ABAP Dictionary. When a table is activated in ABAP Dictionary, similar copy of it’s fields are created in the database as well.
    To define tables in ABAP dictionary, you need to define fields first, so to determine a field, you need to specify data type, length and description.
    DOMAIN = Data type + Length (Domain identifies the technical attributes)
    Data Element = Description (Data Element identifies the semantic attributes)
    FIELD = Data Element + Domain
    Stay tuned to my Channel for further update . If you like the content then please like and subscribe.
    Thanks and Regards.

Komentáře • 8

  • @ezhilarasan933
    @ezhilarasan933 Před 2 lety

    Your videos are good for learning and its a kind request, pls upload more videos of ABAP.

  • @supriyaraut298
    @supriyaraut298 Před 3 lety

    Hi sir, why don't you upload more video.. we freshers are looking for sap abap training. Please sir upload more videos.

    • @namasteSAP
      @namasteSAP  Před 3 lety

      Sure I will be uploading more vedios..

  • @nishanthinis6494
    @nishanthinis6494 Před 8 měsíci

    In utilities > table contents > create entries is not enabled

    • @namasteSAP
      @namasteSAP  Před 8 měsíci

      Check the delivery class..the 2nd tab .. there you must select table view and maintenance allowed...
      If it's restricted then that would be disabled

  • @dineshbhadane6233
    @dineshbhadane6233 Před 6 lety

    plz tell me how to create package

    • @namasteSAP
      @namasteSAP  Před 6 lety

      Ok. Go to SE80 -> Click On Package - > Give a package name (starting with Z OR Y ) then give a short description ->then click on Create Option. Yor Package will be created then.
      If you have any queries do comment.. Will upload more vedios soon.
      Thanks and Regards
      Avijeet