Skip to content

/AWS1/CL_CNTEMAILATTACHMENT

Information about the email attachment files.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_filename TYPE /AWS1/CNTFILENAME /AWS1/CNTFILENAME

A case-sensitive name of the attached file being uploaded.

iv_s3url TYPE /AWS1/CNTPRESIGATTACHMENTURL /AWS1/CNTPRESIGATTACHMENTURL

The pre-signed URLs for the S3 bucket where the email attachment is stored.


Queryable Attributes

FileName

A case-sensitive name of the attached file being uploaded.

Accessible with the following methods

Method Description
GET_FILENAME() Getter for FILENAME, with configurable default
ASK_FILENAME() Getter for FILENAME w/ exceptions if field has no value
HAS_FILENAME() Determine if FILENAME has a value

S3Url

The pre-signed URLs for the S3 bucket where the email attachment is stored.

Accessible with the following methods

Method Description
GET_S3URL() Getter for S3URL, with configurable default
ASK_S3URL() Getter for S3URL w/ exceptions if field has no value
HAS_S3URL() Determine if S3URL 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_EMAILATTACHMENTS

TYPES TT_EMAILATTACHMENTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_CNTEMAILATTACHMENT WITH DEFAULT KEY
.