SAP ABAP Interface IF_WB_OBJECT_VERSION (Version of a workbench object)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO (Application Component) Workbench Tools: Editors, Painters, Modelers
     SWB_VERSIONING (Package) Versioning functionality
Properties
Interface IF_WB_OBJECT_VERSION  
Short Description Version of a workbench object    
General Data
Package SWB_VERSIONING   Versioning functionality 
Created 20110114   SAP 
Last changed 20110908   SAP 
Unicode checks active    
Forward declarations
Interface IF_WB_OBJECT_VERSION has no forward declaration.
Interfaces
Interface IF_WB_OBJECT_VERSION has no interface.
Friends
Interface IF_WB_OBJECT_VERSION has no friend.
Attributes
Interface IF_WB_OBJECT_VERSION has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 GET_CONTENT Instance method Public Method Provides the content of a single version 20110228
2 GET_INFO Instance method Public Method Provides general information for a version 20110228
Events
Interface IF_WB_OBJECT_VERSION has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_WB_OBJECT_VERSION Public See coding 20110228 begin of ty_wb_object_version, versno type versno, korrnum type verskorrno, author type versuser, datum type versdate, zeit type verstime, trequest_text type as4text. types end of ty_wb_object_version
2 T_TY_OBJ_VERS Public See coding 20110228 t_ty_obj_vers type standard table of ty_wb_object_version with non-unique default key
3 T_TY_OBJ_VERS_INFO Public See coding 20110324 t_ty_obj_vers_info type standard table of ref to cl_wb_obj_version_info with non-unique default key
Method Signatures

Method GET_CONTENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting DATA Call by reference Type reference (TYPE) DATA 20110228
# Exception Resumable Description Created on
1 CX_WB_OBJECT_VERSIONING Exception class for object versioning 20110228

Method GET_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TY_WB_OBJECT_VERSION 20110228
# Exception Resumable Description Created on
1 CX_WB_OBJECT_VERSIONING Exception class for object versioning 20110228
History
Last changed by/on SAP  20110908 
SAP Release Created in