*****Functin Module / BAPI name required********

Hi,
   Can anyone please tell me the name of Function Module / BAPI to set the user status of a contract.
Regards,
Vijay
*********REPLIES WILL DEFINETELY BE REWARDED*************

Hello,
see below - i have already done user status such ( reserverd or finsihed or blocked)
data : l_stat_com type jest-stat value 'E0004'.
       call function 'STATUS_CHANGE_EXTERN'
         exporting
           client              = sy-mandt
           objnr               = xvbap-objnr
           user_status         = l_stat_com
         exceptions
           object_not_found    = 1
           status_inconsistent = 2
           status_not_allowed  = 3
           others              = 4.
***********Poorna**************

Similar Messages

  • *****Function Module / Bapi name required*******

    Hi,
       Can anyone please tell the a Bapi (or) Function Module to add a contact person to Business Partner .
    Regards,
    Vijay
    ***Replies will definetely be rewarded****

    can u check this web log, may be it might be useful.
    /people/gregor.wolf3/blog/2005/08/07/crm-setup-synchronisation-of-business-partners-into-groupware-private-contact-folders
    regds,
    kiran

  • Standard BAPI Names Requires

    Experts,
    Can you please tell me the 2 standarad BAPIS names available in R/3...
    1st.............................
    Input: Sales order no (req), date of order (optional)
    Output:
    1.     Status
    2.     Dispatch date
    3.     Why not dispatched yet?
    4.     Is material on DO?
    5.     Vehicle no, if dispatched
    6.     Expected delivery date
    2nd.......................
    Input: customer name or no
    Output: List of open sales orders for that customer
    Please help me
    Regards,
    Chintan.

    Hi Chintan,
    Use Tcode Bapi i.e. BAPI Explorer. In this Tcode, in the hierarchical view you will find:
    Sales and Distribution->Sales->Sales Order.
    When you got to Sales order you will find two function modules which you can use for your requirement.
    1. Method: GetList.
        Business Object: Sales Order.
        Description: List of all orders for Customers.
        Function Module: BAPI_SALESORDER_GETLIST.
    2. Method:GetStatus.
        Business Object: Sales Order.
        Description: Display Sales Order Status.
        Function Module: BAPI_SALESORDER_GETSTATUS.
    Hope this helpful .

  • *****FM / Bapi Name required***********

    Hi,
       Can anyone please tell the name of the Function Module /  Bapi to update the fields priority , category while creating a change request in Solution Manager.
    Regards,
    Vijay

    Hi,
    Please do not open duplicate threads for the same question..Please close one of the thread..
    Thanks,
    Naren
    <deleted duplicate> <moved to ABAP General forum>
    Rich Heilman
    Message was edited by:
            Rich Heilman

  • BAPI name required

    Dear All,
    Please let me know is there any BAPI available for transaction F-02?
    We have a BDC for F-02. It takes longer time to execute.
    Please let me know if anyone come accross any such BAPI which can replace F-02.
    Regards
    Arindam

    Hi Arindam,
    try out these BAPI's
    BAPI_ACC_GL_POSTING_POST
    BAPI_ACC_DOCUMENT_POST
    Hope it helps,
    Thanks and Regards
    Srikanth.P
    Edited by: SRIKANTH P on Jun 4, 2009 11:05 AM

  • Function module/BAPI to release a Business partner in GTS

    Dear experts,
    I have a requirement where in I need to release business partners programmatically. I request you to let me know if any function modules/BAPIs or any other method is available (except BDC).
    I know the manual process of releasing them, and we were restricted to use BDC.
    Thanks in advance.
    Best Regards,
    Vishal

    Hello Vishal,
    Currently the release logic is inside subroutine instead of FM or BAPI.
    You could refer to:
    Report : /SAPSLL/LCON_BLOCKED_BPF01
    Form   :  deblock_partner_masters
    Best regards,
    Vincent

  • Function module/BAPI for executing VD51/VD52 transactions

    Hi
    Warm greetings to all,
    I require a function module/BAPI for executing VD51/VD52 transactions. Can anyone help on this
    Sreekanth

    Hi Sreekanth,
    Use this.
    There is an FM which is used by standard transaction
    'RV_CUSTOMER_MATERIAL_UPDATE' .
    Ex Code -
    CALL FUNCTION 'RV_CUSTOMER_MATERIAL_UPDATE'
    IN UPDATE TASK
    TABLES
    XKNMT_TAB = XKNMT
    YKNMT_TAB = YKNMT
    TCATALOG_TAB = LT_CATALOG.
    commit work.
    Regards,
    Vijay

  • How to find Exits in Function Module & BAPI

    Hi,
      How to find exits in Function Module & BAPI.
    Thanks In advance

    Hi,
       i ve  a standard FM IDOC_INPUT_SALESORDER_CREATEFR which creates sales order using BAPI (inbound process).
      Now my requirement is to check for some custom segment field if its not initial i ve to change item category field in line item for sales order.
    could u pls help me in this.
    Thanks in advance.

  • Function Module/BAPI to check if material is available in the warehouse

    Hi all,
    I have a requirement where i get the input as material number and i need to check if the material is available in stock and return the quantity of stock available. Do we have a Function Module/BAPI that takes the input as material number and tells if the material is available in stock or not.
    The material can be a simple finished product, raw material or BOM. The function module should take the input as material number and should return if it is available in stock and the quantity that is available.
    I donu2019t know if this is called ATP. Do we have a standard function module available for that?
    Kindly help.
    Regards,
    Jessica Sam.

    Thanks Venu for immediate reply,
    I saw the BAPI and unable to figure out what paramters I should fill.
    Plant, Material and Quantity I know. But rest of them like
    Check Rule, STGE_LOC, batch, Doc_number, WBS_ELEM, STOCK_IND,
    DEC_FOR_ROUNDING, DEC_FOR_ROUNDING_X, READ_ATP_LOCK, READ_ATP_LOC_X & MATERIAL_EVG.
    In  the BAPI documentation I dint find how to fill these paramters. Can you help me with hat I need to fill in the input paramters.
    Regards,
    Jessica Sam

  • Question with function module / Bapi

    I am trying to test function module/ Bapi:
    BAPI_BILLINGDOC_CREATEMULTIPLE in se37. I gave all the basic parameers required.
    BILLING_DATA_IN-SALESORG
       BILLING_DATA_IN-DISTR_CHAN
       BILLING_DATA_IN-DIVISION
       BILLING_DATA_IN-DOC_TYPE
       BILLING_DATA_IN-ORDBILLTYP
       BILLING_DATA_IN-SOLD_TO
       BILLING_DATA_IN-ITEM_CATEG
       BILLING_DATA_IN-REQ_QTY
      BILLING_DATA_IN-SALES_UNIT
      BILLING_DATA_IN-CURRENCY
    But when I execute, it says 'Company code not defined' in the error messages. I don't see any company code field in the above structure. What am I doing wrong?
    Please give your input.
    Thanks,
    Krishen

    Might be the company code is not defined for the sales organization..
    Thanks,
    Naren

  • Function module/ Bapi for Sales order change

    Hi Experts,
    I require to have a Bapi/ function module to change a existing sales order to insert value in the field VBAP-SOBKZ.
    Please suggest.
    Thanks,
    Shibaji.

    HI,
    I have identified this Bapi but this Bapi does not contain the relevant field to update. Can you suggest any other Function module/ Bapi to update the field.
    Thanks & Regards,
    Shibaji

  • Need BAPI Name for updation of Subcontracting scheduling line agreement

    Hi All,
            Can anybody please tell me BAPI Name for updation of Subcontracting scheduling line agreement from EKET table?
    Note: BAPI_PO_CHANGE is not useful for me.
    Thanks and Regards,
    Atul.

    Hi Muralidhara,
    Can you please give some more details for this BAPI..
    I tried using it , but getting an error "No instance of object type PurchSchedAgreement has been created. External reference:"
    and "Enter G/L Account" (Infact I did specify G/L account in account assignment table)
    with regards,
    Kirti

  • How to create Billing Plan in sales order using Function module /BAPI

    hi,
    How to create Billing Plan in sales order using Function module /BAPI
    i hv check few FM such
    BILLING_SCHEDULE_READ
    BILLING_SCHEDULE_GET_NUMBER
    BILLING_SCHEDULE_SAVE
    But unable to create billing plan for a sales order.....any other method to create???

    Hi,
    Use this link.
    Create sales order with billing plan via LSMW and BAPI BUS2032
    BAPI or Function to update Billing Plan in Sales Order Items
    Hope this will help you.
    Regards,
    Vijay

  • Third party system call function module/BAPI through RFC to update Z table

    Dear Friends,
    We have a third party system which directly inserts a Z table in SAP through its programming, which is an auditing issue.
    We want the third party system should call function module/BAPI through RFC so that the Z table gets updated.
    waiting for inputs..
    Thanks,
    Kumar

    if third party system is capable of making Remote Function call, then writing a Function module & making it remote enable is not difficult task in ABAP.
    You may have to prepare specifications first to decide if third party system is going to Read, insert, update, delete records from Zee table.

  • Can i display module full name in the PIQ_AUDIT Program

    As you know we have BSP PIQ_AUDIT program can see what student have studied but only display short name of module (short name of IT1000) and can display long text when i put indicator to the short text. so users request to display long text instead of short text.
    Can i display long text instead of short text in the screen directly ?.
    if yes, how can i change it and if not can somebody recommend another way to display long text ?.
    regards,
    JD

    Hi JD,
    Under BSP PIQ_AUDIT you can view long text of module under Academic work.
    Under information --> academic work  you can view long text also.
    Hope it is clear for you.
    If not plz elaborate query .
    Regards,
    Raju

Maybe you are looking for

  • How To Retain Multi-Channel Data When Saving as SMF 0 format

    I need to save my logic files as SMF0 format midi files in order to play them on my new yamaha S90 ES keyboard. How do you do this when you have songs with multiple channels on separate tracks and regions in the arrange window? Thanks for any help.

  • Third Party reporting-referrer address

    Hi, We are running redundant CSS's in one armed mode, and we use the group command. We have one group of servers that has content from third parties (search Engines). Since putting the group command on (to correct one issue) the source address is now

  • Production Order Operation Confirmations & CATS_DA

    Hi All, We are trying to reconcile a discrepancy between CATS_DA data and confirmations entered against production order operations. I can see the Operation text in the CATS_DA report, and also the WBS element. I can see the time entries on the confi

  • EDGE SIMULATOR CAN'T READ DATA FROM SIMULATION.XML

    HI, i have installed the SES(10.1.3) and before that Application server 10.1.3 . I have followed all the steps given at the following link http://www.oracle.com/technology/obe/1013/fusion_middleware/integration/ses/configuringsimulator/configuresimul

  • Iphone 4s home button not working

    My iphone 4s was water damaged and my home button was not working after that. I have read so many articles about and decided to restore my iphone after cleaned the phone very well. The problem is home button is still not working and my Iphone cannot