Accounts Payable - Supplier Setup - Supplir Type issue

Hi
There is an entry made into Purchasing Lookups for a new supplier type that is created and it is enabled
But while creating a new supplier in the classification region the new type is not appearing in the list of values
Why it is so? Require a quick answer please.....!!
Thank you in Advance
Shanks

Hi
Can some one help me resolving the query per below?
Thanks
Shanks

Similar Messages

  • Where I setup the parameters of the Accounts Payable Negative Supplier???

    When I try to run Accounts Payable Negative Supplier Balance, the parameter report definition haven`t value.
    Where I setup the parameters of the concurrent Accounts Payable Negative Supplier Balance???
    Can anyone help me?.
    Thanks.

    This report relies on the XLA Trial Balance data.
    Please check whether you have created any Report Definitions or not.
    Otherwise check the SLA Implementation Guide.
    Chapter: Open Account Balances Listing
    Section: Creating Open Account Balances Listing Definitions
    By
    Vamsi

  • SRKIM: R12: Accounts Payable Trial Balance issue troubleshoot

    Purpose
    R12 에서 AP Trial Balance Report 확인 시 데이터가 비정상적일 경우 check 해야 하는 내용에 대해 확인 해 보도록 한다.
    Question
    R12 에서 invoice 생성 후 gl 로 transfer 하였으나 ap trial balance report 의 데이터가 비정상적인 것으로 확인 된다.
    어떤 내용을 확인 해야 하는가.
    Answer
    1. APList Diagnostics Script 을 해당 invoice 에 대해 수행 하여 아래의 내용을 확인한다.
    - Accounting 이 생성되어 gl로 모두 transfer 되었는지 여부.
    - Accounting Date 가 Trial Balance Report 의 start date 와 as of date 안에 포함 되는지 여부
    2.위의 내용에 문제가 없다면 아래 sql 로 데이터를 확인 해 보도록 한다.
    select *
    from xla_trial_balances
    where source_entity_id in (
    select entity_id
    from xla.xla_transaction_entities xte
    where application_id = 200
    and (
    (entity_code = 'AP_INVOICES' and source_id_int_1 in (&invoice_id))
    OR
    applied_to_entity_id in (
    select entity_id
    from xla.xla_transaction_entities xte
    where application_id = 200
    and (
    (entity_code = 'AP_INVOICES' and source_id_int_1 in (&invoice_id))
    3.GL 에 실제 해당 데이터가 존재 하는지 아래 sql 로 확인 해 보도록 한다.
    SELECT distinct aeh.*
    FROM gl_je_lines gjl, GL_IMPORT_REFERENCES gir, gl_je_headers gjh, GL_JE_BATCHES gjb, XLA_AE_LINES
    ael,
    XLA_AE_HEADERS aeh, XLA_EVENTS aea, xla.xla_transaction_entities xte
    WHERE ael.gl_sl_link_id = gir.gl_sl_link_id
    and gjh.je_batch_id= gjb.je_batch_id
    and gjl.je_header_id = gjh.je_header_id
    and gjl.je_header_id = gir.je_header_id
    and gjl.je_line_num = gir.je_line_num
    AND gir.gl_sl_link_table in ('XLAJEL')
    and ael.gl_sl_link_table in ('XLAJEL')
    AND aea.application_id = 200
    AND aea.event_id = aeh.event_id
    AND aeh.ae_header_id = ael.ae_header_id
    AND gjb.je_batch_id = gir.je_batch_id
    and xte.application_id = 200
    and xte.entity_id = aea.entity_id
    and gjh.je_header_id = gir.je_header_id
    and gjh.je_source = 'Payables'
    and (
    (xte.entity_code = 'AP_PAYMENTS' and xte.source_id_int_1 = &check_id)
    OR
    (xte.entity_code = 'AP_INVOICES' and xte.source_id_int_1 = &invoice_id)
    SELECT distinct gjl.*
    FROM gl_je_lines gjl, GL_IMPORT_REFERENCES gir, gl_je_headers gjh, GL_JE_BATCHES gjb, XLA_AE_LINES
    ael,
    XLA_AE_HEADERS aeh, XLA_EVENTS aea, xla.xla_transaction_entities xte
    WHERE ael.gl_sl_link_id = gir.gl_sl_link_id
    and gjh.je_batch_id= gjb.je_batch_id
    and gjl.je_header_id = gjh.je_header_id
    and gjl.je_header_id = gir.je_header_id
    and gjl.je_line_num = gir.je_line_num
    AND gir.gl_sl_link_table in ('XLAJEL')
    and ael.gl_sl_link_table in ('XLAJEL')
    AND aea.application_id = 200
    AND aea.event_id = aeh.event_id
    AND aeh.ae_header_id = ael.ae_header_id
    AND gjb.je_batch_id = gir.je_batch_id
    and xte.application_id = 200
    and xte.entity_id = aea.entity_id
    and gjh.je_header_id = gir.je_header_id
    and gjh.je_source = 'Payables'
    and (
    (xte.entity_code = 'AP_PAYMENTS' and xte.source_id_int_1 = &check_id)
    OR
    (xte.entity_code = 'AP_INVOICES' and xte.source_id_int_1 = &invoice_id)
    4.위의 sql 을 통해 Trial Balance Table 의 데이타가 잘 못 생성 되었음이 확인 되면 해당 Trial balance table 의 데이타를 recreate 하는 작업을 수행 해야 한다.
    Reference
    Note. 553484.1 - THE R12 ACCOUNTS PAYABLE TRIAL BALANCE DATA IS
    INCORRECT/WRONG

    Follow the below steps and Run the Trial Blance and let me know if it helps.
    Thanks
    Girish
    How to Rebuild Trial Balance Data (repopulate XLA_TRIAL_BALANCES)
    1. Navigate: Payables Responsibility > Setup > Accounting Setups > Subledger Accounting Setups > Open Account Balances Listing Definitions
    2. Query up your Report Definition: select Defined By = Accounting Flexfield or Segment (whichever applies in your case), click “Go”
    3. Click on Update icon in the "Actions" column – the definition's update page opens.
    4. "Touch" the definition by simply clicking "Apply" button (without making any change).
    This should start the “Open Account Balances Data Manager” concurrent processes

  • Accounts Payable Trail Balance Report Supplier Sitewise

    Hi,
    I want to customized Accounts Payable Trial Balance report in AP.
    This concurrent program source is JAVA. How to customized this report to get the Trial Balance based on the Supplier Site.
    If customization is not possible, can anyone let me know which data i needs to pull to get the trial balance report.
    Regards/Prasanth

    do u want the query or do u want to know how to calculate i used case statement in the seeded query so i got the o/p in days-weeks-months-years format

  • Accounts Payables- Trial Balance

    Hi
    Oracle R12
    The Accounts Payables Trial Balance report is working fine when the liability accounts are defined as a same value in 2 places
    1 Supplier --> Entry --> Accounting
    2 Setup --> Options--> Financial Options
    Upon modifying the liability account for a supplier at
    Supplier --> Entry --> Accounting
    the account Payables Trial Balance report is not dispalying the invoice number which is not paid.
    Note:
    The same entry is posted into GL.
    Setps followed
    1. created a invoice
    2. Validaed the invoice
    3. created accounting
    4. Submitted the Accounts Payables Trial Balance report
    Any suggestions on this will be helpful
    Regards
    Yram

    Looks like similar issues as Re: Where I setup the parameters of the Accounts Payable Negative Supplier???
    By
    Vamsi

  • FSCM 9.0: Where to define Accounts Payable Module "Origin" for Voucher ?

    Folks,
    Hello. I am working on FSCM 9.0 Accounts Payable Module. I add Voucher using Accounts Payable > Voucher > Add and the following message comes up:
    "Origin missing on your Operator Profile. Origin is required to enter Voucher. No Origin was found on your Operator Profile. You must be assigned to an Origin in order to enter Vouchers."
    My login IS is VP1. I try to solve the above issue as follows:
    Setup FSCM > Common Definition > Define User Preference > Procurement > Payable Online Voucher page, "Origin" is required field, but no prompt values come up. I don't know where to define "Origin".
    Do any folks understand where to define "Origin" in Payable Online Voucher page ?
    Is this way the correct way to solve the above issue ?
    Thanks.

    Folk,
    Hello. Thanks a lot for replying.
    I have created a few "Origin" using Set Up Financials/Supply Chain > Product Related > Procurement Options > Vouchers > Voucher Origin like 1, 2, 3, ...
    But when add Voucher using Accounts Payable > Voucher > Add > Regular Entry, the following message comes up:
    "Origin missing in your Operator Profile. Origin is required to enter Voucher. No Origin was found on your Operator Profile. You must be assigned to an Origin in order to enter Voucher."
    My login User ID is VP1. I have tried to solved this issue using Setup FSC > Common Definition > User Preference > Procurement > Payable Online Voucher page, "Origin" is a field in this page, but a list of value (1, 2, 3, ...) I define do not come up when click on Prompt icon.
    Do any folk understand how to solve the issue "Origin missing in your Operator Profile" ? Thanks.

  • AR Customer Setup: Communication Type Email Creates Two Email Entries

    Hi,
    AR Customer Setup: Communication Type Email Creates Two Email Entries, one with type as Email and other as E-mail.
    In AR Receivables > customer > entry > (B) account details > (T) communication or >Contact roles. While creating new customer contact communication type emai entry, upon entering email address, type as email and saving it, oracle defaultly creates another entry with same address and type as E-mail. So every time i create on email contact email address, it creates another similar with E-mail type.
    My question: Why does two entries get created and how can we avoid it.
    Thanks

    Hi and Welcome to the Forums!
    To use the proprietary RIM Push email capability, you must have an adequate data plan from your carrier. The carriers host BIS for their BB users. Typically, BIS is not available via generic data plans. Many carriers call what is necessary The Blackberry Data Plan. Whatever they call it, it is the carrier who delivers BIS to their BB users -- contact them for assistance. Once you have a BIS-capable data plan on your BB (at whatever fees your carrier will charge, btw), you will then have Personal Email added to the email setup wizard.
    Further, since this is a second hand device, you should read this and ensure that the prior owner fully conducted all steps in the Seller section...if not, then your carrier will never be able to register a BIS account to the BB.
    Good luck!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Creation of Invoice for Accounts Payables - RERAIV

    Hi Gurus,
    I would like to create invoices (or in this case credit memos) to accounts payables with transaction RERAIV.
    Is this possible. Can I influance this via an enhancment?
    thx in advance,
    br, Christian

    Hi,
    yes the contract type is 0-External Contract.
    I have now analysed the programm in detail. I seems that it will be not possible to create invoices to vendors without a modifikation.
    In the class "CL_RECN_CONTRACT" there is a check with method IS_DEBIT, which forbits the creation.
    WIth some modifcations it is no possible to create invoices to vendors from planed positions, not from posted.
    I will inform you about my solution.
    br, christian

  • SAP Accounts payable

    Hi,
    i am new hired as SAP FI Accountant in MNC ,please i need all transactions paths concerning Accounts payable also if there are links to download pdf books concerning Accounts payable
    kind regards,
    khaled
    SAP FI  Accountant
    Moderator: Please, read SDN rules and post in compliance

    Hi Khaled,
    Go through SPRO screen and select a find button for any path you will find ther.
    Eg. Vendor number ranges i want
    Got Spro screen- Ctrl+F- there you type vendor number ranges- system will displays the particular path double click on that you wiil get the path.
    Coming tot the site links go and search the google for the llinks like sap-imglink.com, sap.help.com,sapfibuildngblock.com,sapblogspot.com...etc
    Regards,
    Kanike

  • G/L account determination - purchasing tab - accounts payable window

    Dear users,
    Can any one help me by defining what is "assets account" in accounts payable window in purchasing tab of G/L account determination ?
    It shows liability control accounts while the account type is mentioned "Asset accounts" I am confused in this.
    Thanks and regards,
    Farhan Sufi

    Farhan
    Ignore the verbage.  The accounts you need to select on Accounts Payable accounts from the Liability drawer.   Please check Control Account on the AP GL account you want to use.
    Suda

  • R12(Payments)--Accounts Payable Trial Balance Report, Need Info.

    Hi All,
    We are trying to use the report Accounts Payable Trial Balance Report.
    This is an XML Report in R12 now and has 4 different RTF Templates.
    Can you please explain me how this report can be used in R12 and how does it selects the RTF template( from 4 different templates present) at run time.?
    Thanks,

    Hi,
    In 11i we use to have a parameter to give the report in Summary or Detail
    In R12 we have 4 options in templates to have Summary by Account, Summary by Supplier, Detail by Account and Detail by Supplier.
    Report will not select the template automatically. The user needs to select the template before submitting the report.
    Hope it helps
    Regards,
    Sridhar

  • Accounts payable: Reconciliation field(s)

    Dear all,
    I have posted the same thread in the Materials Management forum as I am not sure where it belongs. As I am not very familiar with vendor payments, I hope you can help me with this question.
    As per our accounts payable department, when they send a check to a vendor, they need to reference the payment with the bill of lading number.
    But the bill of lading is not available in the payments standard transaction: F110. So I was wondering: which field(s) (which are printed on the check) are usually used by vendors for payments reconcialiation?
    Thanks,
    Annabelle

    Hi Annabelle,
       When you enter an invoice with reference to a purchase order, the system suggests data from the purchase order and the goods receipts against the PO (for example, vendor, material, quantity still to be invoiced, expected amount per item, and terms of payment). You can overwrite these default values if the invoice actually submitted by the vendor contains other values. The system checks whether your input is allowed. In doing so, it may issue warning or error messages.
    You can also assign the invoice items to a purchase order using the number of the delivery note or bill of lading, provided that these numbers were entered at the time of goods receipt.
    With Regards
    Srinivas

  • Accounts payable against ohter than goods receipt

    dear expert:
    in case of our business scenerio after receiving goods against purchase order we have to reconcile the received quantity and which ever is then confirmed should create accounts payable. please suggest how can we maintain this
    regards
    javed

    hi boss:
    for a particular material type eg"print panel" our business requirements are
    1. we create a subcontract PO  for print panel equal to our sales order qty.
    2. we send cut panel as a BOM component at actual qty [maximum cases more than the purchase order qty]
    3. we receive print panel against the PO which might be equal to or more than PO qty.
    4. we will pay the bill only
              in case of over delivery :[ goods received qty- 15% purchase order qty]
              in case of under delivery: goods received qty
    how can we maintain this requirement in sap
    regards
    javed

  • Accounts Payable Check Register

    Hello,
    Does anyone have any advice they can share with regard to creating an InfoProvider that would contain check register information for Accounts Payable?  I have looked through Business Content for Financials but have not been able to find anything even close to this type of design.  Our Financial functional analysts cannot believe that a check register InfoProvider is not included as part of BC. 
    Thanks in advance,
    Sonya

    As an accountant for 35 years, I could not believe that there is no check register in SAP.  The document journal report hardly suffices.  The company I am with now did create a query that is below.  See how this works for you.
    SELECT T0.CreateDate AS 'Creation Date', T0.CheckNum AS 'Check No.', T0.VendorCode AS 'Vendor Code', T0.VendorName AS 'Vendor Name', T0.CheckSum AS 'Check Amount', T1.JrnlMemo AS 'Journal Remarks', T1.TransId AS 'Transaction Number', T0.Canceled AS 'Cancelled' FROM  [dbo].[OVPM] T1 INNER JOIN [dbo].[OCHO] T0 ON T1.DocEntry = T0.PmntNum INNER JOIN [dbo].[VPM1] T2 ON T2.DocNum = T1.DocNum WHERE T1.DocDate >= CONVERT(DATETIME, '[%0]', 112)  AND  T1.DocDate <= CONVERT(DATETIME, '[%1]', 112)

  • Accounts Payable Contact

    After spending quite sometime with various costumer service representatives this morning I was told I need to contact Accounts Payable. They gave me what looks like an employee's email address, which i contacted but have had no reply.
    The issue pertains to a large purchase I made for a non-profit whose tax-exempt status was not provided at time of purchase. How can I get in contact with someone at accounts payable about this? 

    Hi joeamelendez,
    Please call 
    AR at 1-866-426-4004 and follow the command prompt.
    Best regards,
    Bgriffin2
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

Maybe you are looking for

  • STOPWATCH WIDGET FOR CAPTIVATE 4

    Can anyone tell me how to create a stopwatch or timer widget for Captivate 4?

  • How far back does script UI go?

    I have a script that runs all the way back to CS I was wanting to update it and add fancy UI I was wondering how far back I can go?

  • Non Rendering Layers

    Making a flash website, and since I'm a lazy guy I grabbed a template (seen here http://www.templatesbox.com/free-flash-templates/003.htm), obivously it need to be changed from a corporate one to something different, so I changed the "slogan" layer t

  • WTC Config PPT

    WTC, FYI

  • Changing System warnig msg to Error Message

    Hi, how to change ME393 " No shipping data could be found for item & "  system message from 'W'  warning to 'E'   error. i have checked using OLME,OMT4 tcode but not finding this message number. also i checked SPRO IMG. but could not found it ? what