Greetings,
Just doing some development and I am aware of how to create quotations and orders as well but this time, it seems that I keep running into a strange error, error from which I cannot go forward.
I do call the right parameters and the order is saved but it is rolled back after the creation of the SD order.
The error that I'm still getting is this:
[3] => Array
(
[TYPE] => W
[ID] => V1
[NUMBER] => 555
[MESSAGE] => The sales document is not yet complete: Edit data
[LOG_NO] =>
[LOG_MSG_NO] => 0
[MESSAGE_V1] => VBAPKOM
[MESSAGE_V2] => 000010
[MESSAGE_V3] =>
[MESSAGE_V4] =>
[PARAMETER] => VBUVKOM
[ROW] => 0
[FIELD] =>
[SYSTEM] => DEVCLNT200
)
You can see my request and my response in the attached screenshots.
Request clarification before answering.
There are 2 thinsg to this:
1. Hope you are using Function Module(FM) - BAPI_TRANSACTION_COMMIT along with FM - BAPI_SALESORDER_CREATEFROMDAT2 in test sequence.
2. Generally, message V1 555 - The sales document is not yet complete: Edit data is associated with incompletion log. It would be better, if you check your Incompletion log config and compare with your parameters provided in FM. Thus, I would suggest, simply create desired sales doc manually with parameters you are providing as input in FM.
In addition to that, make sure you are passing all the mandatory parameters in FM. Just pointing this out based on screenshot provided by you, like
- mandatory Pricing condition type,
- mandatory Partners in item (AG. WE, RE, RG)
- Requested Delivery Data
Thanks, JP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 13 | |
| 7 | |
| 7 | |
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.