Message_type_x error in mr11

hi gurus ,
i am getting a message_type_x error in mr11 in the following code in the function module 'CKMLGRIR_POST_GRIR_MAINTAIN
i have commented the line which throws run time error
FORM CHECK_ACTIVITY_TAB_POST.
Pflegen der Tabelle ACTIVITY_TAB
  CLEAR WF-EXIT.
  CLEAR ACTIVITY_TAB.
  ACTIVITY_TAB-NAME   = UF-ACTIV.
  READ TABLE ACTIVITY_TAB WITH KEY ACTIVITY_TAB-NAME.
   Prüfen, ob Fehler im Belegkopf oder Eintrag nicht gefunden
  IF SY-SUBRC                   NE 0    OR
     ACTIVITY_TAB-HEADER_ERROR   = 'X'  OR
     ACTIVITY_TAB-POSITION_ERROR = 'X'  OR
     ACTIVITY_TAB-POSITION       = ' '.
     MESSAGE X167 WITH UF-ACTIV.   " the  run time error is reported on this line
     WF-EXIT = 'X'.
     EXIT.
  ENDIF.
   wenn kein Fehler, dann Vormerken zur verbuchung.
  ACTIVITY_POST-ACTIVITY = UF-ACTIV.
  COLLECT ACTIVITY_POST.
ENDFORM..
plz hehp
Edited by: anandkishor on Sep 9, 2009 9:21 AM

hi gurus ,
i am getting a message_type_x error in mr11 in the following code in the function module 'CKMLGRIR_POST_GRIR_MAINTAIN
i have commented the line which throws run time error
FORM CHECK_ACTIVITY_TAB_POST.
Pflegen der Tabelle ACTIVITY_TAB
  CLEAR WF-EXIT.
  CLEAR ACTIVITY_TAB.
  ACTIVITY_TAB-NAME   = UF-ACTIV.
  READ TABLE ACTIVITY_TAB WITH KEY ACTIVITY_TAB-NAME.
   Prüfen, ob Fehler im Belegkopf oder Eintrag nicht gefunden
  IF SY-SUBRC                   NE 0    OR
     ACTIVITY_TAB-HEADER_ERROR   = 'X'  OR
     ACTIVITY_TAB-POSITION_ERROR = 'X'  OR
     ACTIVITY_TAB-POSITION       = ' '.
     MESSAGE X167 WITH UF-ACTIV.   " the  run time error is reported on this line
     WF-EXIT = 'X'.
     EXIT.
  ENDIF.
   wenn kein Fehler, dann Vormerken zur verbuchung.
  ACTIVITY_POST-ACTIVITY = UF-ACTIV.
  COLLECT ACTIVITY_POST.
ENDFORM..
plz hehp
Edited by: anandkishor on Sep 9, 2009 9:21 AM

Similar Messages

  • Error during MR11 - Maintain GRIR Clearing Account

    Dear Forum,
    The users are trying to do the clearing of the unmacthed items of GRIR  thru MR11. However, the system gives the error message -
    Msg Type 'E' Msg No. 013 - Error during reading of the material XXXXX  or material locked.
    Could you please help as to what could be wrong and what needs to be done to resolve the error.
    Thanks for the help.
    Regards

    Hi,
    Close the other views pertaining to material transactions (Inventory) or master data if open prior to use MR11.
    Regards
    VG

  • MESSAGE_TYPE_X error

    Hello all,
    We are facing an issue, that "Message_type_X " short dump occurs .
    the actual short dump message is:
    "MESSAGE_TYPE_X" " "                                                                          |
    "CL_RSQ_ISET_SERVICE===========CP" or "CL_RSQ_ISET_SERVICE===========CM016"
    "EXTEND_FIELD_BUFFER"     .
    kindly help me..
    |

    hi,
    kindly check SAP Note 1137254 , it might be helpfult to you
    also check in sm21 about system log, in ST22 check on information on where termiinated and in error analysis that will give you some clue on job which is effected
    regards
    laksh

  • ERROR IN MR11

    Dear Experts,
    I am trying to post a Purchase Order for Maintenance of GR/IR Clearing Account in MR11 with posting date 31.03.2010 on 02.04.2010. System is issuing error " Posting takes place in previous fiscal year " and not allowing to post.
    In MMRV T-Code, details are as,
    Current period   01 2010
    Previous Period 12 2009
    Allow posting to previous period has been ticked
    But still why system is issuing error?
    Kindly help me out to post the document. Also, i just want to know MR11 should be performed as Month/Year end activities?
    Expecting your valuable replies. Thanks in advance..
    Regards,
    Kumar
    Edited by: KUMAR LP on Apr 3, 2010 8:20 AM

    Dear Mathew,
    Thank you very much..As you said, FI period was not open for posting period. Edited the same in OB52.
    Thanks and expecting your support in future also..
    Regards,
    Kumar

  • Error in MR11: One or more purchase orders were not updated

    Dear Gurus,
    While posting MR11 for a account assigned purchase order i'm facing a error as "One or more purchase orders were not updated" under message ID CKMLGRIR 003.
    Diagnosis: An error occurred during the update. As a result, an entire processing package of purchase orders could not be cleared.
    I checked with the PO and it looks correct.
    What may cause this issue? I'm using 4.6C release.
    Thanks in advance.
    Regards,
    RathiM

    Please check the SAP note below  :
    843022  MR11: Error log, purchase order number is missing

  • RFC_ERROR_SYSTEM_FAILURE error while  updating the sick leave in MSS

    Hi Guru ,
    We are  getting  RFC_ERROR_SYSTEM_FAILURE error while updating the Sick leave for team member from portal .
    Please tell how to resolve this .
    Dump part :
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
        Short text of error message:
        System error
        Long text of error message:
        Technical information about the message:
        Message class....... "HRTIM00BUFMSG"
        Number.............. 001
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    Information on where terminated
        Termination occurred in the ABAP program "SAPLHRTIM00_TMWBUFFER" - in
         "INITIALIZE".
        The main program was "SAPMSSY1 ".
        In the source code you have the termination point in line 55
        of the (Include) program "LHRTIM00_TMWBUFFERCB5".

    When an RFC fails from the portal to an SAP Backend, probably ECC 6.0 in your case, there are a few options that I use to troubleshoot:
          1. Ensure that all your jco's are set up ok, passwords, ect. JCOs do not appear to be the problem here
          2. Have an ABAP programmer review where the RFC is failing on the Backend System
          3. Set up an External Breakpoint in the backend RFC. Step to do this:
                   a. Get the Backend UserID of a test portal user that is having this issue.
                   b. Ensure that test user has "Debug Display" access in the Backend System
                   c. Log into the Backend system, go to SE 37 and display your RFC
                   d. Go to Utilities --> Settings --> Debugging in the top menu and add the Test User ID to the "Users" field.
                   e. Set an external breakpoint any where you want in the RFC.
                   f. Run the Leave request as the test user.
                   g. a new SAP GUI screen will popup once it hits the breakpoint. The portal browser will stay frozen until you step thru the ABAP program.
      Option 3 may sound like alot at first if you never used it, but if you are responsible for troubleshooting portal issues like this one, it is a skill you must have. You can also have an ABAP resource responsible for external debugging when you come accross issues like these. It helps you see exactly what data is being passed in from the portal and what is happening to cause the error.
    Regards,
    Tom

  • GR/IR Posting Error CKMLGRIR025 - Purchase Order History Inconsistent

    Hi Everyone.
    We currently have a posting in our GRIR for a Feright Condition Value against a Purchase Order which gets the above error when trying to post in MR11.
    The Diagnosis of the error reads:
    "The purchase order history contains differences between the goods receipt and invoice receipts/Account maintenance for the order item in the field Difference Quantitiy (= 43.804 TO) and Difference Value (= -342.77)
    The purchase order history for this tiem is inconsistent"
    When looking at this Freight Condition information in the Purchase Order I can not see why this item has resulted in this error in MR11.
    Has anyone else seen this error come through in their system, and do you have any ideas on how to fix this.
    Thanks
    Hayley

    We are experiencing the same issue with the GRIR Posting Error CKMLGRIR025 - puchase order history inconsistent.  The actual message that we receive is Puchase Order history already inconsistent -->Quantity 1.00 EA Value 0.65-USD.
    We reviewed SAP Note 708649 which also recommends using transaction MIRO with the corresponding default quantity and value o.  However, we are not able to enter an Invoice for the "default qty & value 0", as SAP gives me error message M8278 "You are not allowed to have zero lines" (just like Haley commented).  In reviewing this thread, I did not find the solution to the error message M8278 "You are not allowed to have zero lines" .  Could someone help me understand?
    Thank you!

  • How to remove this error every time in extraction

    Dear folks,,
    I have a difficulties in extraction .. Could you share to me how to remove this error please .. ??
    In one ODS: Quotation (Fetching the data from CRM), it always raise up the error every time do an extraction ..
    The message error is like this:
    Runtime Errors     :    MESSAGE_TYPE_X
    Error analysis                                                             
    Short text of error message:                                           
    Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated
    Another Clues:
    SY-TITLE : CPIC and RFC Control     
    SY-MSGTY : X                        
    SY-MSGID : RSM1                     
    SY-MSGNO : 110                      
    SY-MSGV1 : 0000508314               
    SY-MSGV2 : ZCRMQUTO                 
    SY-MODNO : 0                        
    SY-DATUM : 20080116                 
    SY-UZEIT : 083744                   
    SY-XPROG : SAPLRSSM                 
    SY-XFORM : RSSM_MON_START_2ND_PROCESS
    My Questions are :
    1. Do you ever have the problem like this ??
    2. Do you know the problem regarding CPIC & RFC Control, is that any correlation with RFC/Connection to CRM.
    3. Do you know regarding the message error: RSSM_MON_START_2ND_PROCESS
    Need really your guidance and response..
    Regards,
    Niel..
    will appreciate any response ..

    Hi,
    Just try this.
    As per the error message "Req. 0000508314 in DataStore ZCRMQUTO must have QM status green before it is activated" there is a request(0000508314) in red/yellow status in the ODS (ZCRMQUTO).
    This error normally occurs while activation of ODS/DSO.
    Activation may fail saying that there is a request with status other than green in target. Ideally system expects to activate a green request. But if it find a request with other (red/yellow) it may throw an error.
    This is the error message we get for that kind of errors
    'Request REQU_* in ODS must have QM status green before it is activated." and this is the same one you are getting.
    Try to find the bad request, rectify/delete it.
    This may resolve your problem.
    thanks,
    JituK

  • MESSAGE_TYPE_X in POS Retail

    Hi,
          I'm facing a short dump error is POS DM. When I read data from the remote cube using LISTCUBE / RSA3 (checking the datasource), I'm getting MESSAGE_TYPE_X error in the following line, this is due to the SY-SUBRC NE 0.
    If NOT SY-SUBRC IS INITIAL.
    MESSAGE X000(/POSDM/COMMON) with " " " " " ".
    ENDIF.
    My datasource is 0RT_PA_TRAN_CON_REM
    Please let me know if there is any OSS for this.
    Thanks,
    Chandran

    Hi,
    This behaviour can be observed if there were changes done to tablespace in the target system during deletion (for example: the tablespace assigned to ZAGILE_ECO does not exist anymore). Do check for ORA-00959 errors in the system logs in such a situation.
    Also check if the table ZAGILE_ECO has already been deleted. In that case, you can just ignore the error and change the status of the activity to complete via tha troubleshooter.
    Regards,
    Suman

  • Abap dump MESSAGE_TYPE_X in SAPLSLVC - in "FILL_DATA_TABLE

    Gurus ,
    we get the MESSAGE_TYPE_X error in saplslvc in "FILL_DATA_TABLE '  when we execute our custmized program .
    but the same program was executed successfully in the Development system .
    i get this error in quality and production alone
    we have dev , qua & pro at the same level .
    what could be the problem ?
    hoping for your valuable response

    Look if these OSS notes are applicable in  your system (april 2008)
    - [ Note 1034895 - ALV mean value: Decimal places in mean value calculation|https://service.sap.com/sap/support/notes/1034895]
    - [Note 840240 - ALV total: Average with P fields without decimal places|https://service.sap.com/sap/support/notes/840240]
    - [Note 717669 - ALV grid: Hidden columns result in unreadable grid|https://service.sap.com/sap/support/notes/717669]
    - [Note 442295 - ALV toolbar: Change Layout dial. box contains hidden functs|https://service.sap.com/sap/support/notes/442295]
    - [Note 1136738 - ALV-Total: Subtotals of numeric columns without values|https://service.sap.com/sap/support/notes/1136738]
    Regards

  • Run Time Error when trying to select hierarchy node

    Hy all,
    the situation is the following:
    i attempt to create a variable of type "hierarchy node" (for cost center cha) in my planning area, i used the replacement type "user defined value", check on "input allowed by user" and then i create the user entry, in selection condition i run match code and when i try to select a single cost center (not a hierarchy node) expanding the hierarchy tree the system goes dump with the following message:
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
    Short text of error message:
    Program is inconsistent -> see long text
    Technical information about the message:
    Diagnosis:
    An inconsistent program status has occurred. The program cannot be continued.
    System response:
    The system crashes.
    Procedure
             1.  Look in OSS for a note under the error message UPC099.
             2.  When you open a problem message, send the first pages of the
                 system crash message including the section 'Source code excerpt
                 ' with the message.
         Procedure for System Administration
        Message classe...... "UPC"
        Number.............. 099
    Selecting a hierarchy node (not a single cost center but a text node grouping more cost conter) this problem does not occur.
    I appreciate (and reward) any hints.
    Thanks in advance
    Fabio

    Hi,
    Go through the oss notes with error message UPC099
    Dump during hierarchy selection:<b>536694</b>
    Dump when reading a hierarchy with intervals :<b>423953</b>
    Regards-
    Siddhu
    Message was edited by: sidhartha

  • Error: Object Name cannot be Empty, when loading Master Data

    Hi all,
                  We are loading mater data for one of the InfoObject, which is failing at Processing Step. Data is loaded properly till PSA. There is short dump error giving MESSAGE_TYPE_X error. On analyzing Job Log, We found the error like, "OBJECT NAME CANNOT BE EMPTY".
                  We checked InfoObject and found that, One of its attribute is inactive. Can it be the cause of error? Please Reply soon.
    Thanks,
    Harpal

    It must be the cause of error. Please activate all inactive attributes and load the data again.
    Regards
    Pankaj

  • Process chain AND process

    Hi,
    I have a process chain that has two parallel processes of loading DSO and Infocube data. There are two infopackages on one side and two on the other side. The two processes are connected with and AND process at the end and after that there is a datastore activation process.
    When I executed the process chain, the infopackages on both sides started loading data. The two infopackages on the left side finished first while the second infopackage on the right side had not finished yet when the AND process errored. I get the following message:
    This AND process is not waiting for event RSPROCESS , parameter
    47VKUORHMXQKR2AN73AVAR0C9
    After the AND process I have a Datastore generation process and I want it to continue only when all infopackages have been loaded.
    Why does the process stop at AND even though all infopackages have not finished yet?
    thanks
    Michalis

    There was no error message in ST22 or SM37. There was very little info to go on. I just deleted the requests and run the process chain again and there's no error. However the process chain does fail at a later step.
    Update Datastore Object Data (Further update)
    I don't know what that further update is for. It was automatically selected in my Process chain when I selected the infopackage for the DSO.
    There's a MESSAGE_TYPE_X error.
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRSM2" - in "RSSM_MON_WRITE_3".
        The main program was "RSBATCH1 ".
        In the source code you have the termination point in line 2659
        of the (Include) program "LRSM2U16".
        The program "SAPLRSM2" was started as a background job.
        Job Name....... "BI_PROCESS_ODSPROCESS"
        Job Initiator.. "CSPAPADM"
        Job Number..... 14103000
    Source Code Extract
    Line  SourceCde
    2629       CALL FUNCTION 'RSSM_GET_TIME'
    2630         EXPORTING
    2631           i_datum_utc  = rsreqdone-tdatum
    2632           i_uzeit_utc  = rsreqdone-tuzeit
    2633         IMPORTING
    2634           e_timestamps = l_s_status-t_timestamp.
    2635       IF rsreqdone-tstatus(3) = icon_green_light(3) OR
    2636          rsreqdone-tstatus(3) = icon_red_light(3).
    2637         CALL FUNCTION 'RSSM_GET_TIME'
    2638           IMPORTING
    2639             e_timestamps = l_s_status-ts_proc_ended.
    2640         l_not_yellow = 'X'.
    2641       ENDIF.
    2642       IF l_not_yellow = 'X'.
    2643         CALL FUNCTION 'RSSTATMAN_SET_STATUS'
    2644           EXPORTING
    2645             i_s_status    = l_s_status
    2646             i_with_commit = 'X'.
    2647         IF l_s_status-t_status(3) = icon_green_light(3) AND
    2648            l_s_status-dta_type   = 'ODSO' AND
    2649            t_data-aufrufer <= '70'.
    2650           CALL FUNCTION 'RSS2_CALLBACK_ODSADM_ODS_SUCC'
    2651             EXPORTING
    2652               i_ods = l_s_status-dta(30)
    2653               i_rnr = l_s_status-rnr.
    2654         ENDIF.
    2655       ENDIF.
    2656     ENDLOOP.
    2657     IF sy-subrc <> 0.
    2658       IF t_data-aufrufer <> '09'.
    2660       ENDIF.
    2661     ELSE.
    2662       IF l_not_yellow = 'X'.
    2663         CALL FUNCTION 'RSB1_OSNAME_TO_ICNAME'
    2664           EXPORTING
    2665             i_osource        = g_s_minfo-oltpsource
    2666 *           I_OSTYPE         = RSAOT_C_OSTYPE-TRAN
    2667           IMPORTING
    2668             e_icname         = l_icname
    2669           EXCEPTIONS
    2670             name_error       = 1
    2671             OTHERS           = 2.
    2672         IF sy-subrc = 0.
    2673           CALL FUNCTION 'RSAWB_MAINTAIN_DTA'
    2674             EXPORTING
    2675               i_method                   = rsatr_c_dta_get
    2676 *             I_TYPE                     =
    2677               i_objvers                  = rs_c_objvers-active
    2678               i_dta                      = l_icname
    Any idea what that means? Also do I need that further update step in my process chain?

  • Short Dump while Complete deletion of data Contents from a Cube.

    Hello Experts,
    I am facing a runtime Short dump whenever i attempt to delete data from a Cube. Shown Below:-
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
        Short text of error message:
    Data request to the OLTP
        Long text of error message:
        Technical information about t
        Message class....... "RSM"
        Number.............. 000
        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" " "
        "SAPLRSM1" or "LRSM1U43"
        "RSSM_UPDATE_RSBKREQUEST"
    Information on where terminated
        Termination occurred in the ABAP program "SAPLRSM1" - in
         "RSSM_UPDATE_RSBKREQUEST".
        The main program was "RSAWBN_START ".
        In the source code you have the termination point in line 117
        of the (Include) program "LRSM1U43".
    Line  SourceCde
       87   call function 'RSSTATMAN_GET_TYPE_FOR_DTA'
       88     exporting
       89       i_dta  = l_dta
       90     importing
       91       e_type = l_dta_type
       92     exceptions
       93       error  = 1
       94       others = 2.
       95   if sy-subrc <> 0.
       96     message id sy-msgid type sy-msgty number sy-msgno
       97             with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       98   endif.
       99   call function 'RSSTATMAN_DELETE_STATUS'
      100     exporting
      101       i_dta      = l_dta
      102       i_dta_type = l_dta_type
      103       i_process  = 'ALL'.
      104
      105   sort l_t_iccont by rnsidlast ascending.
      106   loop at l_t_iccont.
      107     data: l_s_reqdone like rsreqdone.
      108     select single * from rsreqdone into l_s_reqdone where
      109            rnr = l_t_iccont-rnr.
      110     if sy-subrc <> 0.
      111       read table l_h_dtpreq with key
      112            requid = l_t_iccont-rnsidlast.
      113       if sy-subrc = 0 and
      114          ( l_h_dtpreq-ustate = '0' or l_h_dtpreq-tstate = '0' ).
      115         clear l_s_reqdone-archived.
      116       else.
    >>>>>         message x000.
       118       endif.
      119     endif.
      120     if l_s_reqdone-archived <> rs_c_false.
      121       call function 'RSREQARCH_RELOAD_REQUEST'
      122         exporting
      123           i_rnr         = l_t_iccont-rnr.
      124     endif.
      125     select single * from rsbkrequest into l_s_req where
      126            requid = l_t_iccont-rnsidlast.
      127     if sy-subrc <> 0.
      128       continue.
      129     endif.
      130
      131     read table l_h_rsbkdtp with table key
      132          dtp = l_s_req-dtp.
      133     if sy-subrc <> 0.
      134       l_h_rsbkdtp-dtp = l_s_req-dtp.
      135       insert table l_h_rsbkdtp.
      136     endif.
    This issue only exists in Production system not QTY or development thr Cube deletion is working fine.
    So far I have tried Deleting Index's and then deleting the Cube Contents & Run Elementary Checks from RSRV but not find any lead yet.Also unable to find appropriate notes for this issue aswell I am using SAP_Bw comp 700 with SP26.
    Any suggestion  would be of great help .
    Thanks & Regards
    Aman

    Hi Ap_SAP & Arvind,
    Any recent upgrades or system refresh done?
    In recent update just from SP24 to SP26 was updated and a DB stats Referesh was carried on.But this proublem existed before these activities.
    Except deleting can you able to perform all other operations like loading data..etc?
    Other than deletion I am able to do load data into cube extract from R3 and also i can delete data from PSA.Only deletion giving dump.
    You are trying to delete transactional or master data.
    I am tring for transaction data.
    WHen I try to delete request by request it also lead to the same short dump.
    @ arvind : I checked Sm12 there i see not table which has been locked.
    Thanks
    Aman

  • While posting the Doc thru GM_CREATE_BUDGET taking to short dump

    while posting the Doc thru GM_CREATE_BUDGET taking to short dump
    giving the message:-
    Runtime Errors         MESSAGE_TYPE_X
    Error analysis
        Short text of error message:
        System error during characteristic derivation maintenance
        Long text of error message:
        Technical information about the message:
        Message class....... "ABADR"
        Number.............. 599
        Variable 1.......... " "
        Variable 2.......... " "
        Variable 3.......... " "
        Variable 4.......... " "
    Trigger Location of Runtime Error
        Program                                 SAPLABADR
        Include                                 LABADRF01
        Row                                     255
        Module type                             (FORM)
        Module Name                             WORK_AREA  PUT
    225       EXPORTING
    226         i_write_to_tabadrx = 'X'
    227         i_list_access      = buttons-list_access.
    228   ENDIF.
    229 * test mode: spool trace results
    230   IF NOT debug-print_trace IS INITIAL.
    231     CALL FUNCTION 'ABADR_TRACE_WRITE'
    232       EXPORTING
    233         i_write_to_spool = 'X'
    234         i_list_access    = buttons-list_access.
    235   ENDIF.
    236 ENDFORM.                    "trace--show
    237
    238 ----
    239 *       FORM WORK_AREA_DIR--ADD                                       *
    240 ----
    241 *       ........                                                      *
    242 ----
    243 *  ---  I_IDENTIFIER                                                  *
    244 ----
    245 FORM work_area--put USING i_identifier TYPE t_identifier
    246                           i_work_area TYPE any.
    247   DATA: name TYPE t_name.
    248   FIELD-SYMBOLS: <l_work_area> TYPE ANY.
    249
    250   CHECK NOT i_identifier IS INITIAL.
    251 * put item to work area
    252   READ TABLE <strategy>-tab_func_parameters INTO name
    253                          WITH KEY identifier = i_identifier.
    254   IF sy-subrc <> 0.
    >>>     MESSAGE x599(abadr).256   ENDIF.
    257   PERFORM namework_areaassign USING name.
    258 * unicode
    ..........................contd...
    Pls help.

    Hi Victor,
    this is due to the Config issues, just check the config related to the "Settings for Availability Control Ledger" in the Grantee Managment

Maybe you are looking for