Dear All:
If the internal table data index is different with the output, I how to know mapping the screen data to internal table data.
Example: format as below
Schedule Report
Summary format 201105 Page: |----
|
Field1
Field2
Field4
Field5
Field7
Field8
Field9
Field12
Field15
date1
date2
date4
date5
date7
date8
date9
date12
date15
date1
date2
date4
date5
date7
date8
date9
date12
date15
date1
date2
date4
date5
date7
date8
date9
date12
date15
internal table incule field1 ~ 16, when detail format will all display, when others format will show some field.
When data output to screen will by double click to call transaction X1, the X1 need to data from Field1 to Field7 will be worked.
But when I using READ CURRENT LINE FIELD VALUE or sy-lisel or GET CURSOR LINE, all will get all field data, these statement always get data from the screen and how to get data from this screen data in the internal table?
Add a comment