Skip to content

/AWS1/CL_BDCINPUTCONTENTBLOCK

A block of input content.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_path TYPE /AWS1/BDCMAXLENSTRING /AWS1/BDCMAXLENSTRING

The path to the input content.

Optional arguments:

iv_text TYPE /AWS1/BDCMAXLENSTRING /AWS1/BDCMAXLENSTRING

The text input content.

iv_blob TYPE /AWS1/BDCBODY /AWS1/BDCBODY

The binary input content.


Queryable Attributes

path

The path to the input content.

Accessible with the following methods

Method Description
GET_PATH() Getter for PATH, with configurable default
ASK_PATH() Getter for PATH w/ exceptions if field has no value
HAS_PATH() Determine if PATH has a value

text

The text input 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 input 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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_INPUTCONTENTBLOCKLIST

TYPES TT_INPUTCONTENTBLOCKLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDCINPUTCONTENTBLOCK WITH DEFAULT KEY
.