Quantcast
Channel: SCN: Message List - SAP CRM: Webclient UI - Framework
Viewing all articles
Browse latest Browse all 7775

Re: How to allocate a number according to a number range to a Z field in WEB UI?

$
0
0

Hi ,

 

You can use FM 'NUMBER_GET_NEXT' to get next available Number.

 

Check this one.

 

CALL FUNCTION 'NUMBER_GET_NEXT'

    EXPORTING

      nr_range_nr             = '01'

      object                  = nr_object

    IMPORTING

      number                  = l_number

      returncode              = returncode

    EXCEPTIONS

      interval_not_found      = 1

      number_range_not_intern = 2

      object_not_found        = 3

      quantity_is_0           = 4

      interval_overflow       = 5.

 

Regards,

Deepika.


Viewing all articles
Browse latest Browse all 7775

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>