Error message:  F3029 - FBZP transaction

Hi Guys,
Let me know if someone how to figure out this issue.
I am trying to delete some entries on FBZP transaction - bank determination - bank accounts, but I got the error message:
F3029 - Clearing acct only allowed for an outgoing bill of exch.pmnt.
Thanks
Daniel Dorta

hi
kindly check if for payment methods which represent 'outgoing payment by bill of exchange' the  clearing account needs to be mentioned. otherwise the clearing account need not be mentioned.
thanks
eashwar

Similar Messages

  • Error message when running Transaction Code = ME84

    hi,
    i am getting an error message when running Transaction Code = ME84
    Error is 'No processing (error message P5 017), No data for chosen selection'
    can someone please guide me on this ?

    Hi Mahendra,
    There are several reasons for the release not happeneing.
    1. The issue could be in the selection of release type
    2. Scope of selection
    3. Strategy profile
    Please check whether the selection parameters are considered are right for release to happen.
    Regards,
    Harish

  • Display error messages in Call transaction

    Hi Gurus,
    I have donme BDC using call transaction..can anybody help me in displaying the error messages in call transaction..
    A detailed code wud be very much helpful..
    full marks wud given
    regards
    Sahil

    hi check this,
    PERFORM Z11_BDC_VA02.
          ELSE.
            MESSAGE I013 WITH TEXT-013.
          ENDIF.
    ELSE.
              CLEAR V_FLAG.
           MESSAGE E012 WITH TEXT-012.
    ENDIF.
    FORM z11_bdc_va02 .
    *COVER 1
    perform bdc_dynpro      using 'SAPMV45A' '0102'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'VBAK-VBELN'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    perform bdc_field       using 'VBAK-VBELN'
                                  wa_head_detail-vbeln.
    *COVER 2
    perform bdc_dynpro      using 'SAPMV45A' '4001'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=T\03'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RV45A-MABNR(01)'.
    *COVER 3
    perform bdc_dynpro      using 'SAPMV45A' '4001'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=ITNE'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RV45A-MABNR(01)'.
    *COVER 4
    perform bdc_dynpro      using 'SAPMV45A' '4001'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SICH'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RV45A-KWMENG'.
    perform bdc_field       using 'VBAP-MATNR'
                                  wa_head_detail-matnr.
    perform bdc_field       using 'RV45A-KWMENG'
                                  v_kwmeng.
    perform bdc_field       using 'VBAP-VRKME'
                                  wa_head_detail-meins.
    *COVER 5
    perform bdc_dynpro      using 'SAPLSPO2' '0101'.
    perform bdc_field       using 'BDC_OKCODE'
                                 '=OPT1'.
    call transaction 'VA02' using it_tab1 mode 'A' UPDATE 'S' MESSAGES INTO
    IT_TAB_ERROR.
    "CAlling transaction with all screen
    Loop at it_tab_error.
    if it_tab_ERROR-MSGTYP = 'E' .
    clear v_flag.
    message I014 with TEXT-014.
    else.
    clear v_flag.
    message I019 with TEXT-019.
    endif.
    endloop.
    refresh it_tab1.
    clear V_KWMENG.
    ENDFORM.                    " z11_bdc_va02
    Reward if helpful,
    Gaurav J.
    Edited by: GAURAV on Feb 4, 2008 9:10 AM

  • Error message "no accounting transaction variant assigned for FB60//GL"

    Hi Friends,
      I created a new document type for GL postings in ECC 6.0. I tried to post a document for this document in FB60.. It displays the error message "no accounting transaction variant assigned for FB60//GL". Can anyone help me solve this problem.
    Thanks
    Ramya

    You need to do the settings as follows:
    Go to extended document splitting- define business transaction variant
    Here u need to do series of settings.
    Pl check your settings here

  • Error Message in through transaction OVA2

    Hi All,
       In the transaction OVA2 for the Incomplete procedures, we have a warning message set. We want to set a error message instead. Like if there is an Item with prize 0 the system now displays a warning message( as per setting in OVA2) we want to convert this warning to error.
    Can any one please help me on this issue.
    Thanks and Regards,
    Nimisha Deshpande.

    Normally the incompletion log will be filled when some constraints (set through customising)  are not met. For instance, you can set up a constraint that certain fields are required (allthough visibly not required on the screen). SAP will check that field and when it's empty, an entry in the incompletion log is created.
    From the incompletion log the user can navigate to the point of error and correct the error.
    Maybe this is overdone for your requirement, but it's just an idea.

  • Regarding error message from a transaction

    Hello all,
          I have a scenario where i need to collect all the error message from a trasaction and display it in a pop up.
          i am calling a function module and inturn calling transaction 'FB08' using bdc. i may get one or more error message. if there are more than one messages from my function module then i need to display this messages in a popup.
        Currently i am displaying one message using 'message ID' syntax at the bottom. what should i do to display error messages in a popup if there are more message
    Thanks,
    Raju N.

    use following fm.  
    CALL FUNCTION 'COPO_POPUP_TO_DISPLAY_TEXTLIST'
          EXPORTING
          TASK             = 'DISPLAY'
            titel            = 'Creation Log'
        IMPORTING
          FUNCTION         =
          TABLES
            text_table       = i_documents_log.

  • Error message in ME22n transaction

    Hi All,
    We want to display error message at  status bar of me22n transaction for some certain conditon.I am using a user exit where actually i am writing a code.I tried to write like this  'Message  E101(ZE) ' but message is not displaying at status bar.
    Thanks
    Mohit

    Hi ,
    1 >If message is not getting shown at status bar then is it getting shown as popo up. ?
    2 > If message is not at all getting shown then that means your exit is not getting called. Please put a break point inside your exit and exeute  me22n and see if your debugger gets triggered.
    If Debugger does not get triggered then that mean , either you have not created Project for yoour Exit OR you are using incorrect Exit.
    Please revert with your observatins so that can help you further.
    Hope this is helpful.
    Regards,
    Uma Dave

  • Display Error Message in Co11n Transaction

    Hello Experts,
                                I am using co11n transaction, While saving the transaction i need to display a
    error message based on some conditions. I can display a error message but the screen got struck
    and it is not returning to the PBO again. Can any one tell me the any Exits is available there in the transaction to display the error messages.
    Thanks

    Hai,
          krupa, what u have to do is,   u r using a screen exit right? Dont display the error message inside
    the Function Exit. Instead, in the PAi module inside chain endchain of ur screen double click on your module and include the module in the TOPINCLUDE of the Main program( How to find this top include is goto se80-->
    select function group XCOF-->  EXPAND INCLUDE->LXCOFTOP -
    >ZXCOFTOP----->DOUBLE CLICK and open it and put your module here and display ur error message. )
    set the breakpoint here it will stop here
    Regards,
    Viverk
    Edited by: vivek selvam on May 12, 2009 8:36 PM

  • Reg:Error message in MIGO Transaction

    Hi All,
    I added the new tab strip in MIGO Screen. now i need to make all the fields as mandatory. so using BADI (MB_MIGO_BADI) i gave the mandatory check ( if the Zfield = ' ', then error message) while clicking the check button before posting the material number. But it prevents to proceed further, simply it skips the transaction because of error message. and at the same time 'i should not use the information message'. my requirement is 'Error message should be populated after clicking the check button but it should allow to enter the mandatory fields after the error message'. i.e it should not skip the transaction after the error message.
    Please help me.
    Thanks & Regards
    Vijay.R

    Hi
    Probably the message is called dynamically, so u should try to check by debug when that message is raised.
    U can set a break-point for the statament MESSAGE.
    Max

  • Is it possible to retrict some type of error message in SMQR transaction

    Hi experts,
    I have a requirement when I use EOIO queue from the HTTP adapter (URL) to post the RFC requests and i need to automatically retry the posting of errored entries in the queue and i could find the web logs that SQMR is the transaction used for automatic retry and also the program RSQIWKEX is can be scheduled to try the reposting of the queue. Now i dont want to repost all the error messages( some thing related to application failure in R/3 needs changing of data ), so it is possible to retrict those transactions  from re post ?. Or we need to cutomize this program RSQIWKEX in R/3 to get this job accomplished.
    Quick response would be highly helpful.. THanks in advance.
    Regards,
    Rajesh Kumar T

    very specific to smqr , yes, u need to go for customization.

  • How to track error message when calling Transaction: va02

    Hi all,
        As we all know, when we change an order through T-Code: VA02, system will update modified data to corresponding database. Meanwhile, if our operate is not legal or incorrect on T-code: VA02, system will call corresponding error messages to us.
        Now I want to know:
       1. how to track the error messages
       2. Is there any Tcode such as: SM21 that we can see the message logs after our operation?
    Thanks.

    Hi ,
    message table for call transaction
    DATA: BEGIN OF G_T_MSG OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF G_T_MSG.
    Exucute transaction via Call Transaction
      CALL TRANSACTION  'FB01'
                     USING g_t_bdcdata
                     MODE g_l_mode
                     UPDATE 'S'
                     MESSAGES INTO g_t_msg          .
    errors will be stpored in the table g_t_msg ..
    Thanks .

  • Error Message in VT02N transaction

    Hi Friends,
    I need to validate some of the input field values in VT02N transaction. If the validation fails, i need to raise an error message.
    I have found the user exit to perform the validation. Now the problem is, after raising the error message, the fields are not getting opened for input. How can i make it open for input.
    Plz advice opn this. replays will be awarded with points.

    Normally the incompletion log will be filled when some constraints (set through customising)  are not met. For instance, you can set up a constraint that certain fields are required (allthough visibly not required on the screen). SAP will check that field and when it's empty, an entry in the incompletion log is created.
    From the incompletion log the user can navigate to the point of error and correct the error.
    Maybe this is overdone for your requirement, but it's just an idea.

  • Error Message When Running Transaction F.05

    When running transaction f.05 to revalue foreign currency items, I am getting an error message" Error 543 FC Valuation SAPF100" for two of the G/L accounts and showing on the report <Expen.> and <Adjust.> instead of G/L accounts shown for debit and credit entries. No document or reversal document is created for these two accounts.
    Any help is appreciated.

    Thanks for taking the time to reply.
    I have checked OB59. The foreign currency valuation method is already defined. and in OBA1, these two G/L accounts are also there. I could not find any field on the G/L master where to assign the valuation method. For some reason, other G/L accounts mentioned in OBA1 are being posted correctly and are generating the documents and reversal documents except these two G/L accounts. For the correct G/L accounts, against the Debit and Credit posting keys G/L accounts are shown while for these two accounts, <Expen.> and <Adjust.> is written at the place of G/L accounts in the report. Can you please tell me from where the system is picking these accounts that are shown for Debit(40) and Credit(50) posting?

  • Error Message ME083 in transaction MR8M

    Hi Gurus.
    I've got the following issue:
    The user have posted an invoice with invoice reduction. The invoice has six items. The invoice item with correction Id "Vendor error: reduce invoice" has associate a blanket PO item with account assignment category U (Unknow). When the user posted the invoice, he or she didn't specify any account assignment object (G/L Account). The user couldn't specify the account assignmet object because the checkbox "Acct.Assignment Chgable at IR" was unchecked in the Account Assignment Category "U".
    Then, when the user try to cancel (reverse) the invoice using the transaction MR8M, he or she obtain the error message "ME083: Enter G/L Account".
    I've debuged the transaction code and the error message is generated in the FUNCTION mex_lesen_sachkonto.
    Do you help me with this issue?
    Thanks in advanced.
    Nestor.

    hi
    a bit confusing
    but try following threads
    Why am getting this ME083 error in BATCH JOB, where as ONLINE not getting?
    http://www.sapfans.com/forums/viewtopic.php?f=6&t=320073&p=971140
    http://www.google.co.in/search?hl=en&client=firefox-a&channel=s&rls=org.mozilla%3Aen-US%3Aofficial&hs=ZKV&q=sapME083&btnG=Search&meta=
    regards
    kunal

  • Error message VK 432 - transaction MEK1

    When we entered an inexistant vendor in the transaction mek1, the error message is different between two clients :
    In one on the both, the message is VK 432 : "Object main supplier not provided with characteristic XXXXX"
    In the other, the message is 00 058 : "Entry XXXX does not exist - Check your entry"
    We would like to have only the second message for all clients ; what is the solution?
    Thanks in advance

    Hi,
    The dump i recieve is the same as the original poster.
    442       ENDIF.
    443 *     try to determine parent guid reading data from R/3
    444       LOOP AT et_payplan_d ASSIGNING <ls_payplan_d_mess>
    445            WHERE ref_guid    =  <ls_orderadm_h>-orderadm_h_guid AND
    446                  ref_kind    =  gc_object_ref_kind-orderadm_h   AND
    447                  paym_type   =  gc_paym_type_paym_card          AND
    448                  card_type   =  <ls_bapiccardm>-cc_type         AND
    449                  card_no     =  <ls_bapiccardm>-cc_number       AND
    450                  card_exp_date =  <ls_bapiccardm>-cc_valid_t      and
    451                  parent_guid IS INITIAL.
    452         EXIT.
    453       ENDLOOP.
    454       IF sy-subrc <> 0.
    455 *       original line not found, read data from database
    456         LOOP AT lt_payplan_d_old ASSIGNING <ls_payplan_d_old2>
    457              WHERE ref_guid    =  <ls_orderadm_h>-orderadm_h_guid AND
    458                    ref_kind    =  gc_object_ref_kind-orderadm_h   AND
    459                    paym_type   =  gc_paym_type_paym_card          AND
    460                    card_type   =  <ls_bapiccardm>-cc_type         AND
    461                    card_no     =  <ls_bapiccardm>-cc_number       AND
    462                    card_exp_date =  <ls_bapiccardm>-cc_valid_t    and
    463                    parent_guid IS INITIAL.
    464           EXIT.
    465         ENDLOOP.
    466         IF sy-subrc <> 0.
    467 *         severe error, dump
    >>>           MESSAGE x031(crm_payplan).

Maybe you are looking for

  • Syncing problem and battery

    My 1st gen shuffle has been waxing and waning on length of play. It is less than a year old and used infrequently. I recently recharged the thing to full charge. I cannot play a song on my external player. When I sync to my pc I get the follow error

  • 1/8" input vs interface for guitars

    I recently bought a Presonus Tube Pre amp. I've been recording guitars though it and into the 1/8" audio input on my Mac and it sounds pretty good. Does a USB interface sound significantly better or just somewhat better? I know this is a subjective q

  • Drag & Drop doesn't work in XP64!?

    That's a strange one... I've built a Flex interface that run's fine in XP32. Now I try to run that with Firefox 32 and the most recent Flash Player, and drag and drop doesn't work :-( The drag does not even start. Beside that problem, the app works f

  • Russian characterset insert fails..Request for guidance.

    Guys, I've been trying to insert the Russian character string "СТАВРОПОЛЬСКИЙ КР" into my database object-column defined as VARCHAR (25) -using GUI. The insert is failing, it doesn't give information about the cause of the failure though. Could somon

  • MAC 2011 email attachments converted to winmail.dat

    Hello Guys, Does anyone encountered the same when MAC 2011 receives email with attachments the attachment becomes winmail.dat? What are things might causing it in the server level. Please advice.  NOTE: This is not affecting only one user but. Thanks