Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI Error throw.

Former Member
0 Kudos

Can any one suggest me about below error in BAPI.

"The interval 07 is not internal"

I am using " BAPI_MATERIAL_SAVEDATA " to update some basic fields. while debugging i could see the above error while calling funcion module 'MATERIAL_MAINTAIN_DARK' in the above standard BAPI.

If anyabodys knows please suggest me how to correct it.

8 REPLIES 8

former_member555112
Active Contributor
0 Kudos

Hi,

What is the message id and the message no?

Which fields are you trying to update?

Can you give the details?

Regards,

Ankur Parab

Former Member
0 Kudos

Hi,

are you passing any field like INTERVAL into the BAPI with value 07, if so verify that interval value exist in SAP .

Revert back if any issue.

regards,

Naveen

0 Kudos

In addition to naveen:

In SAP you define number ranges for all sorts of object like materials, business partner etc. in transaction SNRO. When you create a material you can use a certain number range interval (01 from 00000 - 99999, and 02 from 10000 - 19999 etc.) Further, you can customize that NOT the internal number range should be used, but rather use the number from external application which you can also pass via the BAPI.

So in transaction SNRO check if number range interval 07 for materials is present or not. Obviously not, otherwise this message would not be issued.

0 Kudos

Messgae ID: WE

Message number :112

and I am trying to pass descrption , UPC code and sppg values to that BAPI.

0 Kudos

Hi Shruthi,

The internal number range may have been exhausted, i.e, the upper limit of the interval has been reached.

Check the range once in SNRO Transaction.

Regards,

Lakshman.

0 Kudos

Hi,

Please check the long text of the message.

It refers to the number range for EAN.

Regards,

Ankur Parab

0 Kudos

Hi ,

I dont know much about this number range concept. In SNRO do I need to create a new number range for this material, entering the material number in the place of object.

I cheked in SNROgiving my material number. But asking for existing number range object.

Please clarify.

0 Kudos

HI,

The number range is needed for EAN UPC.

Please check with your functional consultant for the same.

Explain him/her the issue and the error message.

Regards,

Ankur Parab