cancel
Showing results for 
Search instead for 
Did you mean: 

Delivery From Projects

Former Member
0 Kudos

Dear Experts,

Our business is creating delivery from projects using T Code :- CNS0.

Scenario :-

User creates the sales order and assign WBS elements to line items. Now he creates the delivery from projects using T code :- CNS0, which refers WBS elements. Once the delivery is done, User create Invoice with reference to sales order and  the cycles gets completed.

Now they want to copy text from sales order line item to delivery line item. But since the delivery is created with reference to WBS, there is no linkage between sales order and delivery.

Is there any solution we can copy text in such case using any standard functionality like text determination, etc.

User is also ready to accept, If we can enter text in WBS elements and that can be copied to delivery line items. But for this also I am not able to find any standard functionality.

Please guide.

Thanks

Sidharth

Moderator Remarks: Priority normalised.

Discussion Tittle was edited by: Jyoti Prakash

Accepted Solutions (0)

Answers (1)

Answers (1)

andrea_brusarestelletti
Active Contributor
0 Kudos

Hello,

  with standard functionality I think there's no way.

You can work in user-exit MV50AFZ1 and using function module READ_TEXT you can get the text to add to the delivery, and then with CREATE_TEXT you can create it.

The WBS element should be the object to get the Sales Order you will read text from.

Best regards,

Andrea