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 ABAP 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 MT_FORM_FIELDS Instance attribute Protected Type reference (TYPE) TIHTTPNVP Table with Form Fields 20100708
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20100708
2 GET_FORM_FIELD Instance method Public Method Get Form Field 20100708
3 GET_FORM_FIELDS Instance method Public Method Get Form Fields 20100708
4 HAS_FORM_FIELD Instance method Public Method Does the form field exist? 20100708
5 SET_FORM_FIELD Instance method Public Method Add Form Field 20100708
6 SET_FORM_FIELDS 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 Importing 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Formfeldname 20100708
2 Returning 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 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Formfeldname 20100708
2 Returning 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 Importing IV_NAME Call by reference Type reference (TYPE) STRING Formfeldname 20100708
2 Importing 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 Importing 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