‎2010 Jul 30 8:02 AM
hi experts ,
i created one screen with table contol and input/output fields . in that extract the data productition order feteching data into a table control . i written code for chain and endchain in pai . what ever input fields i put in this chain and end cahin .
but next time in that screen only i fetched wrong data the data not their in the data base .
the remain indivisual fields are refreshing . but my table control data there in the table control not refreshing .
. how to refresh table control data .
‎2010 Jul 30 9:49 AM
Hi Rag,
Use this code to refresh the screen,
WHEN 'REFR'.
CLEAR ok_code.
CALL TRANSACTION 'TCODE'.
or
Clear the internal table you are passing the data.
Thanks,
Fed
‎2010 Jul 30 9:49 AM
Hi Rag,
Use this code to refresh the screen,
WHEN 'REFR'.
CLEAR ok_code.
CALL TRANSACTION 'TCODE'.
or
Clear the internal table you are passing the data.
Thanks,
Fed
‎2010 Jul 30 9:54 AM
‎2010 Jul 30 9:52 AM
Hi,
systax to refresh the table control
REFRESH CONTROL 'TC_VIEW' FROM SCREEN '0100'.
Thanks,
Fed
‎2010 Jul 30 9:54 AM
‎2010 Jul 30 11:04 AM
HI EXPERT ,
I USED UR SYNTAX . BUT WHEN EVER ERROR ACCURED IN MODULE THAT IS IN CHAIN AND ENDCHAIN .
USING UR SYNTAX DELETING TABLE CONTROL DATA . BUT NOT REFRESHING THE DATA IN SCREEN TABLE CONTROL LINE ITEMS ARE NOT REMOVED . FIELDS ARE READY FOR INPUT THE PREVIOUS VALUES . BUT TABLE CONTROL LINE ITEM DATA WE HAVE TO REMOVE . BECAUSE THE USER CONFUSE . IF TABLE CONTROL DATA NOT REMOVE HE UNDER STOOD . WHAT EVER USER ENTER DATA EXISTENCE . IF HE DIDNT SEE MESSAGE .
SUJJECT ME