When reading an individual row using SINGLE, the addition FOR UPDATE sets a database lock as an exclusive lock for this row on the database. With this addition, the SELECT statement is only executed if, in the e
SAP Managed Tags: ABAP Development Hello, I am gettin a problem with the FM 'NUMBER_GET_NEXT'. In this bit of code; CALL 'ThNoGet' ID 'BNRIV' FIELD BNRIV ID 'NO' FIELD G_NOIVBUFFER ID 'QUAN' FIELD P_QUANTITY ID 'PERCENT' FIELD TNRO-PERCENTAGE ID 'NONRSWAP' FIELD TNRO-NON...
SAP Managed Tags: ABAP Development hi good NUMBER_GET_NEXT Get the next unique number in a number range. Use tcode SNRO for maintaining number ranges. call function 'NUMBER_RANGE_ENQUEUE' exporting object = 'ZOWNNO' "Create with SNUM exceptions foreign_lock = 1 object_not_found = 2 ...
SAP Managed Tags: ABAP Development Hi!! The problem is with function number_get_next,because it does not give back the value to me that I hope, it does not increase of 1 in 1, it is increased of 65 in 65 . It already cleans to the variables and nothing, it already executes the...
SAP Managed Tags: ABAP Development I want to implemented the following : Enhancement Spot BADI_NUMBER_GET_NEXT and it is working fine for my requirement. This Enhancement is called in the Number range(SNRO ) related Fn module NUMBER_GET_NEXT . But if we view this Enhancement Spot using t...
SAP Managed Tags: ABAP Development Hi Amit, The number range object is also saved in DB table NRIV if your transaction fails to update or you dont want the number to be used and reset the number back to the previou value write a select query on NRIV table it always holds the latest...
SAP Managed Tags: ABAP Development Hi, Check out if the number range for that particular object is defined in spro. if not first maintain the number range for the same and try to execute the function module... If this is helpful, dont forget to rewrd the points Bye... Reply F...
Number not getting generated in sequence:GET_NEXT_NUMBERS Go to solution Former Member 2010 Feb 22 4:53 AM 0 Kudos 1,224 SAP Managed Tags: ABAP Development Hi All, I am using GET_NEXT_NUMBERS for generation of numbers in series.But t=s ome no are mising from the ...