SAP ABAP Class IF_EX_EAM_AUTH_CHECK_ORDER (Interface for BAdI: BADI_EAM_AUTHORITY_CHECK_ORDER)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_BADI_INTERFACE Tag Interface for BAdIs 20080108
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_BADI_EAM_AUTH_ORDER_BEGRU BADI_EAM_AUTHORITY_CHECK_ORDER: Check Authorization Group 20080111
Properties
Class IF_EX_EAM_AUTH_CHECK_ORDER  
Short Description Interface for BAdI: BADI_EAM_AUTHORITY_CHECK_ORDER    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080108   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class IF_EX_EAM_AUTH_CHECK_ORDER has no interface implemented.
Friends
Class IF_EX_EAM_AUTH_CHECK_ORDER has no friend class.
Attributes
Class IF_EX_EAM_AUTH_CHECK_ORDER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK_ORDERS Instance method Public Method Authorization Check for Orders 20080108
Events
Class IF_EX_EAM_AUTH_CHECK_ORDER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_AUFNR Public See coding Structure of Order Numbers 20080108 BEGIN OF gty_s_aufnr, aufnr TYPE aufnr, END OF gty_s_aufnr
2 GTY_T_AUFNR Public See coding Table of Order Numbers (Sorted) 20080108 gty_t_aufnr TYPE SORTED TABLE OF gty_s_aufnr WITH UNIQUE KEY aufnr
Method Signatures

Method AUTHORITY_CHECK_ORDERS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RETURN Call by reference Type reference (TYPE) BAPIRET2 Returnparameter 20080318
2 Changing CT_ORDERS Call by reference Type reference (TYPE) GTY_T_AUFNR Tabelle von Auftragsnummern (sortiert) 20080108
3 Changing CV_MISSING_AUTHORITY Call by reference Type reference (TYPE) ABAP_BOOL fehlende Berechtigungen ja/nein 20080109
4 Importing IV_ACTIVITY Call by reference Type reference (TYPE) AKTYP Aktivitätstyp in der Transaktion 20080108
5 Importing IV_TCODE Call by reference Type reference (TYPE) SYTCODE Transaktionscode 20080110

Method AUTHORITY_CHECK_ORDERS on class IF_EX_EAM_AUTH_CHECK_ORDER has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in