on 2014 Jun 25 4:53 AM
Hi, experts,
I created a scenario (SalesOrder -General Information to Invoice Request-General Information)
And I extended a field to SalesOrder with that scenario and referenced that field in CustomerInvoiceRequest.
I saved a sales order with some data in the extended field and I created a down payment from that sales order.
I wanted to carry the extension value from Sales Order to Customer Invoice Request when I create the down payment from a particular Sales Order.
But the extension field's data is lost in the result down payment.
The extended field value did not show up in the down payment.
What should I do about this? I don't know why.
Any tips??
Regards,
Fred
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Hello Fred,
Is the Down Payment part of the Process Scenario you extended?
Bye,
Horst
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Horst.
We can directly create a new down payment from an existing Sales Order.
So, it means there must be some way they are connecting.
And I still think that "SalesOrder -General Information to Invoice Request-General Information" scenario is the one to use. (fully pregnant )
I think Down Payment is just an invoice because it doesn't have its own BO and the down payment screen can be enhanced through CustomerInvoiceRequest BO.
Regards,
Fred.
Hello Fred,
I am puzzled.
The Extension Framework dares to do more that the ESF Framework allows.
But it does not (can not) go for the last mile.
Honestly, as long as we have the Deployment Unit with the current sense, the only the way to transfer data from DU to DU is via Process Agents.
Sorry,
Horst
Hi, Horst
First, what is ESF ? Extension Scenario Framework??
Second, do you mean that it lets me extend the fields but it doesn't (cannot) let my data pass thru?
Third, how can I transfer data via Process Agents? To be honest, this is the first time I have heard of it.
Anyway thanks a lot, Horst
Regards,
Fred.
Hi, Horst.
Is this the only option for my case?
Because it says that
"One of the business objects must be a
custom business object." in the doc.
None of the business object that I am using is not custom.
CustomerInvoiceRequest and SalesOrder.
How should I continue?
Thanks a lot, Horst.
Regards,
Fred
PS. This is On Job issue. And I am in big trouble.
Please check out this too, Horst. Not much related with this thread though. Just more Extension Scenario stuff that I can't figure out.
https://scn.sap.com/thread/3577735
Thanks,
Fred
Hello Fred,
I am sorry, but I see no way here to do the job automatically.
What you can do is do have an script in the BeforeSave method of the SalesOrder which triggers a WebService.
This WebService has a Custom BO as target, but what it really does is the update of the CustomerInvoiceRequest.
Not really a short call, but it will work.
HTH,
Horst
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.