‎2010 Jan 26 3:31 PM
HI ALL ,
I need to create WS which are using by .NET environment
and in the ws the client send me fields with value as type NULL and i dont famliar with this
type in abap,
how I can identify this fields (NUll ) .
Regards
James
‎2010 Jan 26 4:17 PM
Hello,
On the abap do it like...
IF YOUR_VAR IS INITIAL.
* THE VALUE IS NULL
ELSE.
* IT IS NOT NULL
ENDIF.
bYE
Gabriel P.-
‎2010 Jan 26 4:09 PM
‎2010 Jan 26 4:17 PM
Hello,
On the abap do it like...
IF YOUR_VAR IS INITIAL.
* THE VALUE IS NULL
ELSE.
* IT IS NOT NULL
ENDIF.
bYE
Gabriel P.-