Ac_system_flush message_type_x (MIR4 Tcode)

hello,
withe a specific user and document, I evoke a short dump when I try to use MIR4.
can any one help me to avoid this problem?
thanks.

   Client.............. 130
   User................ "USER"
   Language key........ "E"
   Transaction......... "MIR4 "
   Transaction ID...... "53FE683
   EPP Whole Context ID.... "53F
   EPP Connection ID....... 0000
   EPP Caller Counter...... 0
   Program............. "SAPLOLE
   Screen.............. "SAPLMR1
   Screen Line......... 0
   Debugger Active..... "none"
Information on where terminated
    Termination occurred in the ABAP program "SAPLOLEA" - in "AC_SYSTEM_FLUSH".
    The main program was "SAPLMR1M ".
    In the source code you have the termination point in line 29
    of the (Include) program "LOLEAU02".

Similar Messages

  • URGENT ..userexit Idoc(inbound ) to mir4 tcode

    Am coding in two userexits (ZXM08U25, ZXM08U26 ) of INBOUND Idoc which will update t-code of mir4, and I am testing this using we19.
    some field ( field sgtxt of bseg table ) we forgot to send to( they did not give how to pass in functional specs  ) ….through IDoc .
    Just want to know how the mir4 tcode gets updated by we19 tool..Is it BDC or some direct abap coding UPDATE/MODIFY ?
    ERROR is 51 : Field Text is a required field for G/L account IP50 21300010.
    Functional specs are not stating that this particular text field … how ever specs stated other texts to pass in  internaltable . How can I solve this problem please.

    your transaction is posting accounting document and it looks like for the account you use a field-gorup is defined where text field is marked as mandatory.
    So you have 2 options here
    - either populate the text in your exit (it either can be passed in teh IDOC or you can populate it in your userexit based on your own logic - check with your functional analyst)
    - or change field-gorup for your account to make text field non-mandatory -> this obviously requires verification with your accounting folks and your functional analyst.

  • MESSAGE_TYPE_X in Tcode VT01N

    Hi,
    I have a system dump error in Tcode VT01N. There is a form named as XVTTK_READ in program FV56HF0X.
    FORM XVTTK_READ USING TKNUM LIKE VTTK-TKNUM.
      PERFORM XVTTK_EXIST USING TKNUM.
      IF sy-subrc NE 0.
        MESSAGE X002 WITH 'READ TABLE' 'XVTTK' VTTK_KEY-TKNUM.
      ENDIF.
    ENDFORM.
    But if sy-sybrc is not equal 0 than system dump is occured.
    What can I do?

    Please refer following SAP NOTES
    <b>522983</b> VT01N/VT02N + delivery split: MESSAGE_TYPE_X when saving
    <b>1077374</b> VT01N/VT02N + delivery split: MESSAGE_TYPE_X when saving
    <b>754170</b> MESSAGE_TYPE_X dump when splitting a delivery 
    <b>1017312</b> Program termination 'MESSAGE_TYPE_X' at shipment transfer
    <b>408864</b> VT02N: VY002 MESSAGE_TYPE_X at READ TABLE i_vbplk 
    <b>374511</b> Termination executing shipment cost info in the shipment

  • How to fetch MIR4 data based on MB51 refrence number

    hi Experts.
    i want to fetch MIR4 data based on MB51 refrence number.
    I want to fetch below fileds in MIR4 TCODE.
    1.  RBKP-BELNR (Invoice Document NUMBER)
    2. DRSEG-MENGE ( quantity )
    3. DRSEG-WRBTR ( Amount in document currency)
    As mentioned above DRSEG is structure.
    please help me how to fetch 3 data fileds based on my MB51 refrence.( mkpf-xblnr ).
    In MIR4 , Number of External Delivery Note( DRSEG-XBLNR ) is same as my MB51 refrence ( mkpf-xblnr).
    This is the only link avilable to fetch above 3 fields.
    kindly give any suggestions .
    thanks & regards,
    hari priya

    Hi ,
    can anybody give me suggestions .
    What is the table name for fetching above 3 fileld data  . 
    DRSEG  is structure .
    Thanks & regards,
    Hari priya

  • MIR4 Enhancement

    Hi All,
             I want to add one button on application toolbar on screen of MIR4 tcode after displaying document.
           please give me if there any user exit for that enhancement.
    thanks in advance.
    Vinod

    Adding new field (ie Goods Recievd date ) at item level in MIRO tcode.
    https://forums.sdn.sap.com/profile.jspa?userID=3588803
    Message was edited by:
            Karthikeyan Pandurangan

  • Disable 'Delete' button for posted invoices  in GOS Attachment List

    Hi,
    when i open the attachement list of a generic object i see the attached files. In this dialog i want to disable the   "Delete" ( attachment)  button  for Posted invoices ( In MIR4 tcode -> If the invoice is already posted it should not allow to delete the attachment )
    I read oss notes and some ides of copying diverse classes but nothing really helps.
    I found two badis
    GOS_SRV_REQUEST
    GOS_SRV_SELECT
    but i dont know where we have to write our code .
    I read so many posts related to attachments but all the places described about authoriztion object .
    Can you please give some ideas to disable the delete button for posted invoices.

    Hello,
    For GOS there is no SAP Standard authorization concept. The only way to
    manage GOS authorizations is implementing it via custom code as
    described in SAP Note: 491271.
    Please have a look at the SAP notes:
    491271 Authorizations for generic object services
    701609 Authorizations for services: Final classes
    For the use of S_OC_ROLE: this object states if a user is an office
    administrator he can create, modify or delete every document, even
    those created by other users. If the user is not an office admin, the
    user is still able to create his own attachments.
    Regarding to the issue, there is an role object S_GUI for upload.
    To match your inquiry, pleaes find the user's role and active the
    object S_GUI.
    Regards,
    David

  • Delivery note field name and table name in MIGO

    hi experts,
    i want to fetch delivery note for my material document  in MIGO.
    Also based on MIGO delivery note NUMBER , i need to fetch MIRO document number i.e  mir4 dcoument number.
    kindly provide field name and table names for delivery note .
    thnaks &r egards,
    raghul

    hi karthik,
    Thanks for your quick reply.
    Actually i developed a zreport which consists of fields
    1. vendor
    2. refrence
    3. po
    4. material
    5. material document
    6. qty
    7. amount
    8. movement type
    9. plant
    These data i fetched from MB51  by using submit logic.
    All above fields are in one internal table.
    Now Based on MB51 reference  number , i want to fetch
    1. MIR4 number
    2. delivery note
    IN MIR4 tcode.
    Refrence number from MB51 and delivery note in MIR4 document are  same  .
    kindly give me suggestions how to get delivery note and MIR4 number ( inv number) in MIR4 TCODE
    thanks & regards,
    Raghul

  • FI- Vendor Invoice Parking

    Dear All,
    I want FM/BAPI/IDoc for PARK FI Vendor Invoice just like TCode FB60.
    Actual scenario is that i want to send Invoice detail from an external system which contain details without PO and want to see in SAP as PARK Invoice and that can be POSTED through FV60.It has nothing to do with MM and PO.
    Thanks,
    RP

    Sorry Dear
    but it belongs to MIR4(TCode)
    I want FM/BAPI/IDoc which can perform like FB60(TCode)
    Please help

  • TCODE- MIR4- Details of Multiple Account Assignment

    Dear SDNers,
    In the TCode MIR4,
    We input the invoice doc number and the year and hit on enter.
    We come to the screen that displays the Invoice Document.
    In this screen,we are able to see a sub screen headed PO reference.
    In this PO reference sub screen, we see diff line items with the columns Item,Amount,Quantity,Order Unit,PO,Item,PO Text,Tax Code,W/s.C Disc,A(Account Assignment Category and _Account Assignment_
    Requirement:
    When i click on Account Assignement, i am navigated to a screen that shows the multiple tax code assignment.
    Kindly guide me as to how to figure out as to where from the details that is getting displayed in this screen is getting picked from?
    Regards,
    SuryaD.

    Hi,
    have a look at table RBCO (Document Item, Incoming Invoice, Account Assignment),
    and table RBTX (Taxes: Incoming Invoice).
    Best regards.
    Edited by: Pablo Casamayor on Jan 8, 2010 9:06 AM

  • Runtime Error:MESSAGE_TYPE_X in VA01 tcode

    Hi All,
    I got VA01 tcode Dump While Entering the Texts, in that dump it is showing use SAP note 158985 ,
    By using That note number verifed finally i got one relevent note 1104496. And i applied that but still getting same dump. Can any body help me that please give another relevent note for this issue. The Dump is coming from SAPLOLEA  include LOLEAU02 Function Module AC_SYSTEM_FLUSH.
    Thnaks & Regards,
    Rajasekhar.

    generally with SAPOLEA-errors: apply latest version and patch of SAPGUI. this will solve most of those errors.

  • Tax amount and sales tax code fields not visible in tcode MIR4

    Hi,
    A workflow has been cretaed for cretaing the invoices. Here in SRM invoice, the tax code and Sales tax code fields are not visible in tcode MIR4 though data has been passed while creating it.
    When i am checking the "calculate tax" check box, am able to see these two fields on the MIR4 page.
    Am not able to find the reason for this behaviour. As its working fine for other invoices. This is the case with only SRM invoice.
    Kindly provide your inputs.
    Thanks!
    Regards,
    Razia Shaheen.

    Hello,
    What you are saying is that the Invoice coming from SRM (Via Idoc i supose) is not bringing the tax code? is that it?
    Cheers !

  • How to display a field value in tcode MIR4

    Dear all
         I want  to  display the bank control key of the vendor in transaction code MIR4. Now it is showing the bank account number and its description with the address of the vendor.
         So, for that I think, I have to create a screen exit. Please help me how to create a screen exit for that transaction code or is there any other way to get the solution.
    Thanks & regards.

    yaa... i know,  but actually we need to  multiply that number with some digit.
    take it this is way, if  i push it into another array, we have an array of digits but what i need is a all digit to be together to be multiplied to a number
    for example -
    if i push the numbers into new array say arr[];
    so i will have something like this. arr[1,2,3,4,5,6.......]  
    but i need  the new varaible should have value as 12345........   all concatenated.
    if i perform operation on array each digit will be multiplied individually.
    hope u got what m trying to sayy....
    Thanks for the prompt response..........

  • TCode MIR7: Dump while deleting Parked Invoice with zero value

    Hi,
    We had parked an Invoice using TCode MIR7 with Zero Value with reference of a PO. Now as the value of invoice is zero, we want to delete it using MIR7.
    In MIR7, when we go to Invoice Document-->Delete, it results in dump. Dump is as follows:
    Error analysis
        Short text of error message:
        No document found
        Long text of error message:
        Technical information about the message:
        Message class....... "FI"
        Number.............. 124
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLFMPR" or "LFMPRU05"
        "FM_CO_DOCUMENT_DELETE"
        If you cannot solve the problem yourself and want to send an error
        notification to SAP, include the following information:
        1. The description of the current problem (short dump)
           To save the description, choose "System->List->Save->Local File
        (Unconverted)".
        2. Corresponding system log
           Display the system log by calling transaction SM21.
           Restrict the time interval to 10 minutes before and five minutes
        after the short dump. Then choose "System->List->Save->Local File
        (Unconverted)".
        3. If the problem occurs in a problem of your own or a modified SAP
        program: The source code of the program
           In the editor, choose "Utilities->More
        Utilities->Upload/Download->Download".
        4. Details about the conditions under which the error occurred or which actions and input led to the error.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLFMPR" - in
         "FM_CO_DOCUMENT_DELETE".
        The main program was "SAPLMR1M ".
        In the source code you have the termination point in line 34
        of the (Include) program "LFMPRU05".
    Any help.
    Regards,
    CMC Team.

    Hi,
    Check following SAP notes:-
    1173846  (MM) Termination when deleting prepaid logistics invoices
    Reason and Prerequisites
    This problem is caused by a program error.
    1224772  (MM) Error message FI24 when deleting parked invoices
    Reason and Prerequisites
    This is due to a program error. The total amount of the parked invoice is '0'.
    Regards,
    Anand Raichura

  • ABAP dump while running the tcode MIGO

    Hi All,
    I am getting the abap dump while running the tcode MIGO when I searched I got two relevant sap notes but our functional team said that its not applicable in our case.
    Please find the details of ST22 analysis-:
    Runtime Errors         MESSAGE_TYPE_X
    Date and Time          17.04.2009 13:18:45
    Short text
         The current application triggered a termination with a short dump.
    What happened?
         The current application program detected a situation which really
         should not occur. Therefore, a termination with a short dump was
         triggered on purpose by the key word MESSAGE (type X).
    Error analysis
        Short text of error message:
        No RFC destination is defined for SAP Global Trade Services
        Long text of error message:
        Technical information about the message:
        Message class....... "/SAPSLL/PLUGINR3"
        Number.............. 002
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    How to correct the error
        Probably the only way to eliminate the error is to correct the program.
        If the error occures in a non-modified SAP program, you may be able to
        find an interim solution in an SAP Note.
        If you have access to SAP Notes, carry out a search with the following
        keywords:
        "MESSAGE_TYPE_X" " "
        "SAPLMBWL" or "LMBWLU21"
        "MB_POST_GOODS_MOVEMENT"
    SAP Notes i have reffered 1098491, 1041122
    Currently we are running on SAP_APPL     600     0007     SAPKH60007     
    Regards,
    Prashant

    Hi Rohit,
    This particular note is valid for
    Support
    Packages Release Package
    Name
    PI 2004_1_46B SAPKIPZI38
    PI 2004_1_46C SAPKIPZI48
    PI 2004_1_470 SAPKIPZI58
    PI 2004_1_500 SAPKIPZI68
    Our system is running on PI_BASIS     2006_1_700     0005     SAPKIPYM05
    Pls suggest.
    Regards,
    Prashant

  • Disable Delete in MIR4

    Dear All,
    I have a requirement from my Team to deactivate delete option from MIR4 Transaction
    I have created Transaction Variant for MIR4 and disabled the delete Option from Menu.
    At the same time, I created Group Name for assigning the Users to this Group. And asigned some Users to activate the variant to those users only.
    Now it is working fine in my Development system.
    I moved it to QAS. In QAS there are so many roles having MIR4 transaction. Now I don't want to disturb(Add / Delete transactions) those roles,But want to assign some Users to the Group from SHD0, so that only those users can get the Trasanction Variant.
    But when I am trying to assign the users to the group, it is saying that you are not authorized to MIR4 transaction.
    Quest: Is there any other way to assign this Transaction Variant without creating new Z-Transaction and at the same time I don't want to assign MIR4 transaction to my User??
    Your help really appreciable.
    Thanks in Advance
    Siva.

    Perhaps you should reconsider your approach, as you appear to have changed the MIR4 transaction for one purpose but it is being used for others as well...
    Suggestion: Try a Variant Transaction instead, and then you can control who has access to this (new) tcode for this new purpose. Of course if the user has access to MIR4 then they can still "see" the delete button.
    Perhaps a better option is to find out exactly which authorization controls the use of the delete button, and restrict access to that => the various users all still have access to MIR4, but have a different experience when using it?
    Cheers,
    Julius

Maybe you are looking for

  • CR2008 Not enough memory while exporting reports from Crystal Reports 2008

    I have recently upgraded our Crystal Reports version from Crystal Reports Basic for Visual Studio 2008 to Crystal Reports 2008. After upgradation I am facing the problem "Memory full.OtherErrorFailed to export the report. Not enough memory for operat

  • Mpc in fpga

    sir, myself sajingopi doing masters in automation. I am trying to implement Model predictive control in fpga and the platform that i am using is labview. First stage of the project was over in which i tried to implement MPC in labview and got the req

  • Default payment block should come in document

    Hi, My client requirement is whenever they will post any invoice document it should be blocked for payment. i just want to know that how to do that. Thanks raj

  • Mysterious IP associated with Private Interconnect appears in ifconfig output

    Grid Version: 11.2.0.4 Platform : Oracle Linux 6.4 We use bond1 for our Private Interconnect. The subnet for this is 10.5.51.xxxx But another IP appears in ifconfig and oifcfg iflist output. This is shown under bond1 in ifconfig . I have shown it in

  • X-y graphing problems

    I'm having a problem...  X-Y graphing     - The problem seems that as i'm trying to pass the data outside the loop the data is not showing up     - Is the execution of this passing method not good?        - I have tried using shift registers and that