cancel
Showing results for 
Search instead for 
Did you mean: 

DMR with reference to service order should fetch pricing & tax details from service contract

balaji_parsewar
Contributor
0 Kudos

Hi Team,

We have business process as follows:

Service Contract -- Service Order -- Debit memo request -- Debit memo

We create Debit Memo Request with reference to service order & not service contract. Hence there is no direct relationship between service contract & Debit Memo Request. DP90 T-Code is used for creating debit memo request & it contains contract number in account assignment tab as reference document.

Here client requirement is when debit memo request is created, it should copy following data from service contract.

1) Customer Tax Classification

2) Material Tax classification

3) One condition type

How this can be achieved?

Can we use pricing exit for copying this data?

Appreciate your pointers on this.

Regards,

Balaji

View Entire Topic
bell_yang
Explorer
0 Kudos

You may use user-exit USEREXIT_PRICING_PREPARE_TKOMP to copy

1) Customer Tax Classification

2) Material Tax classification

And user-exit in FM PRICING_COPY to copy

3) One condition type

balaji_parsewar
Contributor
0 Kudos

Thanks bell.yang for your suggestion. Will discuss same with ABAP consultant to assess feasibility of the same. Will update same on forum. Thanks.