SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 

Contract Account Number Range

Former Member
0 Kudos

Hi All,

I have assigned number ranges (Internally) to create Contract Account Master Data. When the Contract Account Master Data is created, the numbers are not assigning sequentially. For example:

000200000008

000200000016

000200000024

000200000032

Please advise...

Thanks,

Kumar

9 REPLIES 9

Former Member
0 Kudos

Hallo

Please Check the number range Transaction SNRO

Chris

Former Member
0 Kudos

Hi Chris,

Thanks for the response.

The entries are maintained in transaction SNRO for object FKK_KONTO. The problem still exists.

Thanks,

Kumar

0 Kudos

Hello Kumar,

I thinks thats an SAP Funktion. There must be an an FM Get_number_next to create an new number.

Please check i in you code. That the only way to create an new Contract Account Master Data.

regards Chris

Former Member
0 Kudos

Check the number range object FKK_KONTO and see if it has buffering activated.

When buffering number intervals, gaps may result in number assignment.

Regards,

Daniel Toba

Former Member
0 Kudos

Hi Kishor,

This might be due to buffer .

Clear - No. of numbers in buffer

Regards,

Chetan

Former Member
0 Kudos

Hi All,

Thanks for the solutions. I will get back to you the outcome of the soultion provided.

Thanks once again,

Kumar

Former Member
0 Kudos

Hello,

Step 1 ---> Set the flag for no-interval rolling

Step 2 ---> Set Flag for MAin Memory Buffering.

Step 3 ---> Set some value for No. in Buffer , maybe to 100

This will solve your problem

Regards,

Anup Mohite

Former Member
0 Kudos

Hi All,

Contract Account number range is adding 8 for every (SD and CCS) Contract Account created.

I have the following setting for object FKK_KONTO:

Number Lengh Domain: VKONT_KK

No Interval Rolling : Flag Checked

Number Range transaction: FPN2

Warning: 10,0

Main Memory Buffering: Flag Checked

No:of Numbers in Buffer: 100

While debugging the program, I could see that it is adding 8 for each number created. But was unable to figure where it is adding.

Thanks for the help.

Kumar

Former Member
0 Kudos

The answer is here!!!

Check the flag Main Memory Buffering, the field has to be empty!