/AWS1/CL_CMTREPOSITORYNAMEID00¶
Information about a repository name and ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_repositoryname TYPE /AWS1/CMTREPOSITORYNAME /AWS1/CMTREPOSITORYNAME¶
The name associated with the repository.
iv_repositoryid TYPE /AWS1/CMTREPOSITORYID /AWS1/CMTREPOSITORYID¶
The ID associated with the repository.
Queryable Attributes¶
repositoryName¶
The name associated with the repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
repositoryId¶
The ID associated with the repository.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYID() |
Getter for REPOSITORYID, with configurable default |
ASK_REPOSITORYID() |
Getter for REPOSITORYID w/ exceptions if field has no value |
HAS_REPOSITORYID() |
Determine if REPOSITORYID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REPOSITORYNAMEIDPAIRLIST¶
TYPES TT_REPOSITORYNAMEIDPAIRLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTREPOSITORYNAMEID00 WITH DEFAULT KEY
.