SAP IHC_CL_PROC OO Class - Payment Order Entity









IHC_CL_PROC is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IHC_CL_PROC including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IHC_CL_PROC SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
BREAKFor Status-Independent ActionsProtected
CALL METHOD ihc_cl_proc=>BREAK...more details

BREAK_ACTIONClose Log, Set Rollback and Error FlagProtected
CALL METHOD ihc_cl_proc=>BREAK_ACTION...more details

CHECK_AUTHORITYPrivate
CALL METHOD ihc_cl_proc=>CHECK_AUTHORITY...more details

ENDFor Status-Independent ActionsProtected
CALL METHOD ihc_cl_proc=>END...more details

END_LOGRead Messages and Close LogPrivate
CALL METHOD ihc_cl_proc=>END_LOG...more details

END_OF_ACTIONInserts correct status at end of action and closes logProtected
CALL METHOD ihc_cl_proc=>END_OF_ACTION...more details

GET_AUTHORITY_FLAGRead Authorization Error IndicatorProtected
CALL METHOD ihc_cl_proc=>GET_AUTHORITY_FLAG...more details

GET_INSTANCEGet Instance of a Payment OrderPrivate
CALL METHOD ihc_cl_proc=>GET_INSTANCE...more details

ROLLBACKPrivate
CALL METHOD ihc_cl_proc=>ROLLBACK...more details

SET_AUTHORITY_FLAGSet Authorization Error IndicatorProtected
CALL METHOD ihc_cl_proc=>SET_AUTHORITY_FLAG...more details

STARTFor Status-Independent ActionsProtected
CALL METHOD ihc_cl_proc=>START...more details

START_LOGOpen Log and Write MessagesPrivate
CALL METHOD ihc_cl_proc=>START_LOG...more details

START_OF_ACTIONCheck if an action may be executed, open logProtected
CALL METHOD ihc_cl_proc=>START_OF_ACTION...more details



IHC_CL_PROC attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
CONO_CANCEL_XDOCConstantIHC: Internal Action in Processes'XDOC_CANC'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_CHECKConstantIHC: Internal Action in Processes'FCHE'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_DETERMINE_CLConstantIHC: Internal Action in Processes'DET_CL'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_POST_FINConstantIHC: Internal Action in Processes'FIN_POST'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_PROCConstantIHC: Internal Action in Processes'PROC'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_READ_XDOCConstantIHC: Internal Action in Processes'XDOC_READ'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_RELEASEConstantIHC: Internal Action in Processes'RELEASE'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_REPROCConstantIHC: Internal Action in Processes'REPROC'LIKE
IHC_DTE_PROC_ACTION
Protected
CONO_ROUTINGConstantIHC: Internal Action in Processes'ROUTING'LIKE
IHC_DTE_PROC_ACTION
Protected
CONP_DUALConstantIHC: Action'DUAL'LIKE
IHC_DTE_PROC_ACTION
Protected
CONP_PREPROCESSConstantIHC: Action'PREPROC'LIKE
IHC_DTE_PROC_ACTION
Protected
CONP_RELEASEConstantIHC: Action'RELEASE'LIKE
IHC_DTE_PROC_ACTION
Protected
CONP_STOPConstantIHC: Action'STOP'LIKE
IHC_DTE_PROC_ACTION
Protected
CONP_TO_PROCESSConstantIHC: Action'TO_PROC'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_AMS_POSTConstantIHC: Action'AMSPOST'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_AMS_PREPOSTConstantIHC: Action'AMSPPPOST'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_AMS_REWINDConstantIHC: Action'AMSREWIND'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_ARCHIVEConstantIHC: Action'ARCHIVE'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_ARCHIVE_OBJECTConstantArchiving Object'IHC_ARC'LIKE
ARCH_OBJ-OBJECT
Protected
CON_BLOCKConstantIHC: Internal Action in Processes'BLOCK'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_CANCELConstantIHC: Action'CANCEL'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_CHANGEConstantIHC: Action'CHANGE'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_CLEAR_ERRORConstantIHC: Action'CLEARERR'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_CREATEConstantIHC: Action'CREATE'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_DELETEConstantIHC: Action'DELETE'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_EXT_ORDERConstantIHC: Action'EXTORDER'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_PROCESS_BGConstantIHC: Action'PROC_BG'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_READConstantIHC: Action'READ'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_RESETConstantIHC: Action'RESET'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_SAVEConstantIHC: Action'SAVE'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_UNBLOCKConstantIHC: Internal Action in Processes'UNBLOCK'LIKE
IHC_DTE_PROC_ACTION
Protected
CON_UPDATE_ENTConstantIHC: Action'UPD_ENT'LIKE
IHC_DTE_PROC_ACTION
Protected
ERROR_ROLLBACKStatic AttributeShould the process method trigger a commit?'X'LIKE
IHC_DTE_HANDLE_LUW
Private
LAST_PN_SEMKEYStatic AttributePO Semantic KeyLIKE
IHC_STR_PN_SEMKEY
Private
LOG_OPENEDStatic AttributeHow many times was the log opened?LIKE
I
Private
MD_BACKGROUNDStatic Attribute'X': Automatic ProcessingLIKE
XFELD
Protected
MD_POST_BEHAVIOURStatic AttributeProcessing a Payment in IHCLIKE
IHC_DTE_TMPPOST
Protected
NO_AUTHOStatic AttributeSingle-Character IndicatorLIKE
CHAR1
Private


Links to Related Class(s)

IHC_CL_P...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!