Any BAPI for Transaction "USERS_GEN" in SRM/BBP

Hi All,
Is there a BAPI available for transaction USERS_GEN in BBP/SRM?
I wrote a BDC for this transaction that shows that everything was fine but does not actually update anything. Also, no messages are passed back in MDCMSGCOLL internal table in CALL TRANSACTION.
Thanks for your help.

Have a look at OSS note 893714. I don't think it answers your question, but it might help.
Rob

Similar Messages

  • Any BAPI for Transaction VF01??

    Hi Experts ,
    Is there any Bapi for transaction VF01.
    If it is then plz. do help me to use that one with coding .
    Regards,
    Rahul

    Hi,
    Check this sample code of creating the billing document using the bapi BAPI_BILLINGDOC_CREATEMULTIPLE.
    DATA: t_success TYPE STANDARD TABLE OF bapivbrksuccess WITH HEADER LINE.
    DATA: t_billing TYPE STANDARD TABLE OF bapivbrk WITH HEADER LINE.
    DATA: t_return TYPE STANDARD TABLE OF bapireturn1 WITH HEADER LINE.
    t_billing-salesorg = vbak-vkorg.
    t_billing-DISTR_CHAN = vbak-vtweg.
    t_billing-DIVISION = vbak-spart.
    t_billing-DOC_TYPE = vbak-auart.
    t_billing-ref_doc = vbak-vbeln.
    t_billing-ref_item = vbap-posnr.
    t_billing-doc_number = vbak-vbeln.
    t_billing-ITM_NUMBER = vbap-posnr.
    t_billing-ordbilltyp = 'BILLING TYPE'.
    t_billing-price_date = sy-datum.
    t_billing-ref_doc_ca = vbak-vbtyp.
    t_billing-sold_to = vbak-kunnr.
    t_billing-material = vbap-matnr.
    t_billing-plant = vbap-werks.
    APPEND t_billing.
    CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'
    TABLES
    billingdatain = t_billing
    return = t_return
    success = t_success.
    commit work.
    <b>Reward points</b>
    Regards

  • Any BAPI for Transaction MIRO

    please tell me any BAPI for Standard transaction MIRO , or should I have to use BDC instead ?
    PLease rep , thnx in advance

    BAPI_INCOMINGINVOICE_CREATE

  • Is there any BAPI for transaction ABF1

    Hi All,
    Can any one tell me whether there is any BAPI existing to post asset reconciliation(ABF1 transaction).
    Thanks

    Hi,
    no, there is no BAPI for ABF1!
    Blaz

  • BAPI for transaction MI10

    Hi Gurus,
    Can you please tell me if there is any BAPI for transaction MI10(post document,count and difference: initial screen).
    Is there any standard IDOC type for inventory management or any message type associated with inventory management IDoc.
    Thanks

    Hi,
       check with below BAPIs
    BAPI_MATPHYSINV_CHANGECOUNT Change count for particular items of a phys. inv. doc.
    BAPI_MATPHYSINV_COUNT Enter count for particular items of a phys. inv. doc.
    BAPI_MATPHYSINV_CREATE Create physical inventory document
    BAPI_MATPHYSINV_CREATE_MULT Create physical inventory document
    BAPI_MATPHYSINV_GETDETAIL Read items for a physical inventory document
    BAPI_MATPHYSINV_GETITEMS Read list of physical inventory documents with items
    BAPI_MATPHYSINV_GETLIST Read list of phys. inv. documents
    BAPI_MATPHYSINV_POSTDIFF Post differences for certain items in a phys. inv. document
    Thanks,
    Asit Purbey.

  • BAPI for Transaction Codes FMV1 and FMZ1

    hi,
    is there any bapi for transaction codes FMV1 and FMZ1?!
    please advice!
    thanks JE

    HI,
    For FMZ1
    use this
    FMFR_CREATE_FROM_DATA
    FMFR_CHANGE_FROM_DATA
    FMFR_CHANGE_COMPLETION_FLAG
    Regards
    Hiren K.Chitalia

  • Bapi for transaction va21

    hi!
    is there any bapi for transaction va21 creating qoutation?
    regards
    yifat

    Hi Yifat,
        There are two BAPI's to create Quotation.
    BAPI_QUOTATION_CREATEFROMDATA
    This BAPI has been released.
    BAPI_QUOTATION_CREATEFROMDATA2
    This BAPI has not been released yet.
    There is small problem when you use these two BAPI's they dont update the document flow (i.e) these BAPI's will allow you to create 'n' number quotations for a single Inquiry, which according to business is not allowed.
    You can do an alternate method, which you can use a BDC to create a Quotation and the updation part for that Quotation can be done with a BAPI 'BAPI_CUSTOMERQUOTATION_CHANGE'.
    Hope this might be useful.
    Regards,
    Tushar
    Reward points if found useful.

  • BAPI's for Transaction Manager: Is there any BAPI for Stock Options

    Hi gurus,
    We are using almost every BAPI for Transaction Manager module at FSCM-Treasury & Risk Management (ECC 6.0).
    We have forex swaps, forex forwards, forex spot deals, interest rate swaps, cross currency swaps, equity swaps, and we also have a stock options plan.
    We need to use a BAPI to automatically create stock options, importing data from other stock options alreaedy created (manually, by the user) in the system.
    Do you know if there is any specific functionality for this?
    Thanks in advance and kind regards.
    Borja

    Hi Borja,
    if I understand you correct then you want to create a stock option like you can do it manually with the transaction FWZZ. Try the BAPI BAPI_FP_CREATEFROMDATA. With this function module it is possible to create different types of securities like listed options or futures too.
    Regards
    Robert

  • Is there any BAPI for FBS1 Transaction

    Hi,
    Is there any BAPI for FBS1 transaction instead of using BDC.
    Regards,
    Aravind

    Hi Aravind ,
    I'm afraid that it's not possible to do it through BAPI ( because of he specificity of this txn ), you have to use either RFBIBL00 or your own BDC.
    Hope this helps,
    Erwan

  • Any BAPI for Auto clearing of Vendor accounts

    Hai,
    Any body know, any BAPI for Auto clearing of the Vendor account(transaction F.13).
    This urgent issue.
    Reward will promote you.
    Bye ,
    Elamaran

    no, there's no bapi
    -> another report is rfbibl00 with transaction fb05
    -> you've to fill structures bselk and bselp
    regards Andreas

  • FM or BAPI for transaction F871

    Hello!
    There are any Function Module or BAPI for transaction F871?
    Thanks a lot!

    Hi,
    Upon looking at FMFI package I only found the FM for change which is FI_PSO_FMPSO_CHANGE.. you can check the rest of the FM's below
    FI_PSO_FMPSO_AGENTS
    FI_PSO_FMPSO_CHANGE
    FI_PSO_FMPSO_DISPLAY
    FI_PSO_FMPSO_DOC_CHECK
    FI_PSO_FMPSO_EVENT_00002213
    FI_PSO_FMPSO_EVENT_00002214
    FI_PSO_FMPSO_EVENT_00002216_E
    FI_PSO_FMPSO_EVENT_00002218
    FI_PSO_FMPSO_FIPP_DOC_DELETED
    FI_PSO_FMPSO_FIPP_EVENT
    FI_PSO_FMPSO_FIPP_PSOWF_UPDATE
    FI_PSO_FMPSO_GROUP_DETERMINE
    FI_PSO_FMPSO_HEADER_CHG_CHECK
    FI_PSO_FMPSO_LIST_DISPLAY
    FI_PSO_FMPSO_LOT_DELETE_CHECK
    FI_PSO_FMPSO_POST_ALL
    FI_PSO_FMPSO_RELEASE
    FI_PSO_FMPSO_ROLE_DETERMINE
    FI_PSO_FMPSO_WF_CHECK
    FI_PSO_FMPSO_WF_DETERMINE
    FI_PSO_FMPSO_WF_DISPLAY
    FI_PSO_FMPSO_WF_EVENT
    FI_PSO_FMPSO_WF_EVENT_CREATE
    FI_PSO_FMPSO_WF_EVENT_REFRESH
    FI_PSO_FMPSO_WF_EVENT_REFRESH
    FI_PSO_FMPSO_WF_MAIN
    Regards,
    Leonard Chomi

  • FM/BAPI for transaction PPOSE

    Hello,
    Is there any fm/bapi for transaction PPOSE?
    thank you!

    Hi,
    You dont have single FM or BAPI to meet this requirement.
    you need to use RH_STRUC_GET and HR_READ_INFOTYPE to get the details
    Thanks
    Bala Duvvuri

  • Is there any Bapi for Physical Sample creation

    Hi Folks,
    Is there any Bapi for physical sample creation. My scenario is like this I have the data in the table (material, plant, batch, type,vendor, vendorbatch ). For each material i have to create a  physical sample......
    Any ideas or suggestions would be appreciated..
    thanks
    chaithanya.

    HI Chaitanya,
    You can use : BAPI_BATCH_CREATE
    it has import paramaters like Material, Plant , batch , Batch Attributes ( Vendor No, Vendor Batch etc)... I guess this is what you are looking for.
    Regards,
    -Venkat.

  • BAPI for transaction F-44

    Does anybody know if there is a BAPI for transaction F-44 ?

    hi,
    look here
    Re: BAPI for transaction F-03
    A.

  • BAPI for Transaction ME51N?

    How to devlop Purchase Requisition BAPI for Transaction ME51N?

    Hi vamshi,
    We have BAPI
    BAPI_REQUISITION_CREATE
    BAPI_PR_CREATE
    BAPI_REQUISITION_CHANGE
    BAPI_PR_CHANGE
    Please check this link
    FOR CREATING:
    http://www.erpgenie.com/abap/bapi/example.htm
    http://www.****************/Tutorials/BAPI/CustomBAPICreation2/page1.htm
    Best regards,
    raam

Maybe you are looking for

  • Macbook Pro 13'' Early 2011 Power Button not responding properly after spilled drink.

    Hi Everyone I've spilled beer on my old macbook last december. I've reassembled pretty much the whole mac, cleaned the motherboard with Servisol (isopropyl alcohol) and applied new thermal compound. The mac is working (if turned on from the motherboa

  • HT201401 my iphone screen has got line please tell me what's wrong with my phone

    i have bought recently iphone 5s from apple store but now my iphone screen has got line please tell me what's wrong with my phone

  • GX70 Disable integrated graphics?

    Did some googling for ways to disable the 8650 on board graphics and some sources pointed towards BIOS, I had a look around in there and didn't see any such option. Is there a way to turn off integrated graphics, I use my laptop plugged in 99% of the

  • Get the tags and hierarchy as output

    Hi gurus! What I need to do is to get as output what tags i have in my xml. Also i need to know the hierarchy of these tags. If my XML is this: <root>      <person>           <name>Mary</name>           <role>Queen</role>      </person>      <person>

  • Payment Block in Substitution Rule

    I' created a Substitution rule to block particular vendor invoices at callup point 2 when they are entered in the system.  At some point in time, I need to unblock these vendor invoices in order to make a payment.  When I unblock the invoices, my sub