RFCs / BAPIs for complex use case - offer and account receivable

Hello,
a scenario for testing purposes requires me to make remote function calls.
I found almost everything I need in the IDES system I am accessing.
What I am still missing, are RFCs or BAPIs to do the following
- after selecting materials to be sold and after providing a pricing I would like to create an offer, proposal, or quote
- after creating a bill, I would like to create and later close an account receivable item
Can anybody help me on finding appropriate remote functions or BAPIs?
Thanks in advanced
Stefan
PS: If you need more context, here is what I got so far
- create and lookup customers using BAPI Customer
- material availability and price check using BAPI Material
- create a sales order using BAPI SalesOrder
- create a shipment using BAPI Shipment
- create a bill using BAPI ItCustBillingDoc
hope that makes sence

Hi Stefan,
To find the BAPIs you need, use transaction BAPI in R3.  Creating the quotation, for example, can be found in Sales>Customer Quotation>Create From Data which gives the function "BAPI_QUOTATION_CREATEFROMDATA".  Using the same found General Accounting>Accounting Interface>AccntgBilling-->Post(etc) leading to "BAPI_ACC_BILLING_POST".
Regards
Gareth

Similar Messages

  • I use a macbook pro. Several months ago I signed up for the Photoshop/lightroom offer and the payments are taken from my bank but I am unable to locate the product. I just get a message saying that my trial is expired. I am really desperate.

    I use a macbook pro. Several months ago I signed up for the Photoshop/lightroom offer and the payments are taken from my bank but I am unable to locate the product. I just get a message saying that my trial is expired. I am really desperate.

    Sign in, activation, or connection errors | CS5.5 and later
    Mylenium

  • BAPI for converting legacy case data

    Hello friends,
    I would like to know is there any BAPI for converting legacy case data to SAP CRM case.
    thanks in advance
    Rakesh

    Hi,
    use bapi 'BAPI_CUSTOMER_CREATE' to create customer and bapi
    'BAPI_VENDOR_CREATE' to create vendor.
    Regards,
    SuryaD.

  • RFC/BAPI For Sales Order Credit Block Release like vkm3 (very urgent )!!

    hi experts,
    I need the RFC/BAPI For Sales Order Credit Block Release like vkm3 function ,please help
    thanks
    Godspeed

    hi
    can get the list of all the bapis..
    http://www.planetsap.com/LIST_ALL_BAPIs.htm
    Reward if USeful
    Thanx & regards.
    Naren..

  • Is ADF right choice for my use case ?

    Hi All
    I have requirement to build UI application where we want to accept some input from User and invoke the web service.
    And depending upon the web service display the message.
    Well I am not sure ADF is right choice for that ? Isn't ADF mostly used when we have to perform operations on database objects?

    ADF works fine for your use case. You can build components for your Model from web services and expose those components in a Data Control. Then in your ViewController, you can drag items from the Data Control to use on your web pages. Here is a tutorial from OTN:
    http://www.oracle.com/technology/obe/obe11jdev/11/wsdc/wsdc.htm
    Here is a blog entry about this capability, with links to more information:
    http://blogs.oracle.com/shay/2009/09/web_services_with_complex_data.html

  • How to use, Case function and Filter in Column Formula?

    Hello All,
    I am using case function and also would like to filter value to populate.
    Below is showing error :
    case
    when '@{Time}' = 'Year' then "Time"."Fiscal Year"
    when '@{Time}' = 'Quarter' then "Time"."Fiscal Quarter"
    when '@{Time}' = 'Month' then FILTER ("Time"."Fiscal Period" USING "Time"."Fiscal Period" NOT LIKE 'A%')
    else ifnull('@{Time}','Selection Failed') end
    Thanks, AK

    when '@{Time}' = 'Month' then FILTER ("Time"."Fiscal Period" USING "Time"."Fiscal Period" NOT LIKE 'A%')I dont think Filter this works here or any other data types except number.
    Try to use option Column's->Filter->Advanced->Convert this filter to SQL
    If helps mark

  • What type of mac do i need for home use to watch and edit videos

    What type / power of MAC do i need for home use to watch and edit vedeos as well as basic computer work?

    Any of the new Macs for home - iMac or MacBook Pro are even fine. You don't need a 65lb workstation tower. If you want a tower for how well and long they hold up, and can be upgraded, that is another matter and fine and might be overkill at first.
    Even the base Mac Pro will get you there.

  • I purchased more lives for my game 3 times and never received them

    I purchased more lives for my game 3 times and never received them

    Contact iTune Support
    https://ssl.apple.com/emea/support/itunes/contact.html

  • Need documents on Account Payables and Account Receivables.

    Hi All,
    Can any one please send me( or tell me the path where I can find the documents on AP/AR modules) the documents
    for Account Payables and Account Receivables.
    Thank you

    Hello.
    As you did not specify the APPS version, here's the link to all documentation:
    http://www.oracle.com/technology/documentation/applications.html
    Hope this helps.
    Octavio

  • Regarding Accounts Payble and Accounts receivable in Tcode FB01

    Hi All,
    Can anybody tell me the diffrence between <b>Accounts payble and Accounts payble adjustable</b> in post document - FB01.
    Also tell me the diffrence between <b>Accounts receivable and Accounts receivable adjustable</b> in post document - FB01.
    Thanks in advance.
    Thanks & Regards,
    Rayeez.

    Hi Stuart,
    If you define the code from the G/L account determination screen then it automatically
    picks the code when add the new BP manually or through DTW.
    If you are not define code from the G/L account determination screen then you cannot add the
    BP manually or Through DTW it shown the error message.
    If you define the code from the G/L account determination screen then you want to
    change the code in accounting tab at the time of  BP added manually or through DTW
    you can change the code it will allow.
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • RFC- Bapi - For Role Maintenance (Single and  Composite)

    We are in the process of developing an ASP.NET web application which will be used to raise requests for user and role creations in SAP.
    We will be making use of Sonic ESB to update SAP through IWAY SAP adapter.
    IWAY SAP adapter supports RFC’s, Bapi’s & IDocs.
    We are aware of RFC’s that could be used for user creation, updating and deletion.
    We have NOT come across any RFC’s or Bapi’s for role maintenance
    1) We would need RFC’s for the following requirements:
    1) To create a new role (single or composite role ).Creating a new role would include adding transactions to a role, deriving from an existing role or assigning more than one role to another role.
    2) To update a role
    3) To delete a role.
    4) To get the details of an existing role
    If there are no RFC’s for the above requirement, will we need to create a custom RFC?
    If we need to create a custom RFC, are there any transactions already available for the above requirements so that we could write a RFC wrapper?
    2) Are there any RFC’s that would give us the complete list of roles (single or composite) in an SAP system?
    3) Are there any RFC’s that would give us the complete list of transactions in an SAP system?
    Presently for 2) & 3) , we are making use of RFC_READ_TABLE to read SAP tables to get the list of roles and transactions.
    Thanks for your answers

    Hi,
    check these FM , i dont know it will work for u or not.
    BAPI_USER_ACTGROUPS_ASSIGN     User: Change entire activity group assignment
    BAPI_USER_ACTGROUPS_DELETE     User: Delete entire activity group assignment
    BAPI_USER_CHANGE               Change User
    BAPI_USER_CLONE                Create User with Template in Another System
    BAPI_USER_CREATE
    BAPI_USER_CREATE1              Create a User
    BAPI_USER_DELETE               BAPI to Delete a User
    BAPI_USER_DISPLAY              Display Users
    BAPI_USER_EXISTENCE_CHECK      Check a user exists
    BAPI_USER_GETLIST              Search for Users
    BAPI_USER_GET_DETAIL           Read User Details
    BAPI_USER_INTERNET_CREATE      Create a user in the Internet
    BAPI_USER_LOCACTGROUPS_ASSIGN  Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCACTGROUPS_DELETE  Delete Activity Group Assignments in the Dependent Systems
    BAPI_USER_LOCACTGROUPS_READ    Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_LOCK                 Lock User
    BAPI_USER_LOCPROFILES_ASSIGN   Change Profile Assignment for Dependent Systems from Central System
    BAPI_USER_LOCPROFILES_DELETE   Delete Profile Assignments for Dependent Systems
    BAPI_USER_LOCPROFILES_READ     Change Activity Group Assignment for Dependent Systems from Central Sy
    BAPI_USER_PROFILES_ASSIGN      User: Assign profiles
    BAPI_USER_PROFILES_DELETE      User: Delete All Profile Assignments
    BAPI_USER_UNLOCK               Unlock user
    Reward points if useful..
    Regards
    Nilesh

  • Is there a common RFC/BAPI so that using it I can create multi report in EP

    Hi,
    I am new to EP ..
    I have to generate some 25 reports of R3 systems which shoudl be exposed to EP. After going thru the docs on EP..
    It says that for every reports I need to create either an RFC or a BAPI. But It is a tedious job to create RFC functions for every report. Since these report is already there(Written) in the R3 System. I hate to convert these again as an RFC for every report.
    Is there a common RFC /BAPI where I need to pass required parameters and the transaction code for a specific report instead of creating a new RFC for every reports. so that that specific RFC will do the job for me.
    Is there a better/intelligent way to accomplish this task.
    Please do not say use SAP trasnational iViews ... As this expose the SAP GUI directly to the user..thru this one can trigger new transactions ... Correct me if I am wrong.
    thanks
    Pkiran

    thanks mario,
    very helpful answer
    pkiran

  • FM or BAPI for creating purchase info records and purchase conditions

    Hi all,
    i need create purchase info records and purchase conditions from txt-file,
    What FM or BAPI i can used for this?
    Thanks and Regards,
    Andrei

    You can use trasaction SXDA_TOOLS.....
    object type BUS3003
    program type BINP
    program/method RM06IBI0
    but the fields must be sequentially written in the txt, with every space inclusive....

  • Planning for  product using multiple bom and multiple recipe involving SOP

    Hi friends,
    The problem. Currently we have maintained single BOM and single recipe (The BOM and Recipe used for MRP) for long term planning run. The FMCG sector of Client requested to have multiple BOMs and multiple recipes in the long term planning run. I.e. The planning is done quarterly and they wanted to use different BOMs and Different recipes for each quarter. But since the existing system has configured to use a single BOM and a single recipe we have a problem to use the long term planning run with the current setups.The problem we have is in this ‘001’ planning scenario.
    appreciate if you can help me how to accommodate multiple BOMs and recepis in the long term planning run.
    thanks and regards
    om

    HI Mr. Ready,
    We create PIR though a submit Job and in this case how to mention the production version while creating PIRs . Also if I am creating PIR through MD61 how to record the version.
    Please advice.
    Thanks and Regards,
    Om

  • Data source for application using both pooled and non pooled connections

    Hi guys.
    I am integrating Oracle's connection pooling into an existing application that had formerly used dbConnectionBroker. It looks like this task should be quite straightforward. However, for consistency, I would also like to replace other Connection logic within the application to use Oracle classes. This will involve using OracleDataSource to obtain a Connection object. ( without pooling ).
    So in this case, the application will use both pooled and non pooled Oracle connections. They will be connecting to the same database. The question I have is in regard to the use of data-sources.xml.
    Are there any special considerations for the required attribute values within data-sources.xml under this scenario ?
    Help will be greatly appreciated.
    Regards.
    Steve.

    Hi Steve -
    It should be feasible for you to define a single datasource using multiple location entries to indicate what sort of pooling behaviour you wish to use.
    If you lookup and use the "location" attribute, you will receive a javax.sql.DataSource object which will not provide connection pooling.
    If you lookup and use the "ejb-location" attribute you will receive a DataSource object that will support connection pooling operations.
    Note that this is using the emulated datasource approach, and transaction support is limited to a single resource (one database) for these datasources - you won't get 2PC support for transactions.
    If you need a transaction to span two separate resources (ie two databases in same tx) then you will need to use the non-emulated datasource approach.
    There is a chapter in the J2EE Services Guide which describes the datasource model we have with OC4J. This might provide you with some more useful information. See Chapter 11 - http://otn.oracle.com/docs/products/ias/doc_library/903doc_otn/generic.903/a97690/ds3.htm#1004903
    cheers
    -steve-

Maybe you are looking for

  • Uk Curve not working in New Zealand

    Can anyone help me. My 8900 is unlocked but when I put a New Zealand sim in the phone it only makes calls and texts.  It wont use any apps that require to get on the data network. What do I need to do to my handset to let me onto NZ data networks?

  • Second install of Adobe Creative Suite 5

    I now have an imac and am trying to do my second install of the programs.  How do I go about doing this?  I'm assuming it has to be done electronically.  Thank you.

  • Junk mail issues

    i have at least three email addresses that always end up in as junk mail, even after adding the addresses to my contacts list, my VIP list, and modifying junk mail settings. WTH?!!? Any suggestions?

  • Can't transfer book to device - Mac Adobe Digital Edition for kobo

    Everytime I try to transfer a book in my library (downloaded from the public library) to my ereader it has an error and unexpectedly shuts down. Help? Process:         Adobe Digital Editions [365] Path:            /Applications/Adobe Digital Editions

  • [solved] EA2 - managing widow size and placement

    I cannot figure out how to get the connections window to be one long narrow vertical window along the left and the SQL worksheet window in a larger window on the right. Im clicking and dragging windows and just cannot seem to figure it out. I dont re