Skip to content

/AWS1/CL_SSSCOMPONENTINFO

This is information about the component of your SAP application, such as Web Dispatcher.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_componenttype TYPE /AWS1/SSSCOMPONENTTYPE /AWS1/SSSCOMPONENTTYPE

This string is the type of the component.

Accepted value is WD.

iv_sid TYPE /AWS1/SSSSID /AWS1/SSSSID

This string is the SAP System ID of the component.

Accepted values are alphanumeric.

iv_ec2instanceid TYPE /AWS1/SSSINSTANCEID /AWS1/SSSINSTANCEID

This is the Amazon EC2 instance on which your SAP component is running.

Accepted values are alphanumeric.


Queryable Attributes

ComponentType

This string is the type of the component.

Accepted value is WD.

Accessible with the following methods

Method Description
GET_COMPONENTTYPE() Getter for COMPONENTTYPE, with configurable default
ASK_COMPONENTTYPE() Getter for COMPONENTTYPE w/ exceptions if field has no value
HAS_COMPONENTTYPE() Determine if COMPONENTTYPE has a value

Sid

This string is the SAP System ID of the component.

Accepted values are alphanumeric.

Accessible with the following methods

Method Description
GET_SID() Getter for SID, with configurable default
ASK_SID() Getter for SID w/ exceptions if field has no value
HAS_SID() Determine if SID has a value

Ec2InstanceId

This is the Amazon EC2 instance on which your SAP component is running.

Accepted values are alphanumeric.

Accessible with the following methods

Method Description
GET_EC2INSTANCEID() Getter for EC2INSTANCEID, with configurable default
ASK_EC2INSTANCEID() Getter for EC2INSTANCEID w/ exceptions if field has no value
HAS_EC2INSTANCEID() Determine if EC2INSTANCEID 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_COMPONENTINFOLIST

TYPES TT_COMPONENTINFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSSCOMPONENTINFO WITH DEFAULT KEY
.