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.

Similar Messages

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

  • 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

  • BAPI to create down payment request

    hi everybody
    does qnybody knows if theres a BAPI which creates down payment request?

    Not sure but look:
    Down payment request: posting using BAPI_ACC_DOCUMENT_POST

  • IDOC from SRM to create Down Payment Request (F-47) in ECC

    We need to build one custom object in SRM. This object(upon final approval) should trigger the creation of Down Payment Request in ECC(Tcode F-47) System. To elaborate more in simplest terms, The custom object in SRM is created to capture Advance Payment Request related Data. (Vendor, contract no, Advance Amount etc...). There is no standard IDOC type in SRM to capture this data.
    In ECC system, we have one standard IDOC related to Down payment request (IDOC Type FIDCCP01).
    Other thing is, when this outbound IDOC is trigerred from SRM, it has to not only to get the data from that custom object but also calculate some values and fill this in down payment request fields.
    Now questions:
    Please help in letting me know the best method to achieve this. Should we use IDOC tecnology? If yes, then please detail the steps needed to achive this. Should we create the same IDOCbasic  type FIDCCP01 in SRM as we have in ECC. How can IDOC capture the calculated values for some fields in Down payment request? Do we need to create some function module for this?
    Please detail the process step needed to achive this(like IDOC Basic Type creation, Functiona Module creation etc etc...). Or if we should use some other methd like RFC or BAdi etc... then please let know.
    Thanks for any help the SDN community could provide.
    Regards,
    Ravi
    Edited by: Ravi Gandhi on Oct 9, 2011 10:16 AM
    Edited by: Ravi Gandhi on Oct 9, 2011 10:23 AM

    Dear Ravi,
    Did you have a answer for this case?
    i need to create IDOC for F-47 and i need the program to use.
    Here we have a IDOC for FB01 only.
    tks
    Marco Magri

  • Create down payment request with reference to PO

    When we try to create the down payment request at F-47, can we copy the data from purchase order automatically instead of key in the items one by one?

    Hi,
    You can specify the reference PO number in doing down payment to vendor. The data from PO is not copied since we are making payment wrto vendor & not the PO. PO is just used for reference & reporting.
    Thanks,
    Sourabh

  • 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

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

  • 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

  • Down Payment Request

    Hi,
    We have validation for Vendor recon account when using a Spl Gl indicator "N". I.e to fill the Spl Gl assignment field with specific words.
    It is working fine for Down Payment.
    But, when we are raising a Down payment request and trying to pay thru F110, the system is throwing error as "please put correct information the Spl Gl assignemnt field. The data is provided in the Down payment request but still the error is coming.
    rgds
    Jaya

    Dear
    for when u create down payment request, for this request u can call park document also. for this transaction u need to post payment thru F-48 only with select the new request.
    F.110 is basically for payment against booking.
    so use T-code only F-48 Advance payment posting
    Regards,
    Amol Kolase

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

  • Down payment request on asset code(F-47)

    sirs,
    why cant we create down payment request for po's raised against asset code??
    transaction code is f-47
    if possible what is the setting to be done.
    mail to
    [email protected]
    regards
    suresh

    Hi,
    I am not sure of this function, but make sure thaqt you are using the correct special key, the one that you are using is for existing assets (I think) and so the system is assuming that no PO is relevant (because you already have the asset in your company).
    perhaps using a different code may help?
    Steve B

  • 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

  • Down Payment Request at Header Level of PO

    Dear Friends
    We want to create Down Payment Request and subsequently the Down Payment at Purchase Order Header Level. We are looking for a standard solution without any Custom Development.
    While creating a Down Payment Request (F-47) the system does not ask for the reference of the Purchase Order. But if Purchase Order Number is referred then the system will ask for the line item also.
    When we convert this Down Payment Request to Down Payment (F-48), we can refer the Purchase Order Number. If referred, the system asks for the line item also, which becomes mandatory.
    However we want to understand if there is a possibility of posting the Down Payment against the Purchase Order Header.
    This is required, since if there are multiple line items in the purchase order, then creation of Down Payment Request as well as Down Payment becomes a tedious activity in SAP.
    Someone innovative and has already worked on such requirement please reply.
    Regards
    Ketan Patel

    Hi,
    Try the following steps to pay to Vendor w.r.t PO:
    1.Check the Vendor reconciliation A/C,
    2.Go to FS00, and check Filed Status Group,
    3.Go to OBC4, check the Filed Status Group, what u have mentioned for the Vendor reconciliation account.
    4. Go To material management segment and put optional entry for the field of Purchase Order and save.
    5.Now come to F-48, enter the date, vendor, assign the sp.G/L transaction(A),bank sub account, amount,
    then enter, it will take to next screen
    Here you enter amount & your purchase order number with reference to your are going to make the payment. Now simulate and save.
    After the GR & IR is done, Perform F-54 for Down Payment Clearing
    Regards,
    Biju K

  • Down payment request and special GL indicator

    Hi SAP Experts,
    From several days I'm looking for an explanation of standard down payment process in SAP:
    When we create down payment request for customer, billing type FAZ, corresponding FI document is created with special GL indicator "F".
    Does somebody know what is the configuration for that? How the system determines that for FAZ billing type it should create special GL indicator "F"?
    Thanks and appreciate any suggestions.

    Dear Marin  Please check in Google
    Does somebody know what is the configuration for that?

Maybe you are looking for

  • I have a P2035N laser printer. Up until last week it worked flawlessly. I now get an error message

    saying that the printer needs troubleshooting is needed. I then click on troubleshooting and it runs a protocol which finishes by telling me the problem has not been resolved. I cannot print from word or any other program. Curiously, I downloaded a d

  • Inbound Delivery not getting transferred to GTS

    Hi Experts, We are presently implementing GTS 7.2 Customs Management in my company and we are experiencing this issue. Here are steps completed for the document transfer. 1. GTS plugis are activated for the Inbound Delvieries along with other documen

  • How can I use Airdrop in my iMac which has OX 10.9.2

    How can I use Airdrop in my iMac which has OX 10.9.2

  • APP - Variant

    HI , I am Executing APP and payment also mede to vendor If i goto Job over view job is canclling it is not generating the spool request no what could be the problem Regards sure

  • HELP! facebood keeps logging me out!

    I have the BB Torch 9810 and have downloaded the FB appM half the time it won't even let me "log in at this time" and when I do get in it logs me back out after only a few minutes "please enter password". What do I need to do? Thanks in advance for y