Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

screen error

Former Member
0 Likes
687

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 .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
648

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

5 REPLIES 5
Read only

Former Member
0 Likes
649

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

Read only

0 Likes
648

thanks

Read only

Former Member
0 Likes
648

Hi,

systax to refresh the table control

REFRESH CONTROL 'TC_VIEW' FROM SCREEN '0100'.

Thanks,

Fed

Read only

0 Likes
648

thanks

Read only

0 Likes
648

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