Business object for  A/R Down payment Request using DI is this exposed .

Hi All,
Requirement: Need to Create A/R Down payment Request using DI.
Table : ODPI
1. Can anyone tell me what is the DI objects for  A/R Down Payment Request .
2. When Im directly puting the object as '203'
Application.GetBusinessObject(203)
Error: "The Logged on user does not have permission to use this object"
while I logged on as manager with full permissions
please help me with creating request document.
Regards
Nani

Dear Nani Kumar,
Which B1 version do you use?
The Down payment object exposed from B1 2007 version but not B1 2005.
So you can not use it in B1 2005 and before.
Best Regards
Jane Jing
SAP Business One Forums team

Similar Messages

  • Creating Down Payment Request using BAPI_ACC_DOCUMENT_POST (URGENT!!)

    Hi...
    I have a posting unanswered.
    Please take some care about it... ^^
    Making Down Payment Request using BAPI_ACC_DOCUMENT_POST

    Hi,
    Just in case you found this thread with the same problem.
    At least in my case what was happening is that I wanted to leave the currency fields blank (the same currency as payment value) but I was filling in ACCOUNTPAYABLE-PYMT_AMT, so was receiving error telling me that currency fields could not be empty. And if I set them to the same as payment, I would receive a message telling me that currency must be different.
    If you want to use only one currency you don't need to fill in these 3 fields:
    ACCOUNTPAYABLE-PYMT_AMT
    ACCOUNTPAYABLE-PYMT_CUR
    ACCOUNTPAYABLE-PYMT_CUR_ISO
    The same probably applies for the ACCOUNTRECEIVABLE table.
    Cheers,
    Erick
    Ps.
    Some extra text so you can find this thread by searching for error messages:
    Required field CURRENCY was not transferred in parameter ACCOUNTPAYABLE
    For the ISO code  there is no unique SAP currency code for ALE
    For the ISO code  there is no unique SAP currency code for ALE
        Message no. B1888
    Diagnosis
        There are several entries in TCURC for this ISO code, but none with the
        primary flag set.
    Procedure
        In table TCURC set the primary flag for ISO codes used multiple times.
    Required field CURRENCY was not transferred in parameter ACCOUNTPAYABLE
        Message no. RW602
    Diagnosis
        Field CURRENCY is required in parameter ACCOUNTPAYABLE for processing
        the document. The document is incomplete without this field.
    System Response
        The document cannot be processed.
    Procedure
        Enter a valid value in field CURRENCY in parameter ACCOUNTPAYABLE.

  • BAPI or Function Module for F-47 (Down payment request)

    Hi All, I would like to know if there is a BAPI or FM to create F-47(Down payment request).
    I checked and noticed that BAPI_ACC_DOCUMENT_POST  is NOT working for this.
    We have BDC way of doing this but it is causing issues with COMMIT sometimes.
    Please advice.

    Hi Eswar,
    BAPI_ACC_DOCUMENT_POST  works only for 2 line postings. But we can make it work for one line by implementing BTERWBAPI01.
    Here you will be passing ACCHD-GLVOR = RFST
    ACCIT-BSTAT = S
    ACCIT-BSCHL = 39
    ACCIT-UMSKZ = F
    ACCIT-ZUMSK = Z
    could you please share the code that you have implemented in BTE?
    please share the sample code that you have done for BAPI.Because I also have the same requirement for f-47.
    Regards,
    xavier.P

  • Making Down Payment Request using BAPI_ACC_DOCUMENT_POST

    Hi, all...
    I faced a problem while I'm testing BAPI_ACC_DOCUMENT_POST to make down payment request(F-47), so I need some help.
    I've found a BAPI_ACC_DOCUMENT_POST in down payment about this topic and followed its parameter settings except for currency settings.
    In that posting, the accountpayable-pymt_cur and currencyamount-currency are set different currency.
    While I set the two fields with same currency(USD). Belows are my source codes.
      DOCUMENTHEADER-OBJ_TYPE   = 'IDOC'.
      DOCUMENTHEADER-OBJ_KEY    = '$'.
      DOCUMENTHEADER-OBJ_SYS    = 'D10CLNT200'.
      DOCUMENTHEADER-BUS_ACT    = 'RFBU'.
      DOCUMENTHEADER-USERNAME   = SY-UNAME.
      DOCUMENTHEADER-HEADER_TXT = 'DOWN PAYMENT REQUEST'.
      DOCUMENTHEADER-COMP_CODE  = '1000'.
      DOCUMENTHEADER-DOC_DATE   = '2006.09.01'.
      DOCUMENTHEADER-PSTNG_DATE = '2006.09.01'.
      DOCUMENTHEADER-DOC_TYPE   = 'KG'.
      ACCOUNTPAYABLE-ITEMNO_ACC    = '0000000001'.
      ACCOUNTPAYABLE-VENDOR_NO     = '0002314908'.
      ACCOUNTPAYABLE-GL_ACCOUNT    = '0091120100'.
      ACCOUNTPAYABLE-COMP_CODE     = '1000'.
      ACCOUNTPAYABLE-PYMT_METH     = 'L'.
      ACCOUNTPAYABLE-PMNT_BLOCK    = 'A'.
      ACCOUNTPAYABLE-BUSINESSPLACE = '1001'.
      ACCOUNTPAYABLE-PYMT_CUR      = 'USD'.
      ACCOUNTPAYABLE-PYMT_AMT      = '123,438.0000'.
      ACCOUNTPAYABLE-SP_GL_IND     = '2'.
      ACCOUNTPAYABLE-TAX_CODE      = 'RR'.
      CURRENCYAMOUNT-ITEMNO_ACC = '0000000001'.
      CURRENCYAMOUNT-CURRENCY   = 'USD'.
      CURRENCYAMOUNT-AMT_DOCCUR = '123,438.0000'.
    But the function returns an error:
    'Enter a payment currency different to USD'
    But if I would set with different currencies, it returns an error:
    'Balance in transaction currency'
    If the ACCOUNTPAYABLE-PYMT_CUR and ACCOUNTPAYABLE-PYMT_AMT were remained empty, it returns
    'Balance in transaction currency'
    What should I do about this currency setting.
    Someone please let me know about doing this right way.
    Thank you.
    Message was edited by: Jong-woon Lee

    Hi,
    Just in case you found this thread with the same problem.
    At least in my case what was happening is that I wanted to leave the currency fields blank (the same currency as payment value) but I was filling in ACCOUNTPAYABLE-PYMT_AMT, so was receiving error telling me that currency fields could not be empty. And if I set them to the same as payment, I would receive a message telling me that currency must be different.
    If you want to use only one currency you don't need to fill in these 3 fields:
    ACCOUNTPAYABLE-PYMT_AMT
    ACCOUNTPAYABLE-PYMT_CUR
    ACCOUNTPAYABLE-PYMT_CUR_ISO
    The same probably applies for the ACCOUNTRECEIVABLE table.
    Cheers,
    Erick
    Ps.
    Some extra text so you can find this thread by searching for error messages:
    Required field CURRENCY was not transferred in parameter ACCOUNTPAYABLE
    For the ISO code  there is no unique SAP currency code for ALE
    For the ISO code  there is no unique SAP currency code for ALE
        Message no. B1888
    Diagnosis
        There are several entries in TCURC for this ISO code, but none with the
        primary flag set.
    Procedure
        In table TCURC set the primary flag for ISO codes used multiple times.
    Required field CURRENCY was not transferred in parameter ACCOUNTPAYABLE
        Message no. RW602
    Diagnosis
        Field CURRENCY is required in parameter ACCOUNTPAYABLE for processing
        the document. The document is incomplete without this field.
    System Response
        The document cannot be processed.
    Procedure
        Enter a valid value in field CURRENCY in parameter ACCOUNTPAYABLE.

  • Partial payment for Vendor down payment request

    Hi Gurus
    How to do partial payment for vendor down payment request  using F-48
    If i enter partial amount next time same request is not appearing in the list.
    Pls guide me. Reply will be appreciated with full points
    Thanks in advacne
    Sneha

    Hi Ravi
    Thanks for info
    My doubt is MM is creting Down payment request using F-47 For ex  Rs100000
    for this request using F-48 i want to pay partialally means for Rs50000
    Balance i want to pay it later, How this can be done.
    Pls guide me
    Rgds
    Sneha

  • List of Down Payment Requests for A/P

    FI Team,
    I configured the Down Payment module for Vendors, since the down payment request do not make a G/L entry until F110 is ran, how can I view all down payment requests before I run F110. This list will be reviewed by management prior of A/P running the proposal. I am looking for a list or report of everything that is avaliable to run payments for.
    Thank You for your help

    Hello,
    Down Payment request cannot be paid through F110 (Only down payments may get paid if you have required configuration in FBZP)
    Refer: FBZP => All Company Codes button. Double click on your company code.
    Regards,
    Ravi

  • Down payment request: posting using BAPI_ACC_DOCUMENT_POST

    Hello, Gurus!
    We have a problem with posting DPR using BAPI.
    We can't carry out DPR for a Vendor.
    The following parametrs were set:
    1) BSTAT = 'S'
    2) ZUMSK = 'A'
    3) BSCHL = '39' 
    4) SHKZG = 'H' 
    5) WRBTR (negative sum is written)
    6) GLVOR (business transaction) - RFBU
    7) we also set assignment to a Funds reservation document.
    When we try to execute BAPI it returns an error RE 041 "Amount in document &1 &2 may not be exceeded".
    Perhaps, FM-PSM thinks that we try post a credit memo...
    We used F-47 before, but we need to use the BAPI.

    Hi,
    I had the same problem with posting a down payment request using BAPI. Actually, it seems SAP does not allow to post this kind of document "natively". Therefore, you have to implement a BADI (ACC_DOCUMENT) in order to make it work.
    1. Be sure you have the latest notes applied for BAPI_ACC_DOCUMENT_POST (especially note 561175)
    2. As for as DP request, call BAPI with DOCUMENTHEADER, ACCOUNTRECEIVABLE and CURRENCYAMOUNT filled with your needed lines.
    In my case, I set SP_GL_IND to 'F'.
    3. In your implementation of BADI, in method CHANGE, set ACCIT-BSTAT to 'S' (noted items) so that balance check will not take it into account. You may customize your line if needed.
    This should be enough to have your document posted. I can give you more details should you need help.

  • Down Payment Request F-47 and Purchase Order reference

    When creating a Down Payment Request using F-47, is there a way to reference to a Purchase Order number without indicating a line item?  It is my client's business practice to make a down payment for the whole PO, not just for a particular line item.  Is there a configuration setting that needs to be done to cater to this requirement?
    Thanks.

    It all depends on how you want to use it to clear invoices down.
    You could put the PO number in the text line of the down payment.
    You do not need to put in the line item so it meets one of their requirements.
    The problem then comes how is that PO number used to clear the actual invoices.
    If it is acceptable to clear manually this can be done, however it all depends on how many line items a Vendor will have open at a time for the same PO. If scheduled Agreements were used, you may find that there could be 1000 or so open items at a single time.
    Hope this helps in some way, in essecence you need to be creative.
    Please award points if useful.

  • Unable to do Down Payment request F-47 against Stock transfer order

    Dear All,
    Business create STO.
    in the STO they entered few conditions for expenses.
    now Business is trying to do down payment request ( F-47) against Stock transfer order ( STO ).
    but they are getting error message
    "no invoice expected for item 00001of purchsing doucment ( STO NO )"
    pl. guide me on this
    Thanks a lot
    h shah

    Hi,
    Using T-code F-47 - Down payment request against raise to possible as follows.
    a) Purchase Order Document
    b) Production Order
    c)PM Order
    d)Service Order
    e)Process Order
    f)Internal Order
    Down payment request is not possible against to raise StockTtransfer Order(STO) and display error message.
    So, you have to choose the above list only.
    Hope, it is useful for you.
    Regards,
    K.Rajendran

  • Vendor down payment request over PO value

    Hi All,
    I have a requirement for vendor down payment request amount compare to PO value checking.
    I have PO with total value - 600 USD.
    When I create down payment request using F-47, I input amount 1000 USD.
    The system never show me any message.
    I want the SAP to block me from posting down payment request over PO value.
    I've read in the forum, to change message type F5373 with error type. But the message never appear in my F-47 screen.
    Anyone can help me, what am I missing here ?
    Thanks,

    Hi,
    You are right about message F5 373. But this is applicable at the time of the Payment of the Advance i.e. F-48. It is not available at the time of creating the Advance Payment Request against T Code F-47.
    If you want to have this control in the Payment Request, then you will have to use the validation, which you can put with the help of your abaper.
    Regards,
    Amit

  • Vendor down payment request Error

    Hi all,
            i created a vendor down payment request using f-47. I had created a tax code for the country "AE" using FXTP. But when in the vendor down payment request it is not picking the tax code,giving the error "Tax code AN for country AE has been deleted or incorrectly changed", Message no. FS201
    Kindly help me,
    Thanks in advance
    Ani Varghese

    Hi,
    The reason behind this error is that the TAX CODE IS NOT CORRECTLY MAINTAINED.
    You might not have maintained the GL Accounts for this. Maintained it in OB40.
    Regards,
    Amit

  • Error in Posting Vendor down Payment request

    Hi
    I am getting an error in posting vendor downpayment request. I am using the T Code F-47 and special GL indicator F.
    Error: Special GL Indicator F is not defined for down payments
    Message No F5053
    Diagnosis: The specified GL Indicator is not classified as "Down payment" or not listed in the list of the target special GL indicators "F"
    System Response: The entry is not accepted
    Procedure: Enter an allowed special GL indicator or indicate a change of the default settings
    I have checked the settings in FBKP. The GL Accounts and properties have been maintained there. The target GL Indicator A is also maintained in the properties. In OBXT also the GL Indicator has been defined. What could be the error?
    Regards
    Rahul Sharma

    Hi,
    What ever the special gl you are created or assigned to K in OBXT are will not allow to post down payment. in FB60 by using these special gl indicators we can post invoice.
    Go to OBXR and assign F is for down payment request if it is not there. before assign in OBYR delete the assignment in OBXT. Defaulty the F is used for down payment requests only.
    Hope this is clear, if yes assign points, any problem revert me
    Regards,
    Sankar

  • Processing Down Payment Request with input tax

    Hi Gurus,
    I was trying to process the down payment request using Tcode F-47 with input tax, I am getting an error saying that "Down pmnts with taxes are not permitted when processing with jur.code". For this error I found the note 97288, but this speaks a lot about changing the pricing procedures in SD, but nothing about AP. So, can any one help me to understand what needs to be done to resolve this issue.
    Thanks
    Shilpa

    Hi
    Please check whether note 300340 is relevant for your case
    S Jayaram

  • Down payment request at PO header level

    Hi,
    I am trying to create PO down payment request using F-47 but PO item is mandatory in it. How to create down payment request at PO header level? In my PO, there are more than 50 items. Please help.
    Regards,
    Milind Dumbre

    Hi
    i dont think you can create down payment at header level with reference of PO
    you need to create it itemwise
    process is as follows
    1. F-47 - Create Down Payment Request (Here in selection screen specify all the necessary details (Doc Type - KA) and press enter, on this screen specify amount to be paid in advance and also specify the PO Document and line item and SAVE)
    2. F-48 - Down Payment Entry w.r.t. Down Payment Request No
    3. F-54 - Down Payment clearing
    At the time of MIRO, it will pop-up that advance payment is done to this vendor against this PO.
    Now if you dont want to have it at item level
    then create down payment from Fi side and maintain PO number in reference fieled or text field ,
    now it wont be visible in PO header status but it can be seen in vendor account
    for more consult your FI consultant

  • Business object for FB60

    Hi,
    please let me know the business object for the transaction "FB60"
    i can use "FIPP" but when i check "  workfow is not triggering"
    my requirement is after clicking "park" button workflow should trigger..
    i have checked in SWELS and swel transaction i can't abe to get the event trace... i mean no event trace is there...
    please let me know what steps i can do to get buisness object for "FB60" transcation.
    urgent please!!!!!
    thanks
    ram

    Hi JMB!
    i have used FV60 and FB60 for parking  now, i have parked two document succesfully using those transcations, i went to SWELS i have switched on the event then after parking i have switched off the event and i went to swel but no event trigeered there !
    i have checked in event type linkage without knowing the business object how can i activated it...
    my scenario whenever user parking the document, worklfow should trigger.. so i want to find out the business object first...
    please give me the steps to find out..
    thanks,
    ram

Maybe you are looking for

  • Error While opening the login page

    Hi All, When i try to open the log in page , i am getting the error as shown below:-- Request URI:/OA_HTML/AppsLocalLogin.jsp Exception: java.lang.NoSuchMethodError: oracle.apps.fnd.sso.Utils.setRequestCharacterEncoding(Ljavax/servlet/http/HttpServle

  • Login problems, script is not working

    Hello, I can Login at Adobes website, but  I cant enter the area, where I could change bankdetails etc. I was thinking my computer may be defunctioning but it also doesnt work with others. my bank account wasnt covered and now I want to pay the bill

  • XOQ-00703: error executing OLAP DML command "(SYS.AWXML!R11_INITIALIZE_AW

    Hello! Just upgraded from 10.2.0.4 64 bit Windows to 11.2.0.2 64 bit OEL it test environment. DB Compatibility = 11.2. SQL> select comp_name,version,status from DBA_REGISTRY where comp_name like '%OLAP%'; COMP_NAME VERSION STATUS OLAP Analytic Worksp

  • Signed jar works differently than unsigned jar - why?

    I'm having a problem with one of my JWS applications (out of six!) -- the application runs fine locally out of the jars. However, when I sign the main jar for running with JWS, it goes into a loop trying to read a property file contained within the m

  • Whenever i plug it into the computer, my ipod freezes

    I just bought my new classic and ever since I first plugged it in to charge, it will always freeze with the lock symbol on the top (even though it is unlocked) and I have to restart it, and then it works. How can I stop this from happening every time