Skip to content

catch blocks #3742

@larshp

Description

@larshp
    CATCH cx_salv_not_found INTO DATA(lx_not_found).
      MESSAGE lx_not_found TYPE 'E'.
    CATCH cx_salv_data_error INTO DATA(lx_data_error).
      MESSAGE lx_data_error TYPE 'E'.
    CATCH cx_salv_existing INTO DATA(lx_existing).
      MESSAGE lx_existing TYPE 'E'.
    CATCH cx_salv_wrong_call INTO DATA(lx_wrong_call).
      MESSAGE lx_wrong_call TYPE 'E'.
  ENDTRY.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions