A/P Inv transaction

Hi All,
We had entered A/P Invoice of Service type with the below said details:
Rent       -->      Rs. 679020.00
Building Maint-->      Rs. 108360.00
Service Tax-->      Rs. 81100.14 (10.3% on Rent, Building Maint)
TDS        -->      Rs. 196797.60 (22.660 on (Rent+ Building) + Service Tax)
When i see the Journal entry for the above said transaction, an amount of Rs. 18377.29 is hitting Round Off GL A/c
The Journal Entry is:
supplier A/c --> Rs. 671682.50 Cr
TDS          --> Rs. 196797.60 Cr
Rent             --> Rs. 679020.00 Dr
Building Maint-> Rs. 108360.00 Dr
Rent          --> Rs.  54090.87 Dr
Building Maint-> Rs.   8631.98 Dr
Round off    --> Rs.  18377.29 Dr
we are not able to understand why the Amount is hitting Round Off GL A/c and on what basis it is doing not able to understand. 
I had entered the above transaction in Test DB with the same configuration and is hitting expense a/c only and no Round Off GL account is appearing
For tax configuration Non - deductable is 100%, the tax amount will hit to Expense a/c
Please suggest us to resolve the above said.
Regards
Shanker

Hi Jeyakanthan,
Thanks for the reply.
i have not assigned any GL A/c in Non Deductable Tax code, since the amount needs to hit respective GL a/c when A/P Inv is raised.
My requirement is all the Taxes and Freight should hit the respective expense head when A/P inv is raised and hit respective inventory a/c when Item is raised
when the user raises for Invoice of Item type then the accounting entry is passed correctly, this happens only if the user raises for Invoice of Serivce type
Please help me to resolve the above said.
Regards
Shanker

Similar Messages

  • Inventory pending transactions stuck pending transactions in with no error

    Hi everybody,
    there are some inventory pending transactions stuck pending transactions in with no error. those transactions of inter-org shipment (issue) one of items doesn't have quantities. so, why the left items that have quantities will not be released? and why there are no error in the line that doesn't have enough quantity (to mention the issue quantity is not enough )?
    thank you in advance.

    Pending transaction hold only following three types of records:
    1. Allocations done for Mover orders
    2. if you use TP:INV: Transaction Processing Mode = Batch, and if transaction manager has not yet picked up the records for processing.
    3. records are stored in Pending Transactions only for a moment, before they are transferred from Transactions Open Interface to Material Transactions (History)
    In all the cases, records are well validated, and you will never find that basic validation such as quantity missing is not present.
    How are the records getting populated there?
    Are you inserting them manually? Strongly suggest to insert the records in mtl_transactions_interface instead.
    there are couple of things to check:
    1. If all records are part of single batch and if one of the records fail then entire batch fails.
    check if transaction_batch_id is populated on these records.
    2. may be the flags such as process_flag, lock_flag, transaction_mode are not set to right values
    check if their respective values are 1, 2 and 3.
    Thanks,
    Hrishi

  • INVENTORY TRANSACTION WORKER가 PARALLEL로 실행되지 않는 문제

    제품 : MFG_INV
    작성날짜 : 2003-04-25
    INVENTORY TRANSACTION WORKER가 PARALLEL로 실행되지 않는 문제
    ==================================================
    PURPOSE
    Serial 하게만 실행되는 Inventory Transaction Worker를 Parallel하게 실행될 수 있도록 한다.
    Problem Description
    Profile Option - Concurrent: Sequential Requests = 'No'임에도 불구하고 Inventory Trnasaction Worker가 Parallel 하게 실행되지 않고 Sequential 하게만 실행된다.
    예를 들면,
    -. Inventory Trnasaction Manager가 3 Target processes로 setup.
    -. 각 Material Transaction Worker가 100 rows를 handle하게 setup.
    500 rows가 동시에 실행되는 경우 Inventory trnasaction worker 3개가 parallel하게 작업하지 않고 한 개씩 sequential하게 작업한다.
    Workaround
    Solution Description
    WIP move transaction manager code에 concurrent single thread 값이 'Y'로 ssetting 되어 INV transaction worker가 parallel하게 실행되지 않았다.
    WIP move transaction manager가 active 상태에도 INV transaction worker가 parallel하게 실행시키기 위해서 patch 2676024 를 적용한다.
    Apply patch 2676024.
    Reference Documents
    bug 2492785

  • WIP:Transaction Date Validation

    Hi
    INV: Transaction Date Validation profile option only control the past date inventory transaction (Misc.txn )but we need to control WIP material transaction and resource transaction .
    Is there any other option to control those transactions(WIP) not to allow in past date?
    Regards
    Pandian

    I am not aware of any profile options to prevent backdating wip transactions. The only validation I know of is based on the start date of the discrete job. This is done to allow importing transactions from other 3rd party systems or other Oracle modules in batch mode.

  • ESYU: MMT,MMTT,MTI (Sales Orders/Internal Orders)에 중복된 record 확인

    Purpose
    Oracle Inventory Management - Version: 11.5.4 to 11.5.10
    Information in this document applies to any platform.
    이 문서는 여러 errors 때문에 pending transactions(MMTT)이나 open interface(MTI)에 존재하는
    중복된 records를 찾는데 도움을 줄 것이다.
    Error를 분석하기 전에 어떤 duplicates record가 있는지 확인하는 작업을 할 수 있다.
    이 script는 Sales Orders/ Interface Sales Order transactions에 대해 사용된다.
    Solution
    A. 우선 WSHDDSHB.pls, TrxProcessor.java and BaseTransaction.java file version을 확인한다.
    이를 확인하기 위해 아래 command를 사용한다.
    strings -a $WSH_TOP/patch/115/sql/WSHDDSHB.pls |grep '$Header'
    그리고 java files version 확인을 위해 SQL에서 아래 command를 이용한다.
    set serveroutput on
    exec
    fnd_aolj_util.getclassversionfromdb('oracle.apps.inv.transaction.server.TrxProcessor');
    exec
    fnd_aolj_util.getclassversionfromdb('oracle.apps.inv.transaction.server.BaseTransaction');
    Note:
    1. Duplicate shipping transactions을 정정하기 위한 11.5.8 과 11.5.9 version 위에 적용해야 하는
    patches가 존재한다. 11.5.10 version에는 shipping transaction issue가 이미 포함되어져 있다.
    아래는 11.5.8과 11.5.9 를 위한 patches이다.
    11.5.8 - Patch 3211801 supplies WSHDDSHB.pls 115.229.1158.19
    11.5.9 - Patch 3259613 supplies WSHDDSHB.pls 115.258.1159.3
    2. 11.5.9 와 11.5.10에서 interface errors에 의해 duplicate가 생성되는것을 방지하는 patches가
    존재한다.
    11.5.9 - Patch 5859839 supplies
    TrxProcessor.java 115.103.11590.58
    BaseTransaction.java 115.170.11590.113
    11.5.10 - Patch 5710072 superseded by Patch 5935177 supplies
    TrxProcessor.java 115.130.115100.31
    BaseTransaction.java 115.235.115100.36
    INVTXMGB.pls 115.107.115100.18
    INVTRXWB.pls 115.256.115100.37
    B. 3개의 views를 생성하는 scripts를 실행
    1. MMTT와 MTI 사이에 중복되는 record가 있는지 확인하는 View
    create or replace view mmtt_mti_records_v as
    select a.transaction_interface_id ,
    a.picking_line_id from
    mtl_material_transactions_temp b, mtl_transactions_interface a
    where a.picking_line_id = b.picking_line_id
    and a.trx_source_line_id = b.trx_source_line_id
    and a.inventory_item_id = b.inventory_item_id
    and b.transaction_type_id = a.transaction_type_id
    and b.transaction_source_type_id in (2,8)
    and b.picking_line_id is not null ;
    2. MMT와 MMTT 사이에 중복되는 record가 있는지 확인하는 View
    create or replace view mmt_mmtt_records_v as
    select a.transaction_temp_id,
    a.picking_line_id from
    mtl_material_transactions b, mtl_material_transactions_temp a
    where a.picking_line_id = b.picking_line_id
    and a.trx_source_line_id = b.trx_source_line_id
    and a.inventory_item_id = b.inventory_item_id
    and b.transaction_type_id = a.transaction_type_id
    and b.transaction_source_type_id in ( 2,8)
    and b.picking_line_id is not null;
    3. MMT와 MTI 사이에 중복되는 record가 있는지 확인하는 View
    create or replace view mmt_mti_records_v as
    select a.transaction_interface_id ,
    a.picking_line_id from
    mtl_material_transactions b, mtl_transactions_interface a
    where a.picking_line_id = b.picking_line_id
    and a.trx_source_line_id = b.trx_source_line_id
    and a.inventory_item_id = b.inventory_item_id
    and b.transaction_type_id = a.transaction_type_id
    and b.transaction_source_type_id in (2,8)
    and b.picking_line_id is not null ;
    Views를 생성한 후 duplicate record가 있는지 count 확인:
    select count(*) from mmt_mmtt_records_v;
    select count(*) from mmtt_mti_records_v;
    select count(*) from mmt_mti_records_v;
    Notes:
    1. No Views
    View를 생성하지 않고 비슷한 SQL을 직접 실행할 수도 있다.
    select count(*)
    from mtl_material_transactions b, mtl_transactions_interface a
    where a.picking_line_id = b.picking_line_id
    and a.trx_source_line_id = b.trx_source_line_id
    and a.inventory_item_id = b.inventory_item_id
    and b.transaction_type_id = a.transaction_type_id
    and b.transaction_source_type_id in (2,8)
    and b.picking_line_id is not null ;
    2. 원인....
    중복 rows에 대한 원인은 매우 다양하다. 여러개의 common 한 patch list는 위에 update 되어 있고,
    mode 8의 transaction에 대한 정보는 Note 294391.1에서 볼 수있다.
    만일 위 3개의 view를 생성하여 그 count가 return 되는 경우 중복된 data가 있다는 의미이다.
    이 중복된 data는 data fix를 통해 처리해야 하므로 SR을 open 하여 Oracle Support 의 지원을
    받도록 한다.
    Reference
    Note 268973.1

  • "All items from purchase order cannot be invoiced"

    Hello,<br />
    <br />
    I'm on a SRM 7.0 SP 5 system (ext-classic scenario). Here i try to create an invoice with reference to a Purchase Order, but none of my Purchase Orders can be used for reference. I get the following warning message 'All items from purchase order cannot be invoiced'.<br />
    <br />
    - Created via POWL (create with reference -&gt; invoice/credit memo) i always get the warning message 'All items from purchase order cannot be invoiced'. And no items are converted / can be used for invoicing. Additionally when i use the search option 'find purchase order' within the create invoice transaction i can not find any purchase order to use, it shows 'There is no search result' while there are plenty purchase orders marked with 'invoice expected'.<br />
    <br />
    I am able to create invoices without reference.<br />
    <br />
    I tried vendors set up only for 'invoice expected' and 'GR', 'invoice expected' / 'GR' / 'GR-based-IV' and 'invoice expected' only none of them works, indicators set on vendor master are correctly used on the created purchase order. Outputting PO doesn't make any difference neither.<br />
    <p />
    I have not set up the following (do i need to?):<br />
    - Deactivated the 'CRME' transaction type, no Credit Memo transaction type has been configured/is active.<br />
    - I have not defined the 'INV' transaction type as a follow-on document for my ECPO transaction type within the define transaction type transaction.<br />
    - Tollerances<br />
    <br />
    <b>edit</b> -&gt; i've already searched thorougly for SAP notes but no note seems to cover this particular problem.<br />
    <br />
    Help is very much appreciated

    Solved! Added SYS attribute for back-end system in organisational scheme.

  • List of objects supported by iSetup on 12.0.6

    Setup Object Name => Application Short Name
    Aging Buckets =>AR
    Approval Limits =>AR
    Approval User Limits =>AR
    Auto Accounting =>AR
    Auto Cash Rule Sets =>AR
    Collectors =>AR
    Credit Management Auto Rules =>AR
    Credit Management Automation Rules =>AR
    Credit Management Check Lists =>AR
    Credit Management Scores =>AR
    Credit Management Scoring Model =>AR
    Credit Management Setup Options =>AR
    Customer Profile Classes =>AR
    Customers =>AR
    Invoice Grouping Rules =>AR
    Invoicing Rules =>AR
    Line Ordering Rules =>AR
    Memo Lines =>AR
    Receipt Classes and Methods =>AR
    Receipt Sources =>AR
    Receivables Activities =>AR
    Receivables Payment Terms =>AR
    Receivables System Options =>AR
    Receivables Tax Codes and Rates =>AR
    Receivables Territories =>AR
    Receivables Transaction Types =>AR
    Remit To Addresses =>AR
    Statement Cycles =>AR
    Tax Exemptions =>AR
    Transaction Sources =>AR
    All Profile Options =>AZ
    Convert to Multi-Org Concurrent Program =>AZ
    Personalizations =>AZ
    Profile Options =>AZ
    Profile Options Updates =>AZ
    Template Files =>AZ
    Template Translations =>AZ
    Workflow Business Event System Objects =>AZ
    XML Samples =>AZ
    XML Schemas =>AZ
    BOM Calendars =>BOM
    Cost Groups =>BOM
    Cost Sub Elements =>BOM
    Cost Types =>BOM
    Departments =>BOM
    Items =>BOM
    Workday Calendars =>BOM
    Bank Account Uses =>CE
    Bank Accounts =>CE
    Cash Management System Parameters =>CE
    Payment Documents =>CE
    System Parameters =>CE
    Transaction Codes =>CE
    Areas =>EAM
    EAM Areas =>EAM
    EAM Parameters =>EAM
    Conditions =>FEM
    Factor Table Rules =>FEM
    Mapping Rule =>FEM
    Statistics Rule =>FEM
    Compile All Flexfields =>FND
    Concurrent Programs =>FND
    Descriptive Flex Field =>FND
    Descriptive Flexfields =>FND
    Document Sequence Assignments =>FND
    Document Sequence Categories =>FND
    Document Sequences =>FND
    Key Flex Field =>FND
    Key Flexfields =>FND
    Lookups =>FND
    Menus =>FND
    Printers =>FND
    Request Groups =>FND
    Responsibilities =>FND
    Users =>FND
    Value Set =>FND
    Value Set Values =>FND
    Workflow Definitions =>FND
    Payment Process Profile =>IBY
    ABC Assignment Groups and Item Assignments =>INV
    ABC Class Assignments =>INV
    ABC Classes =>INV
    ABC Compliles =>INV
    ATP Rules =>INV
    Catalog Groups =>INV
    Category Sets =>INV
    Cycle Count Classes =>INV
    Cycle Count Items =>INV
    Cycle Countings =>INV
    Cycle Counts =>INV
    Default Category Sets =>INV
    Economic Zones =>INV
    Genealogy =>INV
    Inter-Company Relationships =>INV
    Inter-Company Transaction Flows =>INV
    Inter-Location Transit Time =>INV
    Inventory FlexFields =>INV
    Inventory FlexFields Validation =>INV
    Inventory Parameters =>INV
    Inventory Parameters Update =>INV
    Item Attribute Controls =>INV
    Item Categories =>INV
    Item Costs =>INV
    Item Cross References =>INV
    Item Locators =>INV
    Item Status Codes =>INV
    Item Statuses =>INV
    Item SubInventories =>INV
    Item Templates =>INV
    Item Valid Categories =>INV
    Material Statuses =>INV
    Movement Statistics Parameters =>INV
    Movement Statistics Validation Rules =>INV
    Organization Access =>INV
    Physical Inventories =>INV
    Picking Rules =>INV
    Planners =>INV
    Serial Numbers =>INV
    Shipping Networks =>INV
    Shortage Parameters =>INV
    Stock Locators =>INV
    Subinventories =>INV
    Transaction Reasons =>INV
    UOM Item Specific Class Conversions =>INV
    Unit of Measure, Conversions, and Classes =>INV
    Units of Measure =>INV
    Asset Book Controls =>OFA
    Asset Categories =>OFA
    Asset Depreciation Calendars =>OFA
    Asset Keywords =>OFA
    Asset Locations =>OFA
    Asset Prorate Conventions =>OFA
    Asset Quick Codes =>OFA
    Asset System Controls =>OFA
    Fiscal Years =>OFA
    Credit Check Rules =>ONT
    Credit Profiles =>ONT
    Credit Usage Rule Set =>ONT
    Credit Usage Rule Set Assignment =>ONT
    Credit Usage Rule Set Assignments =>ONT
    Credit Usage Rule Sets =>ONT
    Holds =>ONT
    Order Holds =>ONT
    Order Import Sources =>ONT
    Order Parameters =>ONT
    Order Sources =>ONT
    Transaction Types =>ONT
    Transaction Types Update =>ONT
    Absence Element =>PAY
    Accrual Formula =>PAY
    Accrual Plan =>PAY
    Balance Attributes =>PAY
    Balance Feeds =>PAY
    Balance Types =>PAY
    Carry Over Formula =>PAY
    Defined Balances =>PAY
    Element Classifications =>PAY
    Element EIT =>PAY
    Element Span Usages =>PAY
    Element Type Usages =>PAY
    Element Types =>PAY
    Fast Formula =>PAY
    Formula Result Rules =>PAY
    Frequency Rules =>PAY
    Grossup Balance Exclusions =>PAY
    Input Values =>PAY
    Iterative Rules =>PAY
    Module =>PAY
    Module Formula =>PAY
    Module Type =>PAY
    Payrolls =>PAY
    Primary Balances =>PAY
    Process =>PAY
    Process Module =>PAY
    Retro Component Usages =>PAY
    Run Types =>PAY
    Secondary Classifications =>PAY
    Status Processing Rules =>PAY
    Business Groups =>PER
    Employees =>PER
    Enable Multiple Security Groups =>PER
    Grades =>PER
    HR Locations Update =>PER
    Inventory Organizations =>PER
    Job Groups =>PER
    Jobs =>PER
    Locations =>PER
    Operating Units =>PER
    Organization Structure Elements (Hierarchies)=>PER
    Organization Structure Versions =>PER
    Organization Structures =>PER
    Organizations =>PER
    Position Structure Elements (Hierarchies) =>PER
    Position Structure Versions =>PER
    Position Structures =>PER
    Positions =>PER
    Salary Bases =>PER
    Approval Assignments =>PO
    Approval Groups =>PO
    Approval Groups, Group Assignments and Rules =>PO
    Approved Supplier Lists =>PO
    Blanket Purchase Orders =>PO
    Buyers =>PO
    Document Types =>PO
    Job Category Associations =>PO
    Line Types =>PO
    Purchasing Commodity Definitions =>PO
    Purchasing Options =>PO
    Purchasing Unique Identifiers =>PO
    Quality Inspection Codes =>PO
    Receiving Options =>PO
    Requisition Templates =>PO
    Budgetary Control Groups =>PSA
    Transaction Codes =>PSA
    Collection Elements =>QA
    Collection Plans =>QA
    Specifications =>QA
    Price Formulas =>QP
    Price Lists =>QP
    Simple Price Modifiers =>QP
    Aging Periods =>SQLAP
    Bank Accounts =>SQLAP
    Banks and Bank Accounts =>SQLAP
    Distribution Sets =>SQLAP
    Expense Templates =>SQLAP
    Financials Options =>SQLAP
    Invoice Approvals =>SQLAP
    Invoice Tolerances =>SQLAP
    Payables Options =>SQLAP
    Payables Payment Terms =>SQLAP
    Payables Tax Codes =>SQLAP
    Payment Formats =>SQLAP
    Reporting Entities =>SQLAP
    Special Calendars =>SQLAP
    Suppliers =>SQLAP
    Tax Authority Suppliers =>SQLAP
    Withholding Tax =>SQLAP
    Account Code Combinations =>SQLGL
    Accounting Calendars =>SQLGL
    Accounting Setups =>SQLGL
    Budget Organizations =>SQLGL
    Budgets =>SQLGL
    Chart Of Accounts =>SQLGL
    Code Combination =>SQLGL
    Code Combinations =>SQLGL
    Conversion Rate Types =>SQLGL
    Currencies =>SQLGL
    Daily Rates =>SQLGL
    Data Access Sets =>SQLGL
    Encumbrance Types =>SQLGL
    Journal Reversal Criteria =>SQLGL
    Ledger Sets =>SQLGL
    Set of Books =>SQLGL
    Statistical Units of Measure =>SQLGL
    Summary Templates =>SQLGL
    WIP Accounting Classes =>WIP
    Carriers,Methods,Carrier-ModeServ,Carrier-Org=>WSH
    Freight Carriers =>WSH
    Metadata =>XDO
    Legal Entities =>XLE
    Edited by: Mugunthan on May 5, 2009 11:13 AM

    Customer API is not available on 12.0.6/12.1.1. Thanks for pointing out. I will correct it. If you require customer API, please log an enhancement request through SR.

  • ESYU: FAQ - Drop Ship Purchase Orders 2

    Purpose
    RECEIVING: Drop Ship PO's - Release 10.7, 11.0, 11.5.X, r12
    Information in this document applies to any platform.
    Q/A를 통해 Drop Ship Purchase Orders에 대한 이해도를 높인다.
    Solution
    Q8. Configurable Items은 Drop Shipped 가능한가?
    A8: 현재는 Standard Items 만을 Drop Shipped 할 수 있다.
    Configurable Items를 위한 functionality는 향후 release에 포함될 것이다.
    Q9. Operating Units를 교차하여 Drop Ship을 할 수 있는가?
    A9: Release 11i는 현재 이 functionality는 지원하지 않는다.
    Q10. Drop Shipment에서 over/under shipment는 어떻게 처리하는가?
    A10: 만일 drop-ship line의 일부만 ship 되고 나머지 수량에 대해 fulfill을 원하지 않는다면 line을 cancel 한다.
    Over shipments 또한 manual 하게 처리해야 한다.
    만일 supplier가 ordered quantity 보다 많은 수량을 ship 하였다면, customer에게 추가된 수량만큼
    bill을 할 수 있거나 customer에게 추가 수량을 return 해 달라고 요청 할 수 있다.
    Drop-ship Sales Orders와 이에 연계된 purchase requisition/orders 간의 차이를 보고 싶으면
    Drop Ship Order Discrepancy report를 이용한다.
    Q11. Drop Shipment와 Blanket PO's를 사용할 수 있는가?
    A11: Blanket PO는 Drop Shipment와 같이 사용할 수 없다. 왜냐하면 PO는 OM이 PO에게 Drop Ship order가
    생성되었음을 공지시 생성되어야 하기 때문이다.
    Rececipt이 될때(partial or complete) 이 PO는 Drop Ship order와 link 된다.
    Drop Ship lines은 pick release, ship confirm 혹은 INV interface order cycles을 이용하지 않는다.
    Q12. Valid Blanket PO를 생성시 blanket agreement에 있는 item을 위해 drop shipment orders를 base로 하는
    release를 생성하는 것이 가능한가?
    A12: Yes, drop ship orders로부터 자동 혹은 autocreate window를 통하여 release를 생성하는 것은 가능하다.
    만일 drop ship requisition이 correct blanket information(source)을 가지고 있다면
    1. 요구되는 supplier site에 대한 ASL entry를 setup
    2. Hierachy에 따라 어떤 assigment가 좀 더 알맞은지 결정하고, 요구되는 supplier/site를 가지고 요구되는
    level에 따라 sourcing rule을 정의한다.
    또한 위 supplier/site에 대한 ASL entry가 존재하는지 확인한다.
    Profile option 'PO:Allow Automatic Sourcing' = Yes인 경우 automatic sourcing이 실행되며, creation date와
    document type에 따하 source document가 자동으로 결정될 것이다.
    Q13. Receive 후 Drop Shipment를 cancel 할 수 있는가?
    A13: Oracle Purchasing에 한 번 receipt 한 후에는 Drop Shipment는 cancel 할 수 없다.
    만일 Drop Ship Sales Order line을 cancel 하길 원한다면 cancel을 원하는 line에 대해 receipts은 없는지와
    연계된 requisiton이나 purchase order가 cancel 되어 있는지 확인을 해야 한다.
    Partial Deop Ship receipt에 대한 cancellation은 가능하나 아직 receive 되지 않은 부분에 대해서만 cancel
    할 수 있다.
    만일 모든 수량을 shipped 하지 않은 drop shipment line을 cancel 한다면 order processing은 line을 split 한다.
    첫번째 line은 shipped 한 수량을 포함하고 두 번째 line은 non-shipped 수량을 backorder로 가지며,
    이 두 번째 line(backorder)을 cancel 할 수 있다.
    PO line 수량은 새로운 수량을 반영하기 위해 변경되어져야 한다.
    Q14. Drop Shipment를 위한 debugging tools은 무엇인가?
    A14: 1. Note 133464.1 - Sales Order의 troubleshooting problems을 위해 사용할 있는 diagnostic script를 포함.
    2. Receipt transaction이나 Sales Order issue transaction debugging을 위해 아래 profile options을 set:
    RCV: Processing Mode to Immediate or Batch
    RCV: Debug Mode to Yes
    OM: Debug Level to 5
    INV: Debug Trace to Yes
    INV: Debug level to 10
    TP: INV Transaction processing mode to Background
    - Sys Admin: Concurrent> Program> Define> query up the Receiving Transaction Processor and check the Enable Trace box
    - Deliver Transaction을 위한 receipt을 저장 (Deliver Tranasction을 위한 destination type은 inventory 이어야 함)
    - Receiving Transaction Processor log file, Inventory Transaction Worker log file, trace등을 review
    Q15. Drop Shipment로 부터 생성된 PO의 status와 Import source는 무엇인가?
    A15: PO status는 언제나 approved.
    Import source: Order Entry
    Q16. 관련된 Sales Order Line이 cancelled/closed 된 PO shipment를 receive 할 수 있는가?
    A16: 관련된 Sales Order Line이 cancel 되었거나 closed 되었다면 PO shipment는 receive 할 수 없다.
    이 PO shipment는 cancel 해야 하며, 필요하다면 새로운 Sales Order Line이 생성되어야 한다.
    Reference
    Note 225434.1

    Hi Suda,
    Yes, the purchase orders are created directly from the sales order, so there should be some sort of link between the two I would think.  However, I may be wrong in this line of thinking.
    The UDF would be on the header as our customer puts an entire sales order on only one purchase order.
    Thank you for your quick response.
    Amanda

  • New Plant (701 Mvt type)

    Hello,
    We have set up a new plant but I am looking to make the settings for Clearing Inventory differences using movement type 701/711
    In the current plant, it automatically picks the Cost center,Profit center and G/L account the moment it creates the material document using LI21.
    So with the new plant setting, where should I make the settings, so it picks the desried set of cost center/GL account.
    Please suggest.
    Regards,
    JPS

    Hi
    Enter valuation grouping code setting for plant - company code settings in OMWD.
    Enter GL accounts for BSX and GBB - INV transaction keys in OBYC for material valuation class.
    Thanks

  • Multiple batch determination

    Hi
    In a process order for a FG, for a component (reqd qty is 100), I want to withdraw 50 from one batch A & 50 from Batch "B".   Is it possible to withdraw from multiple batches, if yes how to do?
    Valuable answers will be rewarded.
    Thanks & Rgds
    Karthik

    Lo general&#61664;Batch Management&#61664;Batch Determination and Batch Check&#61664;Condition Tables&#61664;Define Production Order Condition Tables&#61664;30 and 31
    Access sequence &#61664; Define Production Order Access Sequences&#61664;C001&#61664;30&#61664;ot,pl,mat
    Strategy Types(condition type) &#61664;Define Production Order Strategy Types&#61664;C001&#61664;AS(C001)
    Batch determination &#61664;foreground?
    Batch Search Procedure Definition &#61664;Define Production Order Search Procedure&#61664;CO0001&#61664;CT(C001)
    Production order type &#61664;CO0001&#61664;CT(C001)&#61664;AS(C001)&#61664;Condition table-30
    Create batch search strategy &#61664; COB1
    Strategy = C001
    Selection type at start of batch determination= F make it space
    Setting outside SPRO
    COB1-Batch search stg for finding a batch suitable for the raw material in a production order, during creation/release/confirmation.
    and MBC1 - Batch search stg. for finding a batch during inv transaction for a given movement type
    I am giving an example for COB1 as below
    On the initial screen of your application choose Logistics>central function>batch management>Batch determination>For process order -->Batch search strategy --> Create.
    Procedure
    On the initial screen of your application choose Batch search strategy -->Create.
    Choose the strategy type, say choose co02
    If you want to see a list of the strategy records available, choose Strategy info.
    Choose the key combination-
    Enter the required date-->say plant ,production order type, product, valid from and component for which you want to have this
    Choose Selection criteria push button
    If no values have been entered, enter the selection class and the characteristic values.
    Go back to the screen on which you create a batch search strategy.
    Choose Sort if required(it should be defined earlier(in CO70- here you are giving the characteristic name on which you want to sort)
    Choose a sort sequence.
    save.
    Check also in COR4, for the combination of plant and order type...you have selected search procedure-Co0001
    this is linked to stg what you have enter above.
    pl come back if you need more help
    In MM-IM(batch detrmination in MB1a or confirmation)
    Check the below settings are maintained in SPRO.
    Lo general>Batch Management>Batch Determination and Batch Check-->Define Inventory Management Condition Tables -->20 to 25
    Access sequence (AS)> Define Inventory Management Access Sequences>ME01, ME02, ME03 which is connected to different tables designed above
    Strategy Types(condition type) >Define Inventory management Strategy Types>ME01 and ME02 which is connected to AS--> ME01 and ME02
    Batch Search Procedure(BSP) Definition>Define Inventory Management Search Procedure>ME0001 which is connected to Condition type ME01
    Setting outside SPRO
    MBC1 - Batch search stg. for finding a batch during inv transaction for a given movement type
    Edited by: Rajesha Vittal on May 14, 2008 3:23 PM

  • No effect after change logic in java soucre file

    I had change some logic inside the oracle.apps.inv.transaction.server.LotTrxManager and put it into the correct path. I did restart the Apache server but it seems that the logic I put in (debug message) did not work. Other then the Apache server, what other server I need to restart, so that the java source will be reloaded again?
    Regards
    Lawrence

    Lawrence,
    You seem to be modifying standard code which is not recommended (and decompiling and recompiling doesn't retrieve correct class file). Since you are putting a debug message, it might be the case that you are trying to understand the working of the code.
    Coming to the question, in 11i only Apache bounce is enough. But you need to be sure on which server are you putting the code (in a multi node server). You can also check if the debug message you want to appear, is bound by some conditions and they are being met. Last resort, rename the standard file on server and bounce server. This should give error as class would not be found.Then copy the entire fresh file from your machine and then bounce server.
    Regards
    Sumit

  • Dropship_PO Receipt & AR Invoice in back date

    The Business requirement is
    The OU gets the Bill of Lading/Air Way Bill document offline after some time let's say within 10 days of actual Bill of Lading/Airway Bill Date. We are executing Dropshipment process. The PO receipt to be done on back date, which is the actual Bill of Lading/Air Way Bill date. The AR Invoice to be raised on the same backdated actual Bill of Lading/Air Way Bill date.
    Example:
    Actual Bill of Lading/Air Way Bill date: 25 Apr 2012
    The documents are received on date: 05 May 2012
    Dropship PO Receipt Date: 25 Apr 2012 (We will execute backdated receipt in system, on 05 May 2012 the receipt date will be entered as 25 Apr 2012)
    AR Invoice Date (after Auto-import program): 25 Apr 2012
    We are able to get the desired result in the open period. Just wondering, how to go about the issue when periods are closed for the last month (April).
    Read that, the profile option INV:Transaction Date Validation doesn't work in case of PO receipts. Kindly advise.
    With Best Regards,
    Nirabh Nayan

    Hi,
    Once a Inv a/c period is closed, the period close process permanantly closes the period and system will not let performing any further transactions in that closed period. period can not be reopened as well.
    If you know that there are pending transactions to be made in the last month of a/c year, As an exception you can keep the last period open till all the transactions are entered into the system. Normally this is the general process followed across. Accounting period is not closed sharply on the final day of the acct period.
    If you are worried about std cost update and want to have updated costs for the transactions done in new a/c year, You can enter the cut off date in the inv org parameters as the last date of previous accounting period so that the transactions of the first month of new accounting period ( in your case May ) does not get costed. Once you close the previous period, you can update the cost thru std cost update and then release the cut off date for the new period transactions to get costed at updated cost.
    Prabhu Chepuri

  • MTL_TRANSACTIONS_INTERFACE TABLE에 대한 분석

    제품 : MFG_INV
    작성날짜 : 2003-04-21
    MTL_TRANSACTIONS_INTERFACE TABLE에 대한 분석
    =======================================
    PURPOSE
    MTL_TRANSACTIONS_INTERFACE table의 사용 용도와 관련 program(Conc manager,Processors so on..)을 알면 Interface에 걸린 문제의 원인 및 해결방법을 보다 빨리 알 수 있다.
    Explanation
    이 Table은 non-INV application과 INV transactions module간의 Interface point이다.다른 말로 하면 INV가 아닌 INV로 update 하기 위하는 다른 module을 이 table을 꼭 통해야만 한다.
    즉, PO, WIP, OE들의 module들의 records는 validation을 위해 처음 MTI table을 pass 해야 한다.
    1.INV Processor 절차
    1) Conc Manager called the Transactions Manager(INCTCM)
    : MTI table의 records를 읽어 validate를 하고, pass된 transactions을
    MTL_MATERIAL_TRANSACTIONS_TEMP table로 이동시킨다.
    2) Submit Transaction Worker(sub-process-INCTCW)
    : data derivation,validate하고 MTL_TRANSACTION_INTERFACE,
    MTL_TRANSACTIONS_LOTS_INTERFACE,MTL_SERIAL_NUMBERS_INTERFACE 에 있는
    records를 TEMP tables로 transfer한다.
    3) MTI table이 INV processor에 의해 제대로 processing 하기 위해서는 아
    래 field의 값이 다음과 같이 setting 되어져 있어야 한다.
    Transaction_Mode = 3,
    Lock_flag = 2,
    Process_flag = 3
    2.Important Links
    1) MTI와 link되어 있는 주요 table
    MTL_SYSTEM_ITEMS,
    MTL_ITEM_LOCATIONS,
    MTL_SECONDARY_INVENTORIES,
    GL_CODE COMNINATIONS
    2) Link to the PO table-MTI.requisition_line_id
    PO_REQUISITION_LINES(requisition_line_id),
    PO_REQUISITION_LINES(blanket_po_line_id)
    3) Link to the WIP from MTI
    - schedule_id
    - operation_seq_num
    - wip_entity_name
    MTI.schedule_id
    wip_requirement_operations(repetitive_schedule_id)
    wip_operations(repetitive_schedule_id)
    wip_operations(wip_entity_id)
    wip_discrete_jobs(wip_entity_id)
    4) Link to Lots and Serials
    MTL_TRANSACTION_LOTS_INTERFACE
    MTL_SERIAL_NUMBERS_INTERFACE
    Example
    Reference Documents
    -------------------

  • Error in Recipe (Validity Rules)

    Dear all,
    please help.
    I have error in Form Recipe for Validity Rules.
    this error show up when I click tab Step Quantity.
    the error is :
    cannot calculate theoretical process loss because the routing class uom value may be null
    how to make this error not show up again ?
    thanks.
    Rgds.
    Robby

    @hsawwan, right now I can't view that document in Oracle Metalink.
    but
    I have solution for this.
    open form Pending Transaction from Resp. Inventory Super User.
    then choose IO (Inventory Organization)
    then choose item that have problem with inventory
    this error in process Lots: oracle.apps.inv.transaction.utilities.InvTrxException have id for field Process Flag is 3.
    then click submit button then Save.
    waiting for several minutes, this submit will run with background service.
    this step by step give me solution for that error.
    I hope this information will help anyone with same error.
    thank you very much.
    Rgds,
    Robby

  • Batch nuber problem

    Hi friends
    I need a help..
    Can u send me any help regarding documatary batch number determination in PP
    Where you will assign this while doing GR for a material ? i.e in which screen and how to look into this ?  have seen in SPRO link how to activate this... but couldn't reflect in the transaction of GR.
    I should get some screen where we can enter this no for a material while doing GR.?? This is external nember assignment.
    Anticipating quick solution from u
    Thanks
    venkat

    Lo general&#61664;Batch Management&#61664;Batch Determination and Batch Check&#61664;Condition Tables&#61664;Define Production Order Condition Tables&#61664;30 and 31
    Access sequence &#61664; Define Production Order Access Sequences&#61664;C001&#61664;30&#61664;ot,pl,mat
    Strategy Types(condition type) &#61664;Define Production Order Strategy Types&#61664;C001&#61664;AS(C001)
    Batch determination &#61664;foreground?
    Batch Search Procedure Definition &#61664;Define Production Order Search Procedure&#61664;CO0001&#61664;CT(C001)
    Production order type &#61664;CO0001&#61664;CT(C001)&#61664;AS(C001)&#61664;Condition table-30
    Create batch search strategy &#61664; COB1
    Strategy = C001
    Selection type at start of batch determination= F make it space
    Setting outside SPRO
    COB1-Batch search stg for finding a batch suitable for the raw material in a production order, during creation/release/confirmation.
    VCH1 - Batch search stg. for the product in a sales order delivery processing
    and MBC1 - Batch search stg. for finding a batch during inv transaction for a given movement type
    I am giving an example for COB1 as below
    On the initial screen of your application choose Logistics>central function>batch management>Batch determination>For process order -->Batch search strategy --> Create.
    Procedure
    On the initial screen of your application choose Batch search strategy -->Create.
    Choose the strategy type, say choose co02
    If you want to see a list of the strategy records available, choose Strategy info.
    Choose the key combination-
    Enter the required date-->say plant ,production order type, product, valid from and component for which you want to have this
    Choose Selection criteria push button
    If no values have been entered, enter the selection class and the characteristic values.
    Go back to the screen on which you create a batch search strategy.
    Choose Sort if required(it should be defined earlier(in CO70- here you are giving the characteristic name on which you want to sort)
    Choose a sort sequence.
    save.
    Check also in COR4, for the combination of plant and order type...you have selected search procedure-Co0001
    this is linked to stg what you have enter above.
    pl come back if you need more help

Maybe you are looking for

  • Start routine logic

    All Open Items  +   (Status Closed  and BLINEDATE <= Last day of the current Month  and Clearing Date > Last Day of the current Month  ) Need to implement above routine in the star routine, To find open item we have a char FI_DOCSTAT if this is u2018

  • Pushbutton Text does not display in portal but display in development

    Hi Experts, I ceated Pushbutton in  selection screen block . Pushbutton text is does't display in portal view but display in development . i attached my coding , could you suggest anyother coding to diplay the pushbutton text. SELECTION-SCREEN BEGIN

  • Update Rule - Logic to lookup

    The daily Inventory Cube stores the values (populate via a routine in the Update Rules) of some key figures I want to use those key figure values in another ODS.  Can I carry out a lookup in the UR for these values if so how? Thanks

  • How do i get an iCloud playlist to download to my computer?

    I made a playlist that I need for a funeral tomorrow. I did it on my mac, but only some tracks are going to my iios devices which i need for the funeral. the rest are locked in the cloud. i need immediate help!! somebody? anybody?! Please!!!

  • How to transfer data of RFC into Internal Table inside a WD4A program?

    Hi Experts, I have created WD4A program. This program calls RFC. The output of RFC has to populate  a UI table. THe different cells of the table should have different color based on data. I have gone through following link: http://www.sdn.sap.com/irj