SAP CITEMX OO Class - Node Element









CITEMX 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 CITEMX including details of:

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

Inheritance

This OO class has a superclass assigned to it, which means it will inherit its objects and methods. The superclass for CITEMX is C_BASIC_NODE

Method list of CITEMX 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
ABORT_JOBCancel JobPublic
CALL METHOD citemx=>ABORT_JOB...more details

APPEND_DEPENDENCYAdd DependencyPublic
CALL METHOD citemx=>APPEND_DEPENDENCY...more details

APPEND_SUCCESSORAdding of SuccessorPublic
CALL METHOD citemx=>APPEND_SUCCESSOR...more details

BP_JOB_HEADCancel JobPublic
CALL METHOD citemx=>BP_JOB_HEAD...more details

BTC_JOBNAMEPrivate
CALL METHOD citemx=>BTC_JOBNAME...more details

BTC_JOBNAME_STATICPrivate
CALL METHOD citemx=>BTC_JOBNAME_STATIC...more details

CAN_STARTCheck Whether Job Can StartPublic
CALL METHOD citemx=>CAN_START...more details

CHANGE_DATAChange to DataPublic
CALL METHOD citemx=>CHANGE_DATA...more details

CHANGE_DOCUMENT_READRead Change DocumentsPublic
CALL METHOD citemx=>CHANGE_DOCUMENT_READ...more details

CLEAR_VALUESPrivate
CALL METHOD citemx=>CLEAR_VALUES...more details

CONSTRUCTORConstructorPublic
CALL METHOD citemx=>CONSTRUCTOR...more details

CONTAINS_DEPENDENCYDoes Node or Subnode contain PCITEM in a DependencyPublic
CALL METHOD citemx=>CONTAINS_DEPENDENCY...more details

COPY_NOTIZCopy NotePublic
CALL METHOD citemx=>COPY_NOTIZ...more details

COPY_OFFICE_DOCUMENTCopy Office DocumentPublic
CALL METHOD citemx=>COPY_OFFICE_DOCUMENT...more details

CREATE_DEPSCreate DependenciesPublic
CALL METHOD citemx=>CREATE_DEPS...more details

CREATE_TASK_LISTCreate Task List for SchedManPublic
CALL METHOD citemx=>CREATE_TASK_LIST...more details

CREATE_TEXT_NAMECreate Text NamePublic
CALL METHOD citemx=>CREATE_TEXT_NAME...more details

DELETEDelete Node and Remove from Parent NodePublic
CALL METHOD citemx=>DELETE...more details

DELETE_DEPENDENCYDelete DependenciesPublic
CALL METHOD citemx=>DELETE_DEPENDENCY...more details

DELETE_DEPTREEDelete Entire Dependency ChainPublic
CALL METHOD citemx=>DELETE_DEPTREE...more details

DELETE_OFFICE_DOCDeletion of an Office DocumentPublic
CALL METHOD citemx=>DELETE_OFFICE_DOC...more details

DELETE_PLANNED_RELEASED_JOBCancel JobPublic
CALL METHOD citemx=>DELETE_PLANNED_RELEASED_JOB...more details

DEPENDS_ONIf Dependent on ..., then Include this ItemPublic
CALL METHOD citemx=>DEPENDS_ON...more details

DISCONNECT_DEPSRemove Dependency from All Dependent NodesPublic
CALL METHOD citemx=>DISCONNECT_DEPS...more details

EXECUTEExecute Task DirectlyPublic
CALL METHOD citemx=>EXECUTE...more details

GET_ALL_DEPENDENT_ITEMSReturn All Direct DependenciesPublic
CALL METHOD citemx=>GET_ALL_DEPENDENT_ITEMS...more details

GET_AS_LISTReturn Objects as ListPublic
CALL METHOD citemx=>GET_AS_LIST...more details

GET_DEP_ITEMSDependenciesPublic
CALL METHOD citemx=>GET_DEP_ITEMS...more details

GET_DEP_ITEMS2Select All ir_item abh. ItemsPublic
CALL METHOD citemx=>GET_DEP_ITEMS2...more details

GET_DETAILED_STATUSDetailed Status InformationPublic
CALL METHOD citemx=>GET_DETAILED_STATUS...more details

GET_JOB_IDGet WF ID Using scmatreedPublic
CALL METHOD citemx=>GET_JOB_ID...more details

GET_JOB_NAMEReturn Job NamePublic
CALL METHOD citemx=>GET_JOB_NAME...more details

GET_JOB_STATUSPrivate
CALL METHOD citemx=>GET_JOB_STATUS...more details

GET_LOG_HANDLESRead Application Log of TaskPublic
CALL METHOD citemx=>GET_LOG_HANDLES...more details

GET_MV_EXE_USRPrivate
CALL METHOD citemx=>GET_MV_EXE_USR...more details

GET_OFFICE_DOCOffice Dokument Exists?Public
CALL METHOD citemx=>GET_OFFICE_DOC...more details

GET_ORG_NODEGenerate PathPublic
CALL METHOD citemx=>GET_ORG_NODE...more details

GET_ORG_TYPE_TEXTText for Org TypePublic
CALL METHOD citemx=>GET_ORG_TYPE_TEXT...more details

GET_PATHGenerate PathPublic
CALL METHOD citemx=>GET_PATH...more details

GET_PREDECESSORSGives the task back to the predecessorPublic
CALL METHOD citemx=>GET_PREDECESSORS...more details

GET_ROOT_NODEGet_Root_NODEPublic
CALL METHOD citemx=>GET_ROOT_NODE...more details

GET_RT_PARAMPrepare Parameters for Passing to Remote TaskPublic
CALL METHOD citemx=>GET_RT_PARAM...more details

GET_SMOUTPUTPrivate
CALL METHOD citemx=>GET_SMOUTPUT...more details

GET_START_DATE_TIMEDetermination of Start Time of a ReportPublic
CALL METHOD citemx=>GET_START_DATE_TIME...more details

GET_STATUSDetermine statusPublic
CALL METHOD citemx=>GET_STATUS...more details

GET_TASK_IDGet Task IDPublic
CALL METHOD citemx=>GET_TASK_ID...more details

GET_TEXT_NAMECreate Text NamePublic
CALL METHOD citemx=>GET_TEXT_NAME...more details

GET_TREEDPrivate
CALL METHOD citemx=>GET_TREED...more details

GET_WF_IDGet WF ID Using scmatreedPublic
CALL METHOD citemx=>GET_WF_ID...more details

GET_WORKFLOW_STATESDelivers StatusesPublic
CALL METHOD citemx=>GET_WORKFLOW_STATES...more details

HAS_NOTIZObject has a notePublic
CALL METHOD citemx=>HAS_NOTIZ...more details

HAS_OFFICE_DOCOffice Dokument Exists?Public
CALL METHOD citemx=>HAS_OFFICE_DOC...more details

IS_ACTIVE_JOBPrivate
CALL METHOD citemx=>IS_ACTIVE_JOB...more details

IS_INACTIVEPrivate
CALL METHOD citemx=>IS_INACTIVE...more details

IS_USR_CONTAINEDPrivate
CALL METHOD citemx=>IS_USR_CONTAINED...more details

IS_VISIBLEPrivate
CALL METHOD citemx=>IS_VISIBLE...more details

MIGRATE_OLD_TEXT_NAMEPrivate
CALL METHOD citemx=>MIGRATE_OLD_TEXT_NAME...more details

OFFSET_TIME_TO_SECONDSPrivate
CALL METHOD citemx=>OFFSET_TIME_TO_SECONDS...more details

ON_SHOW_CHANGEDOCUMENTDisplay Change Documents for TaskPublic
CALL METHOD citemx=>ON_SHOW_CHANGEDOCUMENT...more details

ON_VALUE_CHANGEChange Field from Item (with Raise Event)Public
CALL METHOD citemx=>ON_VALUE_CHANGE...more details

REPARENTMove me to another CNode objectPublic
CALL METHOD citemx=>REPARENT...more details

REPLACE_DEPENDCENYReplace DependenciesPublic
CALL METHOD citemx=>REPLACE_DEPENDCENY...more details

SAVE_ASSave to DBPublic
CALL METHOD citemx=>SAVE_AS...more details

SECONDS_TO_OFFSET_TIMEPrivate
CALL METHOD citemx=>SECONDS_TO_OFFSET_TIME...more details

SET_ITEM_BATCHJOB_IDPrivate
CALL METHOD citemx=>SET_ITEM_BATCHJOB_ID...more details

SET_ITEM_EXE_DAY_OFFSETSet Offset in DaysPublic
CALL METHOD citemx=>SET_ITEM_EXE_DAY_OFFSET...more details

SET_ITEM_EXE_TIMESet Time OffsetPublic
CALL METHOD citemx=>SET_ITEM_EXE_TIME...more details

SET_ITEM_POSPrivate
CALL METHOD citemx=>SET_ITEM_POS...more details

SET_ITEM_SAP_SCRIPT_IDPrivate
CALL METHOD citemx=>SET_ITEM_SAP_SCRIPT_ID...more details

SET_ITEM_TEXTPrivate
CALL METHOD citemx=>SET_ITEM_TEXT...more details

SET_MV_EXE_USRPrivate
CALL METHOD citemx=>SET_MV_EXE_USR...more details

SET_OFFICE_DOC_STORE_DBSet m_office_doc and Save Using UpdatePublic
CALL METHOD citemx=>SET_OFFICE_DOC_STORE_DB...more details

SET_RT_PARAMPrepare Parameters for Passing to Remote TaskPublic
CALL METHOD citemx=>SET_RT_PARAM...more details

SET_STATUSChange Status and Write to DBPublic
CALL METHOD citemx=>SET_STATUS...more details

SET_TVARVCSet Variant VariablesPublic
CALL METHOD citemx=>SET_TVARVC...more details

STATUS_CHANGE_PERMITTEDPrivate
CALL METHOD citemx=>STATUS_CHANGE_PERMITTED...more details

UPDATE_DATESPrivate
CALL METHOD citemx=>UPDATE_DATES...more details

UPDATE_ITEM_DATAConstructorPublic
CALL METHOD citemx=>UPDATE_ITEM_DATA...more details

UPDATE_JOB_MANAGEMENTUpdate Job AdminstrationPublic
CALL METHOD citemx=>UPDATE_JOB_MANAGEMENT...more details

UPDATE_RT_DEFAULTJOBSchedule/Change Default Job in CPSPublic
CALL METHOD citemx=>UPDATE_RT_DEFAULTJOB...more details

UPDATE_STATUSUpdate StatusPublic
CALL METHOD citemx=>UPDATE_STATUS...more details

UPDATE_STATUS_INTERNAL_STATICUpdate StatusPublic
CALL METHOD citemx=>UPDATE_STATUS_INTERNAL_STATIC...more details

VALUE_CLEARReturn Objects as ListPublic
CALL METHOD citemx=>VALUE_CLEAR...more details

WF_STATUS_GETCancel JobPublic
CALL METHOD citemx=>WF_STATUS_GET...more details



CITEMX 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
DEPENDENCIESInstance AttributeDependenciesLIKE
CDEPENDENCIES
Public
ITEMInstance AttributeAdministration of a Job (Report/Transaction or Workflow)LIKE
TFC_TEMPL_ITEM
Public
MD_EXPAND_BUFFERInstance AttributeCheckboxLIKE
XFELD
Public
MD_VARIANTE_MANUALInstance AttributeVariant Specified ManuallyLIKE
RALDB_VARI
Public
MS_MESSAGEInstance AttributeStructure of a MessageLIKE
TFC_S_MESSAGE
Private
MT_DOCUMENTSInstance AttributeDefault Internal Table for TFC_TEMPL_OFFICELIKE
TFC_T_DOCUMENTS_NS
Public
MT_RT_PARAMInstance AttributeParameters of Remote TaskLIKE
TFC_T_PARAM
Private
MT_SMOUTPUTInstance AttributeIndividual Statuses for WF ItemsLIKE
TFC_T_SMOUTPUT
Private
MV_EXE_USRInstance AttributeUser NameLIKE
SYUNAME
Private
MV_RT_DEFAULTJOBIDInstance AttributeID of Default Remote TaskLIKE
TFC_RT_JOB_ID
Public
MV_RT_JOB_IDInstance AttributeID of Remote TaskLIKE
TFC_RT_JOB_ID
Public
M_COPY_IDInstance AttributeLIKE
Private
M_HAS_JOBLOGInstance AttributeLIKE
Private
M_HAS_SPOOLInstance AttributeLIKE
Private
M_OFFICE_DOCInstance AttributeOffice Document NrLIKE
BDS_DOCID
Public
M_SMOUTPUTInstance AttributeLIKE
Private
M_SPOOL_LISTSInstance AttributeLIKE
Private
M_SUCCESSORSInstance AttributeAll Direct Successors of ItemLIKE
CITEMS
Public
M_TEST_HAS_JOBLOGInstance AttributeLIKE
Private
M_TEST_HAS_SPOOLInstance AttributeLIKE
Private
M_TEST_SMOUTPUTInstance AttributeLIKE
Private
M_TEST_SPOOL_LISTSInstance AttributeLIKE
Private
M_TEST_TREEDInstance AttributeLIKE
Private
M_TREEDInstance AttributeLIKE
Private
VARIANTE_TECHInstance AttributeTechnical Variant NameLIKE
TFC_VARIANT
Public


Links to Related Class(s)

CITEMX...
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!