Menu

SAP Function Module SWB_EXPR_CHECK_TYPE_OP_TYPE

Recommended Now

All-new Echo Dot Smart speaker with Alexa

This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.

Check it out on amazon.com →

The Function Module SWB_EXPR_CHECK_TYPE_OP_TYPE () is a standard Function Module in SAP ERP and is part of the function group SWB2 within the package SWB.

Technical Information

Function Module SWB_EXPR_CHECK_TYPE_OP_TYPE
Short Text
Function Group SWB2
Package SWB
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXPR1 LIKE SWAEXPDEF-EXPR SPACE
EXPR1_IS_INITIAL LIKE SWA_EXPRES-IS_NIL
EXPR1_IS_NIL LIKE SWA_EXPRES-IS_NIL
EXPR1_IS_TABLE LIKE SWCONTDEF-TABELEM
EXPR1_LENGTH LIKE SWCONT-ELEMLENGTH 1st expression: Length in bytes
EXPR1_OBJ_TYPE LIKE SWCONTDEF-REFOBJTYPE 1st expression: Object type (if 'o')
EXPR1_TYPE LIKE SWCONT-TYPE 1st expression: Type: C,I,... like ABAP, o-obj, B-Bool
EXPR1_VALUE LIKE SWCONT-VALUE SPACE 1st expression: Value (C255)
EXPR2 LIKE SWAEXPDEF-EXPR SPACE
EXPR2_IS_INITIAL LIKE SWA_EXPRES-IS_NIL
EXPR2_IS_NIL LIKE SWA_EXPRES-IS_NIL
EXPR2_IS_TABLE LIKE SWCONTDEF-TABELEM
EXPR2_LENGTH LIKE SWCONT-ELEMLENGTH 2nd expression: Length in bytes
EXPR2_OBJ_TYPE LIKE SWCONTDEF-REFOBJTYPE 2nd expression: Object type (if 'o')
EXPR2_TYPE LIKE SWCONT-TYPE 2nd expression: Type: C,I,.. like ABAP, o-obj, B-Bool
EXPR2_VALUE LIKE SWCONT-VALUE SPACE 2nd expression: Value (C255)
OPERATOR LIKE SWD_SDYNP-COND_OPERA Operator
RESULT_ELEMENT LIKE SWCONT-ELEMENT SPACE
RESULT_IS_TABLE LIKE SWCONTDEF-TABELEM SPACE
RESULT_LENGTH LIKE SWCONT-ELEMLENGTH
RESULT_OBJ_TYPE LIKE SWOTOBJID-OBJTYPE
RESULT_TYPE LIKE SWCONT-TYPE SPACE Result type (only for 3-character operations)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
ERRORCOUNT LIKE SWAEXPEDIT-ERRORCOUNT Number of errors found
RESULT_IS_TABLE LIKE SWCONTDEF-TABELEM
RESULT_LENGTH LIKE SWCONT-ELEMLENGTH
RESULT_TYPE LIKE SWCONT-TYPE Result type (only for 3-character operations)
WORST_MSGTYPE LIKE SY-MSGTY

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
EXPRESSION_ERRORS LIKE SWAEXERROR Error information: Table of message parameters

Exceptions

This function module does not define any Exceptions.