Skip to content

/AWS1/CL_BDCRESOURCECONTENT

Contains information about resource content.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_type TYPE /AWS1/BDCRESOURCECONTENTTYPE /AWS1/BDCRESOURCECONTENTTYPE

The type of resource content.

Optional arguments:

iv_uri TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The URI of the resource content.

iv_mimetype TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The MIME type of the resource content.

iv_text TYPE /AWS1/BDCSTRING /AWS1/BDCSTRING

The text resource content.

iv_blob TYPE /AWS1/BDCBLOB /AWS1/BDCBLOB

The binary resource content.


Queryable Attributes

type

The type of resource content.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

uri

The URI of the resource content.

Accessible with the following methods

Method Description
GET_URI() Getter for URI, with configurable default
ASK_URI() Getter for URI w/ exceptions if field has no value
HAS_URI() Determine if URI has a value

mimeType

The MIME type of the resource content.

Accessible with the following methods

Method Description
GET_MIMETYPE() Getter for MIMETYPE, with configurable default
ASK_MIMETYPE() Getter for MIMETYPE w/ exceptions if field has no value
HAS_MIMETYPE() Determine if MIMETYPE has a value

text

The text resource content.

Accessible with the following methods

Method Description
GET_TEXT() Getter for TEXT, with configurable default
ASK_TEXT() Getter for TEXT w/ exceptions if field has no value
HAS_TEXT() Determine if TEXT has a value

blob

The binary resource content.

Accessible with the following methods

Method Description
GET_BLOB() Getter for BLOB, with configurable default
ASK_BLOB() Getter for BLOB w/ exceptions if field has no value
HAS_BLOB() Determine if BLOB has a value