Guest User

Untitled

a guest
Nov 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. ************************************* CHECKBOX **********************************************
  2. *parameters: p_cat8 as checkbox user-command chk.
  3. *
  4. *parameters: p_lifnr type lfa1-lifnr modif id chk.
  5. *
  6. *parameters: p_belnr type bsak-belnr modif id chk.
  7. *
  8. *
  9. *
  10. *at selection-screen output.
  11. *
  12. *
  13. *
  14. *if p_cat8 ne 'X'."p_cat8 = space.
  15. *
  16. *loop at screen.
  17. *
  18. *if screen-group1 = 'CHK'.
  19. *
  20. *screen-input = '0'.
  21. *
  22. *modify screen.
  23. *
  24. *endif.
  25. *
  26. *endloop.
  27. *
  28. *endif.
  29. *
Add Comment
Please, Sign In to add comment