Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Nu

Former Member
1 ACCEPTED SOLUTION

naimesh_patel
Active Contributor
0 Kudos

If you field is type P, than you can check it with INITIAL.

data: p_numi type p decimals 2.

if p_numi is initial. 
 write: 'p_numi is NULL'.
endif.

Regards,

Naimesh Patel

7 REPLIES 7

Former Member
0 Kudos

Hi,

Try like this...

IF Numi IS INITIAL.

........

ENDIF.

naimesh_patel
Active Contributor
0 Kudos

If you field is type P, than you can check it with INITIAL.

data: p_numi type p decimals 2.

if p_numi is initial. 
 write: 'p_numi is NULL'.
endif.

Regards,

Naimesh Patel

JozsefSzikszai
Active Contributor
0 Kudos

hi Syed,

why do you delete your original question?

thanks

ec

0 Kudos

I've been mislead by the title, I though the question was about the chemical element neutrinium

0 Kudos

Nick,

How can you draw conclusions that Nu refers to neutrinium. It maybe any of the following:

Nu may refer to:

  • Nu (letter), a letter in the Greek alphabet: lowercase ν, uppercase Ν

  • Nu (kana), the Japanese characters ぬ and ヌ

  • NU (sound project)

  • Nu (mythology), the male form of the Egyptian goddess Naunet

  • Nu (Chrono Trigger), a fictional species from the video game Chrono Trigger

  • .nu, the Internet top-level domain for Niue

  • Nu people, a Chinese ethnic group

  • Nu river or Salween River

  • U Nu or Mr. Nu, a former Burmese prime minister

  • Nǀu language, a moribund Tuu (Khoisan) language spoken by the Nǁnǂe people in South Africa

  • Nu Gundam, in the anime Mobile Suit Gundam: Char's Counterattack

  • "Nu"? is a Yiddish word meaning "so?" now also absorbed into English meaning "so, what's happening?" or "so, what do you say?"

Cheers

Aneesh.

0 Kudos

It's a misspelling of the word "gnu". He thinks we're all cattle.

Rob

Former Member
0 Kudos

probably you saw the page has reaches its end,

but check out at bottom there are page numbers.

do not delete original question.

and uncheck optional check box in your custom function module.

Regards