cancel
Showing results for 
Search instead for 
Did you mean: 

Service Order with reference to sales order

Former Member
0 Kudos

Hi all,

My client is selling finish material and services to finish material my client requirement is Once we save the sales order, line item with service material system should generate Service order for serves which we are selling to customer

can any one guide me how to configure in SAP the movement we sales order system should generate the Service order

Thanks

Ram

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

Go to OVZI tcode and assign the requirement Type to your Item Category.

Then, OVZH tcode, the requirement Type is in turn assigned to the Requirement Class here.

Next, OVZG tcode,the Requirement Class is assigned to the Service Order here.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ram

Say your finish material sales order is ZFIN and service order is ZSER.

Create a BDC program to create ZSER type sales order.(Take help of ABAPer).

Create new output type ZCRE. Assign this BDC program to ZCRE output type, such that when ZCRE triggers ZSER sales order creates.

Now assign ZCRE output type to ZFIN sales order type.

So conclusion, when you save ZFIN sales order, automatically ZCRE output type will trigger.

ZCRE internally calls VA01 for ZSER sales order. So ZSER get created when you save ZFIN.

try and revert

former_member964751
Discoverer
0 Kudos

Dear Expert,

Thank you for your explanation. however i just want to confirm one doubt is that is BDC is the only way to create SO from a sales order OR can i create using VA01 transaction?

Your help is greatly appreciated

Regards

Srini