cancel
Showing results for 
Search instead for 
Did you mean: 

Number range updation problem

nayanlad
Participant
0 Kudos

Dear Experts,

I had created a program which creates Customer master using BDC for XD01 transaction.

Here 2 types of customer I am creating. 1 is domestics and 2 is ship-to-party.

For domestic we have our per-decided codification, so no problem at all in it.

While creating ship-to-party we have SAP std. number range, no pre-define codification.

Now problem is customer master created, but internal number range in not getting updates.

Means customer which is created thru bdc program is getting store in KNA1 table but

standard number range in XDN1 - current number is not getting updates or


std. buffering is increases by 5 numbers.

Not getting exactly what is it problem.

Please note we do not have external number ranges.

Please suggest how I can update std.number range properly so, It will maintain.

Also note that our SAP contract partners have suggest that  not to use BDC and use std. tcode XD01.

But we want to use this Programs so please help.

Regards,

Nayan Lad

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

Please c heck the table T077D Field - KTOKD. whichis used to Define Account Group.

Use this field in bdc to define type of customer u r going to create, once it's assigned with data, it will automatically create new custome according to number range u mainteined in sap.

Regards,

RAvi Singh

nayanlad
Participant
0 Kudos

We are creating a customer master with accounting group.

All require details are fulfill.

Problem is customer created with customer code but in number range table internal number is not getting update. See each time new number assign.

In fact when we are using XD01 tcode number range getting update with buffering. But when BDC program getting execute new code created but number range is not getting update.

Please suggest something helpful so my problem getting solve!!

Regards,

Nayan

Former Member
0 Kudos

Hi Nayan,

Can you switch off buffering for the Number Range object and try creating the Customer using BDC?

Check if this advances the Number range.

Thanks,

Shambu

nayanlad
Participant
0 Kudos

Dear Shambu,

Buffering was all ready switched off.

Still facing same problem.

Regards,

Nayan Lad

Former Member
0 Kudos

Try to activate and adjust table KNA1 using tcode SE14.

nayanlad
Participant
0 Kudos

Customer code created but in number range table it is not getting updated and se14 tcode for SAP ABAP not for end user. so no need to perform each time when customer master created.