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

Similar Messages

  • 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

  • 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

  • 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

  • Suitable User-Exit or BAdi for transaction VF01

    Hi
    Is there any User-Exit or BAdi available for Transaction VF01, in which following fields are available.
    Invoice Number -> BELNR
    FI Doc. Type -> BLART
    Inv Date -> BLDAT
    Year -> GJAHR
    Thanks

    the following program are the user exit for billing.
    we often use RV60AFZC and RV60AFZZ.
    RV60AFZA
    RV60AFZB
    RV60AFZC
    RV60AFZD
    RV60AFZZ
    RV60BFZA
    For Sales order
    Pricing, item addtion deletion
    MV45AFZZ
    First, I did not find documentation for the BADI either. But at the first glance the process of implementing it looks quite straightforward. I assume you run R/3 Enterprise (4.7). So, you should implement BADI 'BADI_SD_SALES' - this must be done in transaction SE19. In particular for the purpose of adding some additional items into sales document I would implement method SAVE_DOCUMENT_PREPARE. This method has changing table parameter FXVBAP of type VA_VBAPVB_T - it holds all the sales document items. Just add items of yours to it. Certainly, you have to fill all the appropriate fields carefully.
    Hope this helps somehow.
    In that case you should use USEREXIT_DOCUMENT_SAVE_PREPARE subroutine (form). As far as I remember it has no parameters. To add items to the sales document you should modify internal table XVBAP.
    regards
    vinod

  • 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.

Maybe you are looking for

  • Hard dtive not exist 3f0

    My hp pc don't start up. Hard drive mot exist boot device not found. Please intall an operating dystem on your hard disk. Hard disk -3f0 I need a big help thank you

  • Deploying web dynpro java application successfully but not working

    Hi all, I have a web dynpro java application. When I deployed in my local portal (7.10 SP6) it is working fine. But when I deployed in another portal (7.10 SP2) it is not working totally. In system default trace I saw below exception: Failed to creat

  • No service on 3gs

    Yesterday my starting being weird. I would get no Service on the 3g network, but i would get service on the edge network. what going on? I tried resetting my iphone and also i restored it. but both didnt work. I need help!!! Please cause being on the

  • Migrate CUCM 8.5 to 10.X from MCS server to UCS

    Dear All, Can you please explain me how can I migrate my current CUCM 8.5 running on MCS server to newly purchase UCS server on CUCM 10.x. Regards

  • Files attachment in ABAP

    Hi All: Is it possible to attach a files (like MS Word, Excel, JPEG, scanned Images or any other file) in Custom ABAP transactions / Screens in ABAP stack of NetWeaver 2004s? I know this is possible using <u>'Document Management System</u>' (DMS) in