SAP ABAP Class IF_POBJ_LEVEL_NOTES (POBJ Notes Handling Interface)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface composition (i COMPRISING i_ref)  IF_POBJ_LEVEL POBJ Base Class Interface 20060406
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_POBJ_LEVEL POBJ Base Level Class 20060406
Properties
Class IF_POBJ_LEVEL_NOTES  
Short Description POBJ Notes Handling Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20060405   SAP 
Last change 20070913   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_POBJ_LEVEL_NOTES has no forward declaration.
Interfaces
Class IF_POBJ_LEVEL_NOTES has no interface implemented.
Friends
Class IF_POBJ_LEVEL_NOTES has no friend class.
Attributes
Class IF_POBJ_LEVEL_NOTES has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_NOTE Instance method Public Method Creates note in buffer. Doesnt return Note Key 20060406
2 DELETE_NOTE Instance method Public Method marks the note for deletion in buffer for the given note key 20060406
3 GET_NOTES Instance method Public Method Returns all the note details against current level 20060406
4 UPDATE_NOTE Instance method Public Method Marks the note with the given notekey for update in buffer 20060406
Events
Class IF_POBJ_LEVEL_NOTES has no event.
Types
Class IF_POBJ_LEVEL_NOTES has no local type.
Method Signatures

Method CREATE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE_STRUCTURE Call by reference Type reference (TYPE) POBJS_NOTE_DETAILS Structure of Note Details 20060406
# Exception Resumable Description Created on
1 CX_POBJ_PROCESS_OBJECT 20060406

Method DELETE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DELETE_ALL_NOTES_FLAG Value transfer Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20060406
2 Importing NOTE_KEY Call by reference Type reference (TYPE) POBJS_NOTE_KEY Structure Of Note Key 20060406
# Exception Resumable Description Created on
1 CX_POBJ_PROCESS_OBJECT 20060406

Method GET_NOTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting NOTES Call by reference Type reference (TYPE) POBJT_NOTE_DETAILS Table of Note Details 20060406
# Exception Resumable Description Created on
1 CX_POBJ_PROCESS_OBJECT 20060406

Method UPDATE_NOTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing NOTE_STRUCTURE Call by reference Type reference (TYPE) POBJS_NOTE_DETAILS Structure of Note Details 20060406
# Exception Resumable Description Created on
1 CX_POBJ_PROCESS_OBJECT 20060406
History
Last changed by/on SAP  20070913 
SAP Release Created in