Get Table data Dynamically from Standard Program to Internal Table



    field-symbols : <zrseg> type table.

    
assign ('(SAPLMR1M)YDRSEG[]'to <zrseg>.

   
if  <zrseg> is not assigned.
     
exit.
   
endif.

Comments

Popular posts from this blog

SAP ABAP-Internal Table Operations and Example Program

HR ABAP Interview Questions and Answers

BDC (Batch Data Communication) - SAP ABAP