Minimising your code

While developing an ABAP Programs, you want to minimize your code by combining statements i.e. chaining statements.

Which of the following characters can be used to do this?

Options
  • : (Colon)
  • , (Comma)
  • . (Period)
  • ‘ (Single Quote)

Related Posts