Class Method list used by SAP ABAP Class CL_SOAP_SEQUENCE_AUTHORITY (sequence authority checks)
SAP ABAP Class CL_SOAP_SEQUENCE_AUTHORITY (sequence authority checks) is using
# Object Type Object Name Object Description Note
     
1 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check( if_seq_authority_constants=>gc_create_sequence ).
2 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check( if_seq_authority_constants=>gc_display_sequence ).
3 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check( if_seq_authority_constants=>gc_reorg_sequence ).
4 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check( if_seq_authority_constants=>gc_restart_sequence ).
5 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check( if_seq_authority_constants=>gc_schedule_sequence ).
6 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check(
7 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE EXPORTING
8 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE i_actv_code = if_seq_authority_constants=>gc_terminate_hard " activity code
9 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE i_force_check = i_force_check " a way to disable authority check
10 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE ).
11 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE authority_check(
12 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE EXPORTING
13 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE i_actv_code = if_seq_authority_constants=>gc_terminate_soft
14 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE i_force_check = I_FORCE_CHECK " a way to disable authority check
15 Class Method  CL_SOAP_SEQUENCE_AUTHORITY - AUTHORITY_CHECK sequence authority checks SOURCE ).