SAP ABAP Message Class 42 Message Number 572 (Valid types are ' ','A','B', but not '&1')
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
KM-KW (Application Component) Knowledge Warehouse
⤷
SIWB (Package) Information Workbench
⤷
⤷
Attribute
| Message class | 42 | ||
| Short Description | Information Workbench | ||
| Message Number | |
572 | |
| Documentation status | |||
| Authorization check Error Message | |||
| Changed On | 20130531 |
Message Text
Valid types are ' ','A','B', but not '&1'
Help Document
Diagnosis
NO_VALID_TYPE:
The function module IWB_PARSE_AND_MODIFY has been called using an invalid PV_INPUTTYPE.
System Response
Exception no_valid_type.
Procedure
Call the function module using only PV_INPUTTYPE= space, 'A' or 'B'.
A space means a text string TYPE STRING has been transferred directly in variable PV_STRING_IN.
'A' means an ASCII file has been transferred into variable PT_ASCII_FILE_IN of TYPE HTMLTABLE .
'B' means a BIN file has been transferred in the variable PT_BIN_FILE_IN of TYPE SDOKCNTBINS.
Procedure for System Administration
History
| Last changed on/by | 20141121 | SAP | |
| SAP Release Created in |