SAP ABAP Class /IWCOR/CL_REST_FORM_DATA (REST Reader/Writer for Application/x-www-form-urlencoded)
Hierarchy
☛
SAP_GWFND (Software Component) SAP Gateway Foundation
⤷
OPU-FND-CCL (Application Component) IWF Consumer Connectivity Layer
⤷
/IWCOR/SREST_EXT (Package) REST library extensions
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider | 20100708 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /IWCOR/CL_REST_MP_FORM_DATA | REST Reader/Writer for Media Type "multipart/form-data" | 20100708 |
Properties
| Class | /IWCOR/CL_REST_FORM_DATA | |
| Short Description | REST Reader/Writer for Application/x-www-form-urlencoded | |
| Super Class | /IWCOR/CL_REST_ENTITY_PROVIDER | REST Entity Provider |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | /IWCOR/SREST_EXT | REST library extensions |
| Created | 20100319 | SAP |
| Last change | 20131127 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class /IWCOR/CL_REST_FORM_DATA has no interface implemented.
Friends
Class /IWCOR/CL_REST_FORM_DATA has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Type reference (TYPE) | TIHTTPNVP | Table with Form Fields | 20100708 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Constructor | 20100708 | |
| 2 | Instance method | Public | Method | Get Form Field | 20100708 | |
| 3 | Instance method | Public | Method | Get Form Fields | 20100708 | |
| 4 | Instance method | Public | Method | Does the form field exist? | 20100708 | |
| 5 | Instance method | Public | Method | Add Form Field | 20100708 | |
| 6 | Instance method | Public | Method | Set Form Fields | 20100708 |
Events
Class /IWCOR/CL_REST_FORM_DATA has no event.
Types
Class /IWCOR/CL_REST_FORM_DATA has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IO_ENTITY | Call by reference | Object reference (TYPE REF TO) | /IWCOR/IF_REST_ENTITY | REST Entity | 20100708 |
Method CONSTRUCTOR on class /IWCOR/CL_REST_FORM_DATA has no exception.
Method GET_FORM_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Formfeldname | 20100708 | |||
| 2 | RV_VALUE | Value transfer | Type reference (TYPE) | STRING | Formfeldwert | 20100708 |
Method GET_FORM_FIELD on class /IWCOR/CL_REST_FORM_DATA has no exception.
Method GET_FORM_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_FIELDS | Value transfer | Type reference (TYPE) | TIHTTPNVP | Liste mit Formdatafeldern | 20100708 |
Method GET_FORM_FIELDS on class /IWCOR/CL_REST_FORM_DATA has no exception.
Method HAS_FORM_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Formfeldname | 20100708 | |||
| 2 | RV_EXISTING | Value transfer | Type reference (TYPE) | ABAP_BOOL | Existiert Formfeld | 20100708 |
Method HAS_FORM_FIELD on class /IWCOR/CL_REST_FORM_DATA has no exception.
Method SET_FORM_FIELD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_NAME | Call by reference | Type reference (TYPE) | STRING | Formfeldname | 20100708 | |||
| 2 | IV_VALUE | Call by reference | Type reference (TYPE) | STRING | Formfeldwert | 20100708 |
Method SET_FORM_FIELD on class /IWCOR/CL_REST_FORM_DATA has no exception.
Method SET_FORM_FIELDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_FIELDS | Call by reference | Type reference (TYPE) | TIHTTPNVP | Liste mit Formdatafeldern | 20100708 |
Method SET_FORM_FIELDS on class /IWCOR/CL_REST_FORM_DATA has no exception.
History
| Last changed by/on | SAP | 20131127 |
| SAP Release Created in | 100 |