Show TOC

Supported Data Types for Web Dynpro ABAP in BPMLocate this document in the navigation structure

Use

Supported Data Types

If you want to use a Web Dynpro ABAP (WDA) CHIP as UI component for a task in a BPM process, note that not all data types are supported. Use only the following supported data types:

  • STRING

  • INT4

  • WDY_BOOLEAN

Other data types are not supported due to the absence of facets in the BPM mapping solution.

For more information about WDA CHIP, see Creating CHIPs on SAP Help Portal under Start of the navigation path http://help.sap.com Next navigation step SAP NetWeaver Next navigation step SAP NetWeaver 7.0 Library (including Enhancement Package 2) Next navigation step SAP NetWeaver by Key Capability Next navigation step Application Platform by Key Capability Next navigation step ABAP Technology Next navigation step UI Technology Next navigation step Web UI Technology Next navigation step Web Dynpro ABAP Next navigation step Web Dynpro ABAP: Development in Detail Next navigation step Advanced Concepts Next navigation step Web Dynpro ABAP Page Builder Next navigation step Creating CHIPs End of the navigation path

Converting ABAP Types to Simple Types

The following table describes how to convert ABAP types to XSD types:

ABAP Type

XSD Type

STRING

xsd:string

INT4

xsd:int

WDY_BOOLEAN

xsd:boolean