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
@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.
Excellent
Thanks 😊
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
selection screen being of block is not working for module pool programing the program is type 1
can you please help
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
TQ U SIR.
what is meaning INTO @DATA(LS_EMP_DATA)
WHERE EMP_ID = @A_EMP_ID ?
@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.
@@LearnSapAbap thank you for the explanation