Application Development and Automation 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: 
Read only

Error in BAPI_SALESORDER_CREATEFROMDAT1

Former Member
0 Likes
623

Hi,

Am using BAPI_SALESORDER_CREATEFROMDAT1 BAPI for sales order creation but while executing this BAPI am getting error like this "751 For object RV_BELEG , number range interval does not exist".

In SNRO Tcode already Interval is maintained for object RV_BELEG . So anybody can help me to sole this issue?

Thanks,

Arun

3 REPLIES 3
Read only

Former Member
0 Likes
552

What is the 751? A number in your input? If so, should be blank to allow SAP to number?

Read only

Former Member
0 Likes
552

Hello Arun,

According to your system configuration the BAPI is trying to get the "Serialization Procedure for Serial Number Management" number from the configuration and looks like it is not configured.

Please check with the SD consultant and they can give you the correct test data or try with some other material that is not relevant to the "Serialization Procedure for Serial Number Management" .

Hope this answers your question.

Thanks,

Greetson

Read only

Former Member
0 Likes
552

Hi Arun,

Please use the FM BAPI_SALESORDER_CREATEFROMDAT2 instead of BAPI_SALESORDER_CREATEFROMDAT1.

FM BAPI_SALESORDER_CREATEFROMDAT1 is outdated.

Let me know if this helps.

Thanks,

Nani.