cancel
Showing results for 
Search instead for 
Did you mean: 

Existing Field value is getting blank in table control when newly inserted field value filled.

gowtham8179
Explorer
0 Kudos

Hi Guys,

Requirement: I have got requirement to insert check box  in a existing table control to modify selected items in a custom DB table.

1. Table control already has a check box which is being used for some other purpose and now, i have added one more check box in that table control.

Issue:

Whenever i try to check the existing check box(2) after checking newly added check box(1), then for one of the existing field value in that respective row is getting cleared.

gowtham8179_0-1710244541771.png

 

Observations:

1. Table control is created based on the internal table created in the same program.

2. Field that got cleared is not on screen level but it is present in internal table.

3. The issue is occurring in PAI event after processing CHAIN & ENDCHAIN logic.

 

Please look into the attachments

 

Thanks ,

Gowtham

 

Sandra_Rossi
Active Contributor
0 Kudos
There's a bug in your code: you are clearing the contents of the field. Just debug your program. For instance, you can add a watchpoint on the variable.

Accepted Solutions (0)

Answers (0)