2008 Apr 18 6:50 AM
Hi Experts,
Please help me to find the FM for generating serial numbers.
Regards
J.
Hi Experts,
Please help me to find the FM for generating serial numbers.
Regards
J.
2008 Apr 18 6:58 AM
Hi Jaya,
You can use the FM 'GR_ORDER_SERIAL', inorder to get a serial number used for an Order Number.
Reward points if this helps,
Kiran
2008 Apr 18 7:06 AM
Hi Kiran,
The tcod ethat I need to use is MI04.
Then whole procees i related with Physical Inventory
And there is screen in MI04 (pop up screen) which ask for serail number.
Can you pls tell if this FM suits the rek.
Regards
J.
2008 Apr 18 7:15 AM
Hi Jaya,
I am not sure of the functional setting that is there in your box and hence cannot confirm whether this is an apt FM for you or not.
But in general this FM is used to obtain a serial number associated to an Order number. Hence go ahead and use that and lets see the result.
Reward points in order to say thanks,
Kiran
2008 Apr 18 7:19 AM
Hi,
try this,
call function 'NUMBER_GET_NEXT'
exporting
nr_range_nr = '1'
object = 'ZTABLE'
QUANTITY = '1'
SUBOBJECT = ' '
TOYEAR = '0000'
IGNORE_BUFFER = ' '
importing
number = wa_ztable-ztablenum
QUANTITY =
RETURNCODE =
exceptions
interval_not_found = 1
number_range_not_intern = 2
object_not_found = 3
quantity_is_0 = 4
quantity_is_not_1 = 5
interval_overflow = 6
buffer_overflow = 7
others = 8
please reward if useful.
2008 Apr 18 7:47 AM
Hi,
Can u tell me if what i have done is correct or not.
call function 'NUMBER_GET_NEXT'
exporting
nr_range_nr = '1'
object = 'iseg'
QUANTITY = '1'
SUBOBJECT = ' '
TOYEAR = '2008'
IGNORE_BUFFER = ' '
importing
number = wa_ztable-ztablenum
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |