Show TOC Anfang des Inhaltsbereichs

Hintergrunddokumentation RfcSetChars  Dokument im Navigationsbaum lokalisieren

Sets the given char value (charValue/valueLength) into the field.

Supported field types:                                                 

       RFCTYPE_CHAR                                                           

       RFCTYPE_STRING                                                         

       RFCTYPE_NUM                                                            

       RFCTYPE_DATE                                                           

       RFCTYPE_TIME                                                           

       RFCTYPE_INTx                                                          

       RFCTYPE_FLOAT                                                          

       RFCTYPE_BCD                                                           

       RFCTYPE_DECFxx                                                         

       RFCTYPE_BYTE                                                           

       RFCTYPE_XSTRING                                                        

 Hinweis

If the target field has type BYTE or XSTRING the char value will treated as hex encoded string representation of the bytes.        

Structure

RFC_RC SAP_API RfcSetChars    (DATA_CONTAINER_HANDLE dataHandle, SAP_UC const* name, const RFC_CHAR *charValue, unsigned valueLength, RFC_ERROR_INFO* info);

 

Ende des Inhaltsbereichs