Skip to main content
Solved

master data integration

  • June 6, 2022
  • 1 reply
  • 188 views

Forum|alt.badge.img+14

in our company we are using IFS9, there is a big issues in the integration between inventory part, accounting and manufacturing system.

does system have a report to display the missed information in each master data ?

 

example

part X doesn’t have accounting group which used in M1 and M53.

 

Best answer by Nagah.khaled

I solved this issue by using SQL statements .

-- accounting group in Posting control M53
select distinct ACCOUNTING_GROUP from INVENTORY_PART where contract='151A' and ACCOUNTING_GROUP not in (
select distinct CONTROL_TYPE2_VALUE from POSTING_CTRL_COMB_DETAIL where company='151'  and POSTING_TYPE ='M53');
 

 

View original
Did this topic help you find an answer to your question?

1 reply

Forum|alt.badge.img+14
  • Author
  • Hero
  • 109 replies
  • Answer
  • June 13, 2022

I solved this issue by using SQL statements .

-- accounting group in Posting control M53
select distinct ACCOUNTING_GROUP from INVENTORY_PART where contract='151A' and ACCOUNTING_GROUP not in (
select distinct CONTROL_TYPE2_VALUE from POSTING_CTRL_COMB_DETAIL where company='151'  and POSTING_TYPE ='M53');
 

 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings