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: 

i am getting this error : V1 555 The sales document is not yet complete: Edit data 000000 Create del

Yogeshwaran
Explorer
0 Kudos

Hi Everyone , while creating sales order i am getting this below error even i passed all values in BAPI_SALESORDER_CREATEFORMAT2

WHAT MIGHT BE THE ISSUE?

Error : V1 555 The sales document is not yet complete: Edit data 000000 Create delivery User Status Crtd TM0000000005VB while create sales order

Complete Error message

Field: ""

Id: "V1"

LogMessageNo: "000000"

LogNo: ""

Message: "The sales document is not yet complete: Edit data"

MessageV1: "Create delivery"

MessageV2: "User Status Crtd"

MessageV3: "TM0000000005VB"

Number: "555"

Parameter: "VBUVKOM"

Row: "0"

Type: "W"

ABAP Development SAP NetWeaver Application Server for ABAP for SAP S/4HANA Cloud 

5 REPLIES 5

Sandra_Rossi
Active Contributor
0 Kudos

BAPI_SALESORDER_CREATEFROMDAT2 (not BAPI_SALESORDER_CREATEFORMAT2)

Sandra_Rossi
Active Contributor
0 Kudos

It has been already asked and answered.

Search "BAPI_SALESORDER_CREATEFROMDAT2" V1555 site:sap.com

0 Kudos

I have checked it and tried it , its not solved yet

raymond_giuseppi
Active Contributor
0 Kudos

AFAIK V1 555 is a Warning message, please check again.

  • Did you call BAPI_TRANSACTION_COMMIT
  • Which value did you pass to BEHAVE_WHEN_ERROR (read its documentation)

DominikTylczyn
Active Contributor
0 Kudos

V1 555 is indeed a warning message. It says that the sales order is incomplete. The sales order should be created nevertheless. Open the sales order in VA03 and check its incompletion log. That you'll know what data is missing.