Error AM010 in IW31 tcode

Hello,
It is possible to create a PR through IW31 (at maintenance Order creation).
In the tab "Component", i can clik on button " Address", and when i enter my address number, i got the following error message
"" Address doesn't exist xxxxx - allowed adress group ME01"".
I want to be able to enter CA01 or ME02 address group.
Do you know where to manage such settings ??
Thank you in advance,
Isabelle

Hi Isabelle,
Yes it is possible. While creating maintenance order through IW31 just select control key field as PM02 (Plant maintenance - external) and then fill up the required fields ask by system. After saving maintenance order go to IW33 with your order number. At operations tab double click to operation/activity number field under account data tab you will see purchase requisition number.
Kind regads

Similar Messages

  • How to capture error message log for Tcode MIR7

    Hi ,
    I have a problem to capture the error message outside the tcode which are created by MIR7/MIR0 .
    Are they stored in any database table?
    Is there any other way to access them?
    Anybody knows how to solve this that will be very helpful.
    Thanks,
    Anu

    call transaction 'XK01' using i_bdcdata
                     mode 'N'
                     update 'S'
                     messages into i_bdcmsgcoll.
    if sy-subrc <> 0.
        perform get_error.
            write:/ itab , v_text.
    endif.
    *Form
    form get_error.
    loop at i_bdcmsgcoll.
    CALL FUNCTION 'FORMAT_MESSAGE'
    EXPORTING
       ID              = i_bdcmsgcoll-MSGID
       LANG            = sy-langu
       NO              = i_bdcmsgcoll-MSGNr
       V1              = i_bdcmsgcoll-MSGV1
      V2              = SY-MSGV2
      V3              = SY-MSGV3
      V4              = SY-MSGV4
    IMPORTING
       MSG             = v_text
    EXCEPTIONS
      NOT_FOUND       = 1
      OTHERS          = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endloop.
    endform.                    " get_error
    Edited by: Bala Krishna on Sep 9, 2008 7:50 PM

  • Error while running the tcode....EASISI  -----  IS-UTILITIES

    hi,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    "Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    SRI

    Hi Sri,
    I also got the same error .We have resolved it thru Changing the  include ZXBI1U08 . The code select * into table idberchz_1 should be  replaced with select * into CORRESPONDING FIELDS OF table idberchz_1.
    Hope this will Help you.
    Thanks & Regards,
    Radharaman Haldar

  • Error while running the tcode....EASISI

    hello Experts,
    I am trying to execute the tcode EASISI with a varient.....
    All the proper values are given to....... Simulation From,Simulate To,Document Date,Posting Date,Installation,Invoicing simulation,Simulate invoic. for ind. doc., and Billing simulation.
    When I run with these parameters assigned,the Simulation is getting terminated with the message
    <b>"Field Base Unit of Measure must be blank (Account 0000800500 MYUC)' and "Invoicing of invoicing unit (account 4) terminated'.</b>
    I checked the UOM in the account specified and it was blank there.
    Can anyone guide me....what exactly the problem is and how to solve it...
    Thanks a lot for your valuable time.....
    ~~Guduri

    Rob...
    Long text for the first error----
         Message no. >0083
    Diagnosis
         You cannot make an entry in field Base Unit of Measure (due to th
         status specification you made in the G/L account master record fo
         field).
    System Response
         Error message
    Procedure
         Delete the value you entered in field Base Unit of Measure.
    Long text for the second error-----
    Invoicing of invoicing unit (account 4) terminated
         Message no. EB007
    Diagnosis
         Invoicing of the invoicing unit (grouping of documents to be invoiced in
         the system) for the specified account could not be performed correctly.
         The reasons can be found in the previous lines of the log.
         You can find a list of documents which form the corresponding invoicing
         unit at the end.
    Procedure
         Look at the previous lines of the log and correct the errors specified
         there.
    Please guide me....
    ~~Guduri

  • Error while executing the TCode AS01

    Hi,
    I am executing the transaction <b>AS01</b> and getting a error as <b> DYNPRO_SPA_OVERFLOW</b> and in the status bar receiving a message as
    <b> No more space in SPA/GPA memory for parameter RABA</b>.

    Hi,
    Please use tcode RZ11 and give the parameter name ztta/parameter_area.
    and change the value to 42000. So it will work.
    Please assign points if it useful
    Regards
    Ravinagh Boni

  • Runtime error while executing SE30 Tcode as CREATE_DATA_ILLEGAL_LENGTH

    Hi Guys,
    when I am executing a TCode SE30 I am getting following Runtime error .
    Runtime Errors         CREATE_DATA_ILLEGAL_LENGTH
    Except.                CX_SY_CREATE_DATA_ERROR
    Date and Time          23.07.2010 12:28:30
    Short text
         CREATE DATA: Illegal value for the length of an object of the type "X"
    What happened?
         Error in the ABAP Application Program
         The current ABAP program "CL_ABAP_TRACE_FILE============CP" had to be
          terminated because it has
         come across a statement that unfortunately cannot be executed.
    Error analysis
         An exception occurred that is explained in detail below.
         The exception, which is assigned to class 'CX_SY_CREATE_DATA_ERROR', was not
          caught in
         procedure "READ_INFO" "(METHOD)", nor was it propagated by a RAISING clause.
         Since the caller of the procedure could not have anticipated that the
         exception would occur, the current program is terminated.
         The reason for the exception is:
         A data object of the type "X" with length 0 was to be created using
         CREATE DATA. The value 0 is not within the allowed range.
         Allowed range for the length specification:
         Typ C, N, X: 1 .. 65535
         TYP P:       1 .. 16
    Missing RAISING Clause in Interface
    Please suggest me the solution .

    You have to check that in the object(source code) which you are analysing via SE30 .

  • Error message in Me21n tcode

    Hi,
       we have developed a  user exit to get error message when po value is greater than some amount in me21n tcode. am getting error message when entering all items. But when  press SAVE button  i want that error message also. But am not getting that error message in that time.How i can write a code for that.

    Hi Geetha,
    For that requirement you have to code in  EXIT_SAPMM06E_012 or  EXIT_SAPMM06E_013 MM06E005.
    EXIT_SAPMM06E_012 : it will get triggered whenever you press HOLD,CHECK or SAVE button
    EXIT_SAPMM06E_013 : it will get triggered just before saving the PO.
    Thanks & Regards,
    Faheem.

  • Error not displayed in TCode CAT2

    Hi,
    We have created a new data profile wherein we have added an extra column for receiving order. The scenario is as described below:
    IN TCode CAT2, when we enter value in the receiving order coulmn along with values in the other columns for Activity type, Receiving sales order, Receiving Item and enter time on Monday as 10:00 to 11:00 and in the next row, add the same details, except I enter time on Monday (same day as previous row) 10:00 to 13:00, the system does not throw a time coliision error (which is not correct).
    In the same data profile, if I dont enter any value in the receiving order columns but enter values in all the other columns mentioned above, and enter the time as mentioned above, it gives me a time collision error (this is correct)
    What should I do so that the system gives the time collision error when I have values in the receiving order field (along with values in the other fields for this scenario as described above with the day and times)?
    Please help as I am totally new to SAP HR.
    Thanks in advance.
    Mick

    Hi,
    One correction to my earlier post is that if I dont enter any value in the receiving order column but enter values in Activity type, Receiving sales order, Receiving Item, overhead columns (also a new column added via some other data profile) along with the time on Monday as mentioned above (1st row 10:00 to 11:00 and 2nd row 10:00 to 13:00), the system throws an error for time collision, which is correct.
    How do I ensure that when values are entered in the receiving order column with the time entered the same as above on Monday, the system will throw an error?
    Please help as this is critical.
    Mick

  • Runtime Error SYNTAX_ERROR with MIGO tcode

    Hi Gurus,
    I got a new issue now. while executing MIGO tcode getting SYNTAX_ERROR dump, please check below dump details..
    Category               ABAP Programming Error
    Runtime Errors         SYNTAX_ERROR
    ABAP Program           SAPLVBDOCUBATCH_DM
    Application Component  LO-BM
    Date and Time          09.01.2012 16:27:51
    What happened?
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
        The following syntax error occurred in program "SAPLVBDOCUBATCH_DM " in include
         "LVBDOCUBATCH_DM$39 " in
        line 8:
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
        The include has been created and last changed by:
        Created by: "SAP "
        Last changed by: "SAP "
        Error in the ABAP Application Program
        The current ABAP program "SAPLMIGO" had to be terminated because it has
        come across a statement that unfortunately cannot be executed.
    Error analysis
        The following syntax error was found in the program SAPLVBDOCUBATCH_DM :
        ""RL034" must be a flat structure. You cannot use internal tables, stri"
        "ngs, references, or structures as components."
    i have tried to check syntax of program SAPLVBDOCUBATCH_DM and it is giving error, please help me solve this issue.
    Additional Information:ECC6.0 EHP5(recently upgraded from ECC6.0) nd DB:Oracle 10.2.0.2 OS:windows
    Thanks,
    Venkat

    Hello Team,
    This is Solved..
    As per dump when we go n check table RL034 through SE11 there one Object type is wrong so with Abaper help it got corrected then the problem was solved.
    Thanks all for your time.
    Venkat

  • Error occured while running tcode mm01

    Hello, i'm siddharth(ABAPER)
    when i'm trying to run tcode mm01 it shows folloing error...
    "syntax error of program 'SAPLMGMM' ".
    so how can i resolve this problem....?

    Hello sir,
    I was resolved my problem...
    somebudy had done the change in unicode & also created number of structures and not activaed the MAKT table dats why, issue was raised...!!
    But thanks alot for ur help...!
    Regards,
    Siddharth

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

  • Help!!!!!these is error when i use tcode mr21!!

    dear all:
    i have a problem when i use tcode mr21.
    i want to change the material's price by tcode mr21,when i pree save
    then the system  stop and tell me 'material cc001d000780 have actual or intending standard price'.
      what should i chech for this error?
    i need help !
    thank you a lot !
    best regards!

    Hello Zhao,
    If want to trying to change the material price through MR21 TCode the system will give the error or warning message which has been set in the Customizing.This you can Change and control throgh customizing through T code OKZZ.In this activity you have to give that whether the message as a Error or Information or a warning messgae.
    I thope your problem has been clear with this.Plz assign points.
    Thanx,
    Edu

  • Error during batch Input TCode ME11

    Hi,
    I'm working on a bath input for tcode ME11 to post the Record Info.
    A warning message “You have not entered a planned delivery time” causes an error to the Batch Input. I can’t ignore. How I can ignore this message?
    If I call the transaction manually I can ignore the massge via "Enter".
    Thanks.

    Hi Salvatore,
    I'm in the same situation. I execute a BI, but it stops after a waring appears.
    If I proceed the transaction manually, the warning appears, but if I press ENTER the transaction ends successful.
    Did you solved your Problem or did you have an hint for me.
    Kind regards
    Yvonne Adler

  • Error number  mensaje: FE721  Tcode KDH2

    Hi:
    I'm trying to modify the structure of the income Income Statement with the Tcode KDH2,
    the structure has an additional part called Annex.
    The Annex is within the income statement.
    The annex is divided by functional area of the company.
    While the income is divided by cost center
    I need some accounts are only in a functional area in the Annex and the share of other areas funionales account appears in the overall result.
    When I try to create these accounts in the income statement with the transaction gives me the error KDH2 FE721
    I can do?

    Hello!
    G/L account with signs Debit and Credit could be assigned to the item of the financial statement only once. Otherwise, the system issues error FE721. This error is hard-coded.
    Regards,
    Mateus Grings

  • Error message while assigning tcode

    Hi,
         In se93 i am trying to assign a tcode. After assigning the program,i am trying to save the request.
    Dev. class in non-original system only modifiable
                with Organizer Tools
    The above error message is coming.How to rectify that.
    Regards,
    Bathri.
    Edited by: Bathrinath Sankaranarayanan on Apr 28, 2009 9:25 AM

    HI BAthrinath,
    IS u rprogram or tcode assigned dev class $tmp.
    Please check once.
    Thanks

Maybe you are looking for

  • Verizon Edge: Fully Explained, Plus a few questions

    At first glance Verizon Edge sound good, with a second look it seems to be a huge scam, but with enough research it seems it depends on the scenario. This document excludes information regarding new customers who haven't had 6 months of good payment

  • Have I Been Compromised? iYogi Scam!

    Hi I did a very stupid thing. In multitasking many issues I needed to talk to Belkin support. I googled them and without paying attention I clicked on the topmost (paid ad) link. Not paying attention I got typical bangalore? tech support. All I wante

  • IPhoto 9.6 library permission problems after loading Yosemite

    I recently loaded Yosemite 10.10.1 and upgraded iPhoto to version 9.6.  Upon opening iPhoto, I get a message about library needs to be upgraded to work with this version.  I hit ok and then it fails with a message about unable to fix library.  I thin

  • Flash CC 2014 unusable on Surface Pro

    Flash CC 2014 on Surface Pro with "disable display scaling on high DPI" checked is unusable. It's difficult to explain the problem, but basically all content within any window (including tool bar window) is pushed to the right, so far that it is inac

  • SEM-BCS Courses | Materials

    Hi, I would like to take a training on SEM-BCS from SAP. Can you please let me know the course contents and what all areas should actually be taken up in order to be considered knowledgable in SEM-BCS. The issue that I am facing is that people opine