Greetings,
I am using FM 'NUMBER_GET_NEXT' and I am showing the generated number in ALV grid Output, I don't want to generate new number until I have hit SAVE button in the ALV output. Meanwhile FYI, I have passed IGNORE_BUFFER = 'X' in the FM NUMBER_GET_NEXT and in the ALV output when SY-UCOMM is BACK I am writing the Statement ROLLBACK WORK., Debugger goes there but yet new number range gets generated when the report is processed again.
Also FYI when I use the ROLLBACK WORK before the FM 'REUSE_ALV_GRID_DISPLAY' it works fine but it I want it function after hitting SAVE in the ALV output.
Please guide me.