BAPI to upload customer advance

Hi,
We have to upload customer advance and holdback amounts against particular RV Document.
The T-code being used is F-04.
I want to know if there is any BAPI to do the same because I have tried doing BDC for that, but the line items are not visible during runtime against which I have to take the advance.
Please help.
Thanks,
Salman Zahir

Hi,
Check out this link, this issue is resolved before.
Is there any BAPI FM that can be used for F-04 ?
Thanks,
Krishna..

Similar Messages

  • Standard program / bdc / bapi to upload customer data.

    hi experts,
        i need standard program/bdc/lsmw/bapi to upload customer  amster data .

    Hi,
    Please check this links on how to use direct input program RFBIDE00.
    http://www.sapbrain.com/TOOLS/LSMW/SAP_LSMW_steps_introduction.html
    http://www.scmexpertonline.com/downloads/SCM_LSMW_StepsOnWeb.doc
    Regards,
    Ferry Lianto

  • BAPI to upload customer class characteristics(XD02)

    Hi,
    My requirement is to upload Class Characteristics and its values for a customer in XD02.
    XD02- > Extras -> Classification
    I have founded a few bapi's but its not working. I tried the below options.
    BAPI_CLASS_CREATE
    BAPI_OBJCL_CREATE
    If someone who worked on similar requirement ... Pls reply.
    Thanks
    Hari

    BAPI_OBJCL_CREATE must work fou you
    look at:
    [BAPI BAPI_OBJCL_CREATE|BAPI BAPI_OBJCL_CREATE]
    [Characteristics value not assigned by BAPI_OBJCL_CHANGE;
    don't forget  BAPI_TRANSACTION_COMMIT after this FM

  • Which Bapi is available for uploading Customer Invoice and Payments in SAP

    Dear Friends.
    I want to upload Customer Invoices and Incoming Payments in the System.
    Currently i have written a BDC-Session Program to Upload this data.
    I have took the recording of tcode f-22 for Invoices, f-27 for credit memo and f-28 for payments and developed the required BDC program.
    Its working fine.
    Since the Volume of the data is huge .. ie around 50,000 daily, it takes too much time.
    Also i am not able to have a proper error log.
    I would like to know from you, whether there is any bapi available to upload this data (invoices,credit memo and payments).
    OR is there any other faster and proper error log maintaining scenario available.
    I appreciate for all your helps and informations.
    Thanks
    Kuna.

    Hi,
    could u please send me the f-28 upload program.
    Thanks in advance.
    Regards
    suni

  • Upload Customer Master with LSMW

    Hi Experts,
    I have created an LSMW for uploading Customer Master in Development System and moved it to Quality System.
    Now can I upload the Customer Master in Production System from the LSMW in Quality System or it is the only option that I will have to move the LSMW to Production System and then Upload the Customer Master form Production?
    Thanks in Advance.
    Quick reply would be appriciated.
    Regards,
    HP

    I close the thread. I got the solution.
    It is possible with the Menu Path
    Extras > Export/Import

  • Bapi FM upload program

    Hi All,
    I am doing bapi fm upload program, when i run the program it shows the short dump error,
    i debug this program, the cursor is not move after tansaction_commit,
    it shows the FM: ps_commit. it s not run successfully,
    any one help for this error,
    (  CALL FUNCTION 'BAPI_PS_PRECOMMIT'                                                                " CALL FUNCTION MODULE
                  TABLES
                       ET_RETURN       = lt_ret2.
              CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'                                                          " CALL FUNCTION MODULE
                   EXPORTING
                      WAIT          = 'X'.)
    Thanks for advance help.
    Amudha

    Hi,
    You can delete a project definition using the BAPI "BAPI_BUS2001_DELETE". You must enter the name of the project definition that is to be deleted in "I_PROJECT_DEFINITION". Before the project definition is deleted, the following is checked:
    the project definition is deleted in the document tables. If the project has WBS elements, these are also deleted. If the project has other objects such as networks, activities and so on, the BAPI terminates and an error message is displayed. These must be deleted beforehand. The BAPI does not delete these automatically. The project definition is deleted as soon as a LUW (Logical Unit of Work) has been completed with the BAPI BAPI_PS_PRECOMMIT and COMMIT WORK. Only one project or one WBS element from a project can be processed at a time in one LUW. You cannot delete temporary objects. This means that if you create a project in an LUW, you cannot delete it immediately after creating it. You can delete it using this BAPI only after you physically create the project using the BAPIs "BAPI_PS_PRECOMMIT" and "COMMIT WORK".
    REgards,
    Nandha

  • Reg BAPI: "'BAPI_BASICPAY_CREATE" uploading to infotype P0008

    The following BAPI to upload the salary data to info type PA0008( BASIC PAY).
    This bapi is expects the table type amount with 4 decimals.
    Please let us know  any other bapi to upload the data to infotype 0008 or how to work with existing bapi. Sothat amount would be with 2 decimals raterthan 4 decimals.
    CALL FUNCTION 'BAPI_BASICPAY_CREATE'
          EXPORTING
            EMPLOYEENUMBER             = IT_PA0008-PERNR
            SUBTYPE                    = IT_PA0008-SUBTY
            VALIDITYBEGIN              = IT_PA0008-BEGDA
            VALIDITYEND                = IT_PA0008-ENDDA
            PAYSCALETYPE               = IT_PA0008-TRFAR
            PAYSCALEAREA               = IT_PA0008-TRFGB
            PAYSCALEGROUP              = IT_PA0008-TRFGR
            PAYSCALELEVEL              = IT_PA0008-TRFST
      NEXTINCREASE               =
      LOCALALLOWLEVEL            =
      PARTNERSHIP                =
      CURRENCY                   =
      COMPARISONPAYSCLTYPE       =
      COMPARISONPAYSCLAREA       =
      COMPARISONPAYSCLGRP        =
      COMPARISONPAYSCLLVL        =
      COMPNEXTINCREASE           =
            CAPACITYUTILLEVEL          = IT_PA0008-BSGRD
            HOURSWORKEDPERPERIOD       = IT_PA0008-DIVGV
      ANNUALSALARY               =
      CASEGROUPCATALOG           =
      CASEGROUP                  =
            CURRENCYANNUALSALARY       = IT_PA0008-ANCUR
      REASON                     =
      NOCOMMIT                   =
    IMPORTING
        RETURN                     = IT_BAPIRETURN1
       EMPLOYEENUMBER             = V_PERNR
      SUBTYPE                    =
      OBJECTID                   =
      LOCKINDICATOR              =
      VALIDITYBEGIN              =
      VALIDITYEND                =
      RECORDNUMBER               =
         TABLES
          <b> WAGETYPES                  = IT_WAGE</b>
    tHANKS
    Badari
    Help would be highly appreciable!

    PL note that HR_INFOTYPE_OPERATION is not RFC enabled.. you will have to wrap it around with a custom RFC in order to use it in palce of the above BAPI..
    ~Suresh

  • BAPI function create Customer master(T-code XD01)??

    Hi All,
    i want to create BDC program using BAPI function create Customer master(upload  customer master),but i do not know which BAPI function for create Customer master.
    Does anyone know,please tell me which BAPI function i can use?
    Thanks.
    Van Dung

    Hi Amit Gujargoud,
    I can use LSMW  upload the data from legacy system to sap system., but my manager he did not want to use LSMW.He wants to use BAPI function for upload customer master.
    I saw this BAPI function create customer master : BAPI_CUSTOMER_CREATEFROMDATA1,
    BAPI_CUSTOMER_CREATEFROMDATA,
    it is not enough field for input data.
    example : if i want input : customer code,company code, Sales organiration,Distribution channel,Division.
    So This BAPI function have not paramaters input this field.
    Thanks for your answer
    Van Dung.

  • BAPI to upload serial number master

    Hi Gurus,
    Is there any BAPI to upload serial number masters?
    Thanks in advance for your cooperation,
    Regards,
    Sudhir Dahake

    I found my question resloved.
    Actually, in previous version, the standard program has been modified by taking access key. When the upgradation happened, it got overwrited to the previous one. So, in recent version it is not appearing.
    Thanks.
    Nrusingha

  • Function or bapi to upload the lead questionnaire to lead partner portal

    hi all,
    Is there any function or bapi to upload the lead questionnaire that exists in the marketing leads-lead partner portal . The survey should get attached to the lead . I am able to create the lead though with the LDPO process by a function module .Any help on this will be very useful.
    Thanks in advance.
    Mithun

    Hi Bharani,
    I can answer two of your questions:
    2. No, with a BAPI you cannot see the screens during processing.  After it is called you can display the BOM and check that the data is loaded correctly.
    3. You can see the error messages of the BAPI by looking in the RETURN structure.  This will contain details of any error, warning, information, and success messages generated during the creation of the BOM.
    Cheers,
    Brad

  • LSMW - Upload customer data (KNA1)

    Hi,
    I'm trying to upload customer data from a legacy system using buisness object KNA1 and method CREATEFROMDATA1 (BAPI). At first I discovered that to be able to use business object KNA1 I had to generate an ALE interface in transaction BDBG.
    My problem is that when I try to "Maintain Structure Relations" I get following error message:
    No target structures could be found
    Message no. /SAPDMC/LSMW_OBJ_030001
    Shouldn't it be possible to do it this way?
    I prefer to use the BAPI method compare to Batch input for following reasons:
    - Better performance
    - I don't have to think of screen sequences. For example can different account groups mean different screens.
    Thanks for help,
    Hans

    Hans, did you ever come back to this problem and see if you could come up with a solution?
    I am facing a similar problem while trying to upload Business Partners into our CRM system. Unfortunately for me, the batch input recording option is not viable, as that takes too long (~95 days to load our data, and can't be run in background). I have been told that I should look to use a BAPI, but am getting errors when trying to specify the field mapping.
    Cheers,
    Andrew

  • I need a bapi  for material management advance shipping notifications

    i need a bapi  for material management advance shipping notifications  for developing powls which includes below fields and some more fields.
    •     Inbound delivery number
    •     Due date (GR date)
    •     Vendor delivery number
    •     Material
    •     Name of material
    •     Quantity
    •     Vendor
    •     Name of vendor
    thanks and regards,
    jameer.p

    Hi Jameer,
    This is a hard one, my friend. I understand what you are trying to do.. Try BAPI_DELIVERYPROCESSING_EXEC. It is tricky though.
    Moreover you might want to use a FM to fill the IDOC data. something like IDOC_INPUT_**. this might be a better option.
    cheers,
    Hema.

  • How to get legacy customer no. while uploading Customer master and vendor

    Hi All,
    I want to upload Customer master and Vendor master data from legacy using LSMW. I am using SAP standard programs available for the same. I am using internal number assignment in SAP for these masters.
    I case of material master these is a field in MARA named BISMT which is populated with old material no. used in legacy. Is there any corresponding field for customer and vendor master upload?. Moreover is this field automatically populated by SAP report while uploading?.I want to know which old material no. is mapped to which new internally generated number.
    Your feedback is highly appreciated.

    Hi,
    if you are looking for a field in customer and vendor master data that should contain the old (legacy number), take a look at knb1-altkn and in case of a vendor at lfb1-altkn.
    regards
    Siggi

  • Automatic clearing of Customer Advance Payment

    I want to perform the following scenario
    Scenario: At the time of entering advance payment there should be a reference field e.g. contract number etc. And this reference field should also appear while entering invoice in the system. This reference field will be used to clear the advance payment with the respective invoice automatically.
    i am doing following steps to perform the above scenario
    Posting Advance Payment through t.code f-29
    then entering the invoice through t.code.  fb70
    then clearing both the transactions through f.13
    is this a right procedure which i am following or is there any better solution for the above scenario

    You should use below for customer advance process:-
    - Posting Advance Payment through t.code f-29
    - then entering the invoice through t.code. fb70
    - then clearing both the transactions through F-39
    Regards,
    SDNer

  • Using BAPI to upload Equipment Master (IE01)

    Hi,
    Can any one help to do below object...that i need for resume.
    Pls provide me compelete details with code or else give me guidelines  in detail to carrayout.....
    i should be thankful to you....
    •Using BAPI to upload Equipment Master (IE01). Fields that are uploaded are Equipment category, valid to date, Equip. Description, object type, Acquisition value, Acquisition date, Maintenance Plan, plan section, catalog profile. Input file is accessed from application server. Error log file is created at application server.
    with regards
    bheem

    If this is a onetime load, you can use LSMW to do this.
    Object 0400.  Must easier than writing a report from scratch.
    Albert

Maybe you are looking for

  • Cost element exclusion from CO report

    Hi all My users need a report for permit to marketing dep. to see their expenses directly. All is ok, (the cost center is only one) the problem is that they don't want they see the cost elements where are posted the labour costs  (salary, at example)

  • Support J2Me app for multiple language

    Hi, Does any one know how to support multiple language in J2ME application? Like I have the text box in my app, and I have set the language to German, it should display German characters in the text box ? Thanks

  • Windows Server 2008 R2: Using PowerShell to send a MSI file to all workstations

    Hello! We are currently using Windows Server 2008 R2. In the upcoming months, we are releasing new software. Instead of touching all the machines with gpupdate /force, we would like to know if we could somehow use Windows PowerShell and send that com

  • How to render livecycle forms to html?

    Hi, I read in the adobe livecycle designer help that forms can be rendered to html but was unable to find detailed explanations or a tutorial on how to do this. Is it possible to do it, and if so, how? Thanks for your help!

  • Freeze frame problems

    I have some freeze frame images in my video and when I imported it to DVD studio pro the freeze frames looked awful. On the TV screen they seem to shake back and forth really quickly. Is it some kind of interlacing problem? How can I make the still f