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

ERROR MESSAGE OCCURED IN SCREEN . REMOVE THE TABLE CONTROL LINE ITEMS DATA

Former Member
0 Likes
485

HI EXPERTs ,

I USED REFRESH CONTROL 'TBC_QT' FROM SCREEN '0300'. SYNTAX . BUT WHEN EVER ERROR ACCURED IN MODULE THAT IS IN CHAIN AND ENDCHAIN .

USING THIS SYNTAX DELETING TABLE CONTROL ATTRBUTES . 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 .

WHAT IS THE SOLUSTION FOR THAT .

Moderator message - Do not post in all caps!

Edited by: Rob Burbank on Jul 31, 2010 9:00 PM

HI EXPERTs ,

I USED REFRESH CONTROL 'TBC_QT' FROM SCREEN '0300'. SYNTAX . BUT WHEN EVER ERROR ACCURED IN MODULE THAT IS IN CHAIN AND ENDCHAIN .

USING THIS SYNTAX DELETING TABLE CONTROL ATTRBUTES . 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 .

WHAT IS THE SOLUSTION FOR THAT .

Moderator message - Do not post in all caps!

Edited by: Rob Burbank on Jul 31, 2010 9:00 PM

2 REPLIES 2
Read only

Former Member
0 Likes
452

Hi,

can u specify clearly ur requirment ?

Read only

0 Likes
452

hi expert ,

i created one gui screen . in screen paiinter with i/o field and table control . first i entred one value in i/o field that is in the data base .

when ever click on ok button i write code the data comes to table control.

now in the first i/o field i given onother no in that time the givin no not in the data base . suppose the given value not there in the database for that i written code beteen

chain .

pai .

fields : zbarcode_db-aufnr .

module xyz .

endchain .

in program

module xyz .

select single aufnr ......where aufnr .. .

if sy-subrc ne 0 .

REFRESH CONTROL 'TBC_QT' FROM SCREEN '0300'.

clear t_table .

message e001.

endif .

endmodule .

but when ever sy-subrc ne 0 . the error message will come . this time preiovus data alrady in the table control .

but i want to refresh that data .