/AWS1/CL_BLDBTCGETPROJECTSOUT¶
BatchGetProjectsOutput
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IT_PROJECTS
TYPE /AWS1/CL_BLDPROJECT=>TT_PROJECTS
TT_PROJECTS
¶
Information about the requested build projects.
IT_PROJECTSNOTFOUND
TYPE /AWS1/CL_BLDPROJECTNAMES_W=>TT_PROJECTNAMES
TT_PROJECTNAMES
¶
The names of build projects for which information could not be found.
Queryable Attributes¶
projects¶
Information about the requested build projects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROJECTS() |
Getter for PROJECTS, with configurable default |
ASK_PROJECTS() |
Getter for PROJECTS w/ exceptions if field has no value |
HAS_PROJECTS() |
Determine if PROJECTS has a value |
projectsNotFound¶
The names of build projects for which information could not be found.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PROJECTSNOTFOUND() |
Getter for PROJECTSNOTFOUND, with configurable default |
ASK_PROJECTSNOTFOUND() |
Getter for PROJECTSNOTFOUND w/ exceptions if field has no va |
HAS_PROJECTSNOTFOUND() |
Determine if PROJECTSNOTFOUND has a value |