sap - ABAP: How to get back to the calling screen? -


my current screen-build looks this:

current-program

but when try screen 250(called screen) 100(the calling screen) leaves program.

    case ok_code. *navigation calling screen     when 'back'.       set screen 0. 

i hope guys me out. thanks!

assign ok code field in screen 250 ok_code. in screen painter set ok code in screen (it's bottom attribute type ok) ok_code , original code should work.


Comments

Popular posts from this blog

sql - can we replace full join with union of left and right join? why not? -

javascript - Parallax scrolling and fixed footer code causing width issues -

iOS: Performance of reloading UIImage(name:...) -