cancel
Showing results for 
Search instead for 
Did you mean: 

crm_order_maintain

Former Member
0 Kudos

Hi ,

Simple question ;

1- I have existing two order . (A and B)

2- A have 2 items .

How to doc flow header(A-B) and items ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Maggie
Employee
Employee

Hi,

In standard, the doc_flow is updated by standard FM CRM_DOC_FLOW_MAINTAIN_OW.

You can use the same FM.

Best regards,

Maggie

spencer_liang
Active Contributor
0 Kudos

In addition to Maggie's answer, the doc flow can be set up with standard functionality, if you are not trying to set up docflow in your own z code.

Generally, it is called copy-control. You may create follow up B from preceding A and docflow is created btw A et B by standard.

There are functions called contract determination and quotation determination too. Say A is either a contract or quotation and B is supposed to be a A-realizing sales order. You create B from scratch (not by Create Follow-UP in A), system will try to determine preceding A, and once you select A, like creating follow-up scenario, doc flow is set up btw A and B.

You can check URLs below.

Contract determination

copy control