123 - ABAP Programming - Field Symbols - Introduction

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

ความคิดเห็น • 17

  • @shubhajitdas6286
    @shubhajitdas6286 11 หลายเดือนก่อน +3

    Sir ,i am waiting for abap on hana playlist..please start the playlist..

  • @SIRI-kt4xg
    @SIRI-kt4xg 11 หลายเดือนก่อน +1

    Excellent sir 🎉

  • @Status_cults
    @Status_cults 11 หลายเดือนก่อน +2

    Please explain AMDP IN SAPABAP sir

  • @shubhraleenachowdhury
    @shubhraleenachowdhury 8 หลายเดือนก่อน +1

    Hi Sir, Can you please explain CDS views? It will be really helpful . Thank you :)

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน

      CDS views will be covered as a part of ABAP on HANA, but it will take time as before that so many topics needs to be covered. You can learn from
      www.zapyard.com/ . You will find step by step tutorials here.

    • @shubhraleenachowdhury
      @shubhraleenachowdhury 8 หลายเดือนก่อน

      Sure, thank you so much! @@sapabapbyrahulmehta

  • @devendraverma516
    @devendraverma516 8 หลายเดือนก่อน

    hi sir , I am so confused that where I have to use 'type' , 'Like' , 'Ref to' and 'like line of' could you please resolve this confusion

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  8 หลายเดือนก่อน +6

      Below are the answers - 1 ) REF TO - is for objects declarations in OOPS concepts.
      2) LIKE LINE OF
      Suppose I have a structure LTY_DATA.
      I am declaring a internal table - DATA : LT_DATA TYPE TABLE OF LTY_DATA.
      Work area - DATA : LWA_DATA TYPE LTY_DATA.
      Work area is just like a line of internal table, so I can write in this way also.
      DATA : LWA_DATA LIKE LINE OF LT_DATA.
      So LWA_DATA is a work area is of a line type of LT_DATA.
      3) TYPE -We assign data type directly to the data object while declaring.
      Example - DATA : LV_DATA TYPE CHAR1.
      LIKE - We assign the data type of another object to the declaring data object.
      Like is a keyword used to copy the existing properties of already existing data object.
      DATA : LV_DATA TYPE CHAR1.
      DATA : LV_DATA1 LIKE LV_DATA.
      Suppose in the above example, firstly we declared LV_DATA and use that as a reference to declare LV_DATA1 using LIKE.

  • @sohanmasalkar1328
    @sohanmasalkar1328 11 หลายเดือนก่อน +1

    Hello sir
    Actually by mistake from my side on practice server mara table's all records is deleted what should I do

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 หลายเดือนก่อน +1

      You Can create few materials through MM01 transaction code and You will be able to find those materials in MARA and MAKT tables.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 หลายเดือนก่อน +1

      You need to connect with the system Administrator/Basis Person. System Administrator will be able to help.

  • @lakshmipriyanka-x4f
    @lakshmipriyanka-x4f 7 หลายเดือนก่อน

    Sir can you explain how the row data will moved to column data in internal table.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 หลายเดือนก่อน

      Please refer the videos(video no - 44 to 71) of internal tables and work areas in the ABAP Programming Part-1 playlist.
      th-cam.com/play/PLM3lhmHjSeISSmQ7X84A_wIUNbSGbfdKa.html&si=dJaqS_nfBQau47cw

  • @targetwithshivaji7201
    @targetwithshivaji7201 11 หลายเดือนก่อน

    Hi.....I'm a fresher in SAP-ABAP , so what we can do for get a job?????

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 หลายเดือนก่อน +1

      Please send a mail on rahul3620023@gmail.com, I will revert.

  • @kavitharamesh1840
    @kavitharamesh1840 11 หลายเดือนก่อน +1

    Hi sir, please do ABAP on hana playlist.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  11 หลายเดือนก่อน +2

      Hello Kavitha - ABAP on HANA is in the list of noted topics. Once Core topics of ABAP, new syntaxes and ODATA will finish, then I will start with ABAP on HANA.