‎2021 Nov 10 11:58 AM
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.