‎2008 Apr 29 4:31 AM
My program will display the report in a ALV grid format (not in OO, no method or class used here, only FM are used), user can select rows and update the dates in the PM orders. The REFRESH button comes with the GUI Status "STANDARD1" does not do anything, so I create a custom button "REF". Normally I will read the updated records into the internal table and use FM "REUSE_ALV_GRID_DISPLAY" to refresh the screen; but this time I need to use a logical database to collect the data, "GET <DIAUFK>" is only allowed to use once in the program, so how can I retrieve my data again after the refresh?
Does anybody know where the Basic Start and Finsh dates of the PM order are stored? They are the screen fields CAUFVD-GSTRP and CAVFVD-GLTRP on IW32 Header tab.
‎2008 Apr 29 5:07 AM
‎2008 Apr 29 5:07 AM
‎2008 Apr 29 5:40 PM
This is the table I am looking for, now I can refresh the screen with the updated data.
You make my day! Thank You.