35 - ABAP Dictionary - Search Help - Import, Export and Assigning Search Help

Поділитися
Вставка
  • Опубліковано 21 жов 2024
  • 1) Meaning of Import and Export.
    2) Assigning Search Help to Table Field.
    3) Assigning Search Help to Program Input Field.

КОМЕНТАРІ • 19

  • @chethanCBchethanCB
    @chethanCBchethanCB Місяць тому +2

    Excellent sir really helps a lot .....Thank you so much , the way you explained is awesome

  • @gchauran1
    @gchauran1 27 днів тому +2

    Excellent videos, I have learned a lot

  • @Rajasekharabap
    @Rajasekharabap 3 місяці тому +2

    Excellent sir zhank u now i undestand exactly what happen in search help

  • @sanatanabehera2327
    @sanatanabehera2327 7 місяців тому +2

    Thank you sir . Kindly make the video on hot key and collective search help and how many ways to assign the search help

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

      Collective Search help and 2 ways to assign the search help are already covered here. Once you move on to ABAP programming ,Module Pool programming playlist , you will also learn how to assign the values using SAP standard function modules. Hot Key will be covered in the future.

  • @SAP_USER
    @SAP_USER 9 днів тому +1

    Hi sir, if I declare parameter as
    PARAMETERS P_ID TYPE TABLE_NAME-FIELDNAME.
    it won't give any error.
    But I use it as select-option it gives error as table_name-fieldname is unknown
    Select-options s_id for table_name-fieldname.

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  7 днів тому

      You need to write - TABLES : name of the table which you are referring to. Once you move on to ABAP Programming , you will learn this syntax for select-options.

  • @chaitanyakumarramireddy
    @chaitanyakumarramireddy 4 місяці тому +1

    Had a good exposure about search help and one question, how I get f4 option for table fields on SM30 screen, could you please share the idea?

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

      You can create a search help and assign it to table fields. It will appear in SM30 as well.

    • @chaitanyakumarramireddy
      @chaitanyakumarramireddy 4 місяці тому +1

      @@sapabapbyrahulmehta Hi Rahul bro, I tried to create search help for each field for my requirement and now I can able to see on SM30, Thank you

  • @beststocks8555
    @beststocks8555 5 місяців тому +1

    if we unticked all import checkboxes then also it is working then what is the use of import here?

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

      If we take a default value, importing must be unticked. This importing plays a vital role when we use search help in programming. In future, I will cover this as a part of Additional ABAP Concepts playlist.

  • @mugondasravani593
    @mugondasravani593 Рік тому +1

    Sir Pls explain about the import parameter checkbox..
    Import ( input ) from where it is taking ?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Рік тому

      When we use search help in the program at that time, the search help parameters having Import as ticked, Will appear as input when we click on to F4 button. If we are passing default value, then importing checkbox needs to be unticked. If you already have the knowledge of programming, We can assign a search help to a Parameter or select-options using Matchcode object.

  • @mugondasravani593
    @mugondasravani593 Рік тому +1

    Sir what is the use of hot key in the elementary search help ?

    • @sapabapbyrahulmehta
      @sapabapbyrahulmehta  Рік тому +1

      Use of Hot Key will be explained in future as a Part of ABAP Programming Playlist, as Hot Key We used in the programs.