Accounts Payable API Invoice Creation API

Hello All,
Is there any API available in R12 for creating Accounts Payable(AP) Invoices.
Thanx in Advance.
Regards,
Deepak Arora
+91-96500-28672

Hi;
All APIs are listed in Oracle Integration Repository
http://irep.oracle.com/index.html
API User Notes - HTML Format [ID 236937.1]
R12.0.[3-4] : Oracle Install Base Api / Open Interface Setup Test [ID 427566.1]
Pelase also check below:
Api's in EBS
Re: Api's in EBS
http://sairamgoudmalla.blogspot.com/2009/05/script-to-find-oracle-apis-for-any.html
API
Fixed Asset API
List of API
Re: List of APIs
Oracle Common Application Components API Reference Guide
download.oracle.com/docs/cd/B25284_01/current/acrobat/jta115api.pdf
Regard
Helios

Similar Messages

  • Help APIs Account Payables

    hi, im purgging my database in the account payables module, with the interface provide, im using a specific date, im just purgging 'SIMPLE INVOICES', 'SIMPLE REQUISITIONS', 'SIMPLE POS', 'MATCHED POS AND INVOICES', 'Supliers', but exist conditions as invoice not cancelled or his distribution, lines and headers that make tha data not purgeable even if the last activity date or date creation is before the purge date, i want to know, what api or what can i use to close or make purgeable all data what its not deleted from database????
    help!!!

    Hi,
    Please check the Financial and Payables option setups in AP.
    Kind Regards,
    S.P DASH

  • 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

  • Account Payable Invoice Creation

    Hi All,
    I just want to know the Account Payable Invoice creation screen.
    How many data hit by invoice screen for master table
    AP_INVOICE_ALL
    specially invoice_date and gl_date column.
    Please help.
    Regards

    Hi,
    Did you check the settings in VKOA. Check Sales Org/ Order Reason. Check whether GL Accounts assigned is correct or not. Also check the settings in Account key
    Regards,
    Jigar

  • Fully Paid invoice is  appearing in "Accounts payable  trial balance"

    Hi all,
    i have proble with AP trial balance report..
    there is one invoice which is fully paid and accounted.
    but still that invoice is appearing in trial balance report.
    invoice amount is 0000000
    rmaing amount is (9856568) note: negatinve amoun..
    any one pls suggest as soon as possible
    thanx

    hi Octopus Rex ,
    rite.
    But i have one doubt tht.i have invoice which is paid.but it is still in "AP_LIABILITY_BALNCE" as you mentined **"The Accounts Payable Trial Balance report uses this information to report on outstanding invoice liability"**.But i have only single line for that paid invoice.
    the table "AP_LIABILITY_BALANCE" sholud have the oustanding amount only rite.why i am getting this paid invoice.
    can u give some point to releated paid invoce that will appear in this table

  • How to restrict accounting doc generation while excise invoice creation

    Hi,
    i have to restrict accounting document generation while excise invoice creation through J1IIN.
    i can't use statistical in my pricing proceedure since this is excise group and plant specific requirement.
    same priicing proceedure is being used across all other excise groups and plants.
    requirement is that one plant is having excemption from duties. my client wants excise duties to be calculated but should not be posted to accounting for that excise group.
    can you suggest me how to map this scenario.
    Thaks in advance.
    Regards
    Satya

    Hi
    If it's a Deemed Export scenario  then you can map this as a standard process.
    Click the utilization button in the left corner, this will give you a next screen , Now here there is a pencil button .
    Now click over this - this will change the color of the description and activate it. Now here if you select Deemed and save the document - There will NOT be any accounting entries for the excise document .
    Try this , hopefully this will help you.
    Thanks
    RB

  • Baseline date in Accounting document changed after creation of Invoice List

    Hi all,
    1) User Requirement:-
    Creation of Invoice document(using VF01), Transfer u201CGoods Issue Dateu201D to FI accounting as a Baseline date instead of Invoice creation date.
    To meet the above requirement I did enhancement name: SDVFX008 user exit: EXIT_SAPLV60B_008.
    Its working fine and transfered goods issue date to Accounting(as baseline date) insted of  invoice date.
    2) Problem:-
    After Creation of Invoice List (VF21) system again overwriting baseline date iwith invoice list date.
    Does anyone know how to Stop overwriting baseline date in accounting while creation of invoice list.
    Thanks & Regards
    Sudheer

    Hi Valerie,
    do you recall the User Exit?
    Thanks

  • List of invoices paid in accounts payable with corresponding expense GL

    Hi,
    Need to know whether there ia any standard report in SAP ECC 6.0 version where we can get the list of all invoices paid  in a period  in A/Pwith corresponding expense GL Account. IF we need to build report painter report or query  any idea which tables will contain all these information. If any one is having functional specification document it will be of great help.
    Regards,
    Vipin

    Hi,
    - check in Easy Access->Accounting-> Fin Acctng->Accounts Payable-> Vendors:Items or Payment Transactions (like S_P99_41000099 or S_ALR_87012085 etc.,)
    - relevant tables would be BSAK or BSEG
    Rgds.

  • Creating a Vendor and Accounts Payable  Invoice

    Hello Everyone,
    At the moment we are using transaction FK01 or XK01 to create a Vendor on the SAP system. We want the process of "Creating a Vendor" and "Creating Accounts Payable Invoice" to be available on Portal which allows us to automate some part of our business process.
    Could anyone suggest me a proper approach for this requirements. I would appreciate your help. It is a bit urg*nt.
    Regards,
    PG.

    I would check in SE37 to see if there is any other BAPIs. Alternatively you could debug the transaction in R/3 to see which function modules it uses. It's possible that there is no BAPI, but there is a non RFC function module for creating a vendor. In that case, you can create a "wrapper" for it, ie your own function module that is rfc enabled and that simpley forwards the call internally to the function module that creates the vendor.
    I would also search the ABAP forums to find out if there are any function modules that provide this operation. If you don't find any threads you can try posting a question. It's best to post questions concerning BAPIs and function modules in the ABAP forums (or related forums).
    Failing all this or if none of the above fits your requirements, you could create your own BAPI to perform this operation. But 9/10 there is a standard function module to perform most operations. Don't worry if it's not rfc enabled like a BAPI, just create a wrapper around it.
    Cheers,
    Dion

  • Accounts Payable Workflow Parking Invoices

    Dear Viewers,
    I am having the requirement for Accounts payable workflow Parking. My requirements are as follows:
    1. Parking the Invoice by User 1.
    2. Verified by the User 2. If the he should have option to change or Reject or Approve. As per the standard workflow only changes or not allowed if the person is having the amount release authorization.
    3. Approval for Posting by the User 3. Once, he approves document should be posted.
    Could anyone please give some input to get some idea on this?
    Thanks in advance.
    Thanks
    Aswin

    Hi ,
    In standard SAP you can set up to 3 levels of authorization using the workflow WS10000051 and sub worflow WS10000053 for 2 levels of apporvals .
    Navingate as follows - SPRO - Financial acounting new - accounts receivable and payable - business transactions - incoming invoices / credit memo - make and check settings for document parking .
    Under this node you will find the relevant settings for the workflow .
    Regards ,
    Dewang T

  • Inbound Invoices scenario for Account Payables..

    Hi Experts,
        Right now iam working on a scenario of Inbound Invoices for Accounts payable. Here the invoices will be posted using FB60 transaction and the refund invoices are processed in SAP using the one-time vendor account group.
       Currently the interface is using the fields from the combination of the following tables: BSEG, BSEC, INVFO and ACGL_ITEM.
        Right now iam looking into the standard Invoice Idoc - INVOIC02 but iam unable to find the corresponding fields for the above mentioned tables. Am i checking the right Idoc..? for this scenario - if not just help me out in finding the suitable IDoc for this scenario.
        Please help me in this field mappings.
       Thanks in Advance.

    Hi Seshu,
        Thanks for your response.
        Based on the message type(ACC_DOCUMENT) and Basic Idoc type (ACC_DOCUMENT03).
        I got 2 Function Modules and 2 process codes:
         1. FM: BAPI_IDOC_INPUT1  -->  BAPI  (Process Code)
                         - Inbound BAPI IDoc: Individual processing
         2. FM: BAPI_IDOC_INPUTP -->  BAPP (Process Code)
                         - Inbound BAPI IDoc: Package Processing
        So, among these 2 which one to choose and how to choose.
        Pls. guide me on this too and thanks in advance.

  • Open account payable invoice migration

    Hi All,
    We have a scenario where we have to migrate open account payable invoice from legacy system to sap system .Please share relevant knowledge if anyone has worked on the same scenario.
    Thanks in advance.
    regards,
    Twinkle

    Hi Twinkle,
    Y cant u  use LSMW (Direct input method/Recording method).Tcode f-43.
    if u want to use Direct input method ,
    Analyze these below details if it is suitable for ur requirement or not
    Object:--0060
    Method:-0000
    Programe name:-RM06BI0( Batch Input for Purchasing Info)/ u want to more details and what are the fields the data is updating, better to see in se38.
    if u want to use Recording method, u can
    Because y am suggesting means because iam flexible to LSMW.
    Onemore thing if u have to do more coding before uploading i suggest u to go for BDC or BAPI.
    Reward points if helpful.
    Thanks
    Naveen khan
    Message was edited by:
            Pattan Naveen

  • Require BAPI for creating outgoing Invoice (Accounts Payable).

    Hi Friends,
       As per our requirement, we need to create an outgoing Invoice (ie., Accounts payable). Is there any BAPI available to create outgoing invoice?
    Thanks in advance,
    Sai.

    BAPI_ACC_DOCUMENT_POST try with this.
    see for sample code in this thread : What is exact BAPI for FB01 transaction......
    Reward points if useful
    Madhavi

  • P_calling_sequence AP Invoice update API

    Hi
    What is the use of parameter p_calling_sequence AP Invoice update API ?
    How to use the same, any example would help a lot ?
    Regards,
    Amit

    Hi Amit,
    There are so many hits in google on how to use the respective parameter:
    Let me google that for you
    Thanks &
    Best Regards,

  • Reg: How to deactive seeded workflow process(HZ User Creation API worflow)

    Dear Friends,
    I do have a question for deactivate the seeded worflow process. Which means the current process i am not going to use anywhere. I needed to create the new process for Seeded worflow why because this is the worflow having some standard Procedure. Those procedure only will meet my requirement. In such case i wanted to create new processes in that going to call seeded procedure.
    Could you please help me out how to deacivate the seeded processes from Oracle Standard workflow ( Name of the workflow is HZ USER CREATION API Workflow) Now current they are created for Customer creation processes. I didn't find currently where they are calling. My requirement is need to Create the new process for User-Id creation.
    I hope everybody will understand my requirement.
    Thanks in advance.
    Thanks,
    Velu.
    Edited by: Krishna Vamshi on Jul 14, 2009 1:29 AM

    Hi,
    IIRC (and I haven't got a Workflow system handy to check), the Workflow is launched by a business event - if you disable the seeded business event, then that will stop the workflow launching.
    HTH,
    Matt
    WorkflowFAQ.com - the ONLY independent resource for Oracle Workflow development
    Alpha review chapters from my book "Developing With Oracle Workflow" are available via my website http://www.workflowfaq.com
    Have you read the blog at http://www.workflowfaq.com/blog ?
    WorkflowFAQ support forum: http://forum.workflowfaq.com

Maybe you are looking for