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 painter Changes not reflecting

former_member196331
Active Contributor
0 Likes
730

hi
Facing 1 issue.
I have one program. it will showing the 10 fields in output. i want to add one more field.
for this first i added the separate column ,after add i can able to see the preview.
but while executing the report, the changes are rollbacking. i did not understood, what is happening.
i repeated 5 to 6 times. still same issue, after did changes i am saving and activating. But after executing the report newly added column not coming.

Just for testing, I just added one text, again same issue i am facing, after executing the changes are rollbacking.

Few points are checked. I am not confusing, I have only 1 screen in my program,
in program screen is calling '100' Only not other.

in the program declaration.
CONTROLS tview100 TYPE TABLEVIEW USING SCREEN 100.

In pbo i have below code.
PERFORM init_pbo(rsaqexce) TABLES %g00 USING tview100 'X'.

here %g00 is internal table i have added the newly column, value also there.

Here TABLEVIEW , having only 10 columns only, not able to see 11th column.

need valuabel suggesitons.

0 REPLIES 0