Subscreen in Module Pool | Subscreen in SAP ABAP | Screen in Module Pool Programming in SAP ABAP

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

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

  • @sapnasingh8681
    @sapnasingh8681 2 года назад +1

    Excellent

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

    Hi sir , I did not getting the o/p I am getting only personal details when I select another radio button it is not showing the corresponding details ....pls help me

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

    selection screen being of block is not working for module pool programing the program is type 1
    can you please help

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

    Call subscreen sub including sy-repid gv_screen is the showing error the include block is not specified can you help me to solve this error

  • @telugurockz867
    @telugurockz867 3 года назад +1

    TQ U SIR.

  • @dineshkumars6444
    @dineshkumars6444 2 года назад +1

    ​what is meaning INTO @DATA(LS_EMP_DATA)
    WHERE EMP_ID = @A_EMP_ID ?

    • @LearnSapAbap
      @LearnSapAbap  2 года назад

      @data(Ls_emp_data) means we are declaring an inline declaration. I.e declaring workarea while writing select query
      @a_emp_id means passing variable to that field.

    • @dineshkumars6444
      @dineshkumars6444 2 года назад

      @@LearnSapAbap thank you for the explanation