Different message in va01: Defect in ECC6 server while saving the sales order .

Hi ABAP gurus,
I am in to upgrade Project In ECC6 server I am getting the different message when saving the sales order in va01 compare to  old sever(4.7) .
I have to make it to the same message as it is in the 4.7 server.
plz help me .
Regards,
vanamaala kashavena

Hi,
IF xvbap-uepos IS INITIAL AND
        xvbap-zzhrs_conf <> 'X'.
        MESSAGE ID 'ZOTC' TYPE 'E' NUMBER '067' WITH
        'Please select Hours Confirmed in Additional data B'(302) 'for item'(303) xvbap-posnr.
      ENDIF.
this is the code in the  PARTICULAR INCLUDE PROGRAM .
this is same in both the system ,but in ecc6 server,in message
popup it is not giving 'Please select Hours Confirmed in Additional data B' .
it is giving ORDER QTY FORMAT PERIOD (ITEM NUMBER(0010))
Regards,
vanamaala k

Similar Messages

  • Error message while saving the sales order

    hi all,
    i have maintained a material material master, sold to  etc  pr00 conditions maintained, schedule line is determined correctly  but i am still getting this message while saving the order
    "Product 234345 does not have schedules assigned. Contact system administrator
    Message no. ZV276"
    can anybody help?
    Sa

    Suman,
    i would suggest you please sit with your abaper he can might be solved your issue.
    because Message no. ZV276 seems to be comes from user-exit which you implement for VA01/VA02 Tx.
    Amit.

  • While saving the sales order through Va01 and Va02 and email has to send

    Hi Experts,
    My requirement is to send an email with PDF formatted display of the Sales order to the sold to party's email id while saving the Salesorder through Va01 and Va02.
    I need the following .
    How to send an email with PDF formatted attachment of Salesorder display ? (we have done the formatting of display through SMARTFORMS )
    I think we can do it by userexits program name is MV45AFZZ while saving the document.
    Please suggest me the best possible way.
    Thanks ,
    Saritha

    Hi, there is no need for a customer devlopment on this. A standard smartform output will do with output medium '5' (external send). Then the smartform output will be send as PDF to the e-mail address in the output partner. Have a look at transaction NACE.
    Regards Jack

  • Error message while saving a sales order "Product 10069995 does not have sc

    hi Friends,
    i am creating an order , enter the material,quantity, batch , correct price everything etc etc. while saving the order it gives an error message "Product 10069995 does not have schedules assigned"

    Hi Suman
    Use transaction code OMJJ and check the "Allowed Transactions" for customizing movement types.
    Kalpesh

  • Upon saving, assign sales order to different number range...

    Hello Experts,
    We have a new requirement wherein upon saving the sales order, I have to check its company code and
    sales document type and if it has a record in a customized table, then I have to use another number range instead
    of its default number range...
    For example, the default number range for sales orders for company code 1000 with a document type of ZAOR
    has a default number range of 3011000000 to 3011999999. I need to change it to 3021000000 to 3021999999.
    Hope you can help me guys. Thank you and take care!

    A new numner range can be created via SNRO.
    Also, you can use the following exit to assign this new numbe rrange to the order -> USEREXIT_NUMBER_RANGE
    For more info; refer Re: User Exit No for assign a different internal document number to VA01
    Neeraj

  • WHILE DELETING A SALE ORDER GETTING A RUNTIME ERROR " Screen: Illegal message"

    Hi Experts,
    While deleting a sales order giving run time error.  PFB runtime error details.
    If you know any OSS message, please let m know. I tried, but there is no luck.
    Short text
        Screen: Illegal message
    What happened?
        The current screen processing action was terminated since a situation
        occurred where the application could not continue.
        This is probably due to an error in the ABAP program or in the current
        screen.
    What can you do?
        Note which actions and input led to the error.
        For further help in handling the problem, contact your SAP administrator.
        You can use the ABAP dump analysis transaction ST22 to view and manage
        termination messages, in particular for long term reference.
    Error analysis
        The program attempted to issue a " " message during "Exit Command" processing.
        This is an illegal operation.
        The program was terminated.
        Screen name.............. "SAPMV45A"
        Screen number............ 4001
    How to correct the error
        The program must be modified to correct the error.
        The modification must be made in "Exit Command" processing.
        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)".
    Source Code Extract
    Line  SourceCde
        1 *---------------------------------------------------------------------*
        2 *       FORM YVBEP_LESEN                                              *
        3 *---------------------------------------------------------------------*
        4 *       Lesen der Tabelle YVBEP (nicht sortiert)                      *
        5 *---------------------------------------------------------------------*
        6 FORM YVBEP_LESEN USING US_POSNR
        7                        US_ETENR
        8               CHANGING CH_TABIX.
        9
       10   YVBEP = SPACE.
       11   YVBEP-MANDT = VBAK-MANDT.
       12   YVBEP-VBELN = VBAK-VBELN.
       13   YVBEP-POSNR = US_POSNR.
       14   YVBEP-ETENR = US_ETENR.
       15   READ TABLE YVBEP.
       16   IF SY-SUBRC > 0.
       17     MESSAGE E506 WITH US_POSNR US_ETENR.
       18   ENDIF.
    >>>>>   CH_TABIX = SY-TABIX.
       20
       21 ENDFORM.
    Could you please help on this issue.
    Thanks
    Srinu

    Hi Srinu,
    it looks like you got the error message Schedule line &1 &2 is missing in table YVBEP while deleting the sales order.
    It seems, that there are no SAP notes regarding this issue. Do you have this issue with all orders or with a single order?
    If only a single order causes this issue, maybe something was wrong during an update.
    If you get this error for many orders, then custom code (modification, enhancement, user exit in MV45AFZZ, ...) may be the reason for it.
    If you have no custom code in module pool SAPMV45A, then contact SAP for this issue.
    Regards,
    Klaus

  • Want to send the Sales Order No  in Alert message

    Hi,
         my scenario is  IDoc to File.  suppose due to sme validations my message got failed in any where. immediatley I'm  sending an Alert to End User . But as per the prsent devolopment End user is not understaning  that which Sale order got failed. End user is not capable to open the Hyperlinks of the message monitoring . So, user is asking to send the Sales order no inside the Alert message (Mail) .
    is it possible to send the message content also inside the Alert Message (Mail)
    Regards
    Jain

    is it possible to send the message content also inside the Alert Message (Mail)
    Since the salesorder number comes from the payload....you need to introduce a BPM here....there is no other option than this to get a value from payload into alert message..
    There is a blog by Michal explaining the same....please check...if i get it will update the same:)
    this is the blog i am talking about....check if it helps you..
    /people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated
    Regards,
    Abhishek.
    Edited by: abhishek salvi on May 7, 2009 8:09 PM

  • Time capsule remote access message from airport utility "An error occurred while reading the configuration"

    WHEN I TRY TO ACCESS Time capsule remotely, I receive a  message from airport utility "An error occurred while reading the configuration." It worked before on the same computer with the same setting. I am in a different country now (Afghanistan). Not sure if that can be an issue.

    If the TC is at home and in router mode as the main router of the network, get someone at home to give you the current public IP which will be on the summary page of the airport utility.
    With the public IP try and access it by typing the IP directly into finder.. go.. connect to server.
    AFP://publicip.
    If you have setup WAN access it will. Otherwise no.
    For BTMM and iCloud access and its various issues.. this thread may give you some ideas.
    https://discussions.apple.com/thread/3699096?start=0&tstart=0
    If the icloud method proves unreliable and you are dependent on access to the TC.. I strongly recommend better and more reliable access methods.. in particular buy a VPN modem or router.. whichever suits your internet type and put the TC in bridge behind it. Direct connect to the TC via the vpn.
    You will need either a static public IP which you purchase as an extra from your ISP .. maybe via a business account or setup a dyndns account which are readily available.

  • Help ! Saving a sales order manually in VA01

    Hi All,
    I have a requirement to let the user's save the return sales order manually in VA01, by making some additional changes in the order like change in qty and so on..etc..
    As of now the return sales order is created with reference to the sales order by using BDC and calling the transaction VA01 at the end of the program.
    Ex:
      CALL TRANSACTION 'VA01'  USING bdcdata
                                                  MODE 'E'
                                                  UPDATE 'S'
                                                   MESSAGES INTO messtab.
        REFRESH bdcdata.
        CALL TRANSACTION 'VA02' AND SKIP FIRST SCREEN.
    Now here since the BDCDATA table will have all the required data and we call the tcode VA01, it automatically creates a return sales order until and unless there is a error.
    But my requirement is to save the return sales order manually via VA01 and it should not be created automatically even if it doesn't have any errors in it.
    Could you please let me know on how to go about the same.
    Would really appreciate any help on it.
    Edited by: Imran on Dec 12, 2008 11:15 AM

    n/a

  • Information Messages while creation of the sales order thru EDI 850

    Hello All,
    I am trying to create a Sales Order using EDI 850. When i am doing the same i am getting the information messages and the Sales Order is not created and the IDOC is in 51 status. I am using the ORDERS05 Idoc Type.
    Following are some of the messages i get:  1. Oldest of open items overdue; 2. Document Complete 3. ISO Country code not found.
    some are valid message and i have already fixed them. But when i create the sales order manually it gives me the sales order number even though i get the information messages.
    Please let me know is there any setting that i have to make for EDI process to counter the information messages.
    Thank You,
    Suresh

    whats the final message you got? that will give you what is the issue.
    in you look at IDOC_INPUT_ORDERS, it does some basic validations first, and collect those errors in ERRTAB and set the status to 51. for manual reprocessing of the IDOC, it doesnt care about those pre validations, and goes directly into VA01 processing

  • Installing a Dialog instance on a 2008 server while having the CI on 2000

    Hi all,
    Can we do such a thing? Install the Dialog Instance on a 2008 server while having the CI on 2000?
    Thanks!
    Samer

    Yes you can do it.
    What you need to keep in mind that both system should be in network and /sapmnt should be mounted into DI server.
    We have tested it into 2 different Linux version yesterday.
    Regards
    Subhash

  • Calling VA01 from Report,how to get the Sales Order  No when Back.

    Hi all,
    I have a requirement of calling va01 from the report and have done that using
    did recording ...&
    call transaction va01 using bdcdata.
    but my problem is when back from that trasaction i have to get the sales order that is created . Is it possible to retrieve that value from va01 .i am unable to get . anyone pls share

    Use the addition MESSAGES INTO itab with call transaction va01 using bdcdata.
    Effect of MESSAGES INTO itab:
    Using this addition, all the messages sent during batch input processing are stored in an internal table itab of the type BDCMSGCOLL from the ABAP Dictionary.
    If the call transaction is successful then retrieve the last message from itab and then in any field among MSGV1,MSGV2,MSGV3,MSGV4 of itab u will get the document no.
    And when doing the call transaction pl. choose update mode as 'S' or 'L'.
    Regards,
    Joy.

  • Return code 471 is returned from the server while saving a crystal report

    Hi All,
    The return code 471 is returned from the server while saving a crystal report.
    Could some one give me a solution how to overcome this problem and to save my crystal report.
    Thanks
    Jiten

    Hi Jitendra,
    request you to provide the complete error message along with the work-flow to reproduce the error and the version of both the Crystal Reports Designer and Enterprisee installed on the server.
    Regards,
    Jayendra.

  • I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    I want to Connect my Mac Mini as a Slave to a Mac pro Server while at the same time using the Mac mini's thunderbolt ports peripherals ( ie monitor, Sound Card, Hard drives) Creating a poor man's new mac Pro. Can this be Done?

    Well, I really would love the new unreleased mac pro however , I'm not sure of the expected cost , Everyone speculates from $3,000 to $8,000, in which I may have to wait a while to purchase.
    To the point .... I want fully functional thunderbolt ports to be on the current mac pro's .... wonder if anyone had workarounds yet?...  or could I chain the the current mac pro to a mac mini to make that happen?

  • 1 line item in the sales order ship to different shipping address

    Hi,
    Our customer A have 3 different branches (meaning 3 different shipping address).
    During the creation of the sales order for 1 material A, I want to ship 50pc to this customer A:
    10pc to address A1
    20pc to address A2
    20pc to address A3
    In my sales order, is there a way I just create 1 line item with the order qty 50pc for this material A, but split into 3 schedule line with 3 different ship to address?
    I know there is alternate way where I create 3 different line item (with order qty 10, 20 and 20) and change the ship to address in the Item -> Partner tab. But using this method, I have to create 3 times of the same material in 1 sales order, just with the different shipping address.
    I want to know is there a way I just need to create 1 line item?
    Kindly please advise. Thank you.

    Hi there,
    When you have 3 different ship-to address, system will anyway create 3 different deliveries. This is coz if the header data in shipping (ship-to) is different, system will split the deliveries. Routes are different to 3 ship-to addresses & they cannot be combined in the same delivery.
    So as mentioned in above thread, create 3 different line items or create different sales orders all together for different ship-to parties.
    Regards,
    Sivanand

Maybe you are looking for

  • Page size in 08

    1. I tried changing page size in iWeb 1 but it didn't work. Does it work in 08? 2. Can you change margins/fontsize in navigation bar?

  • How to extract the date value of IBOR date="12/12/2009"

    I have the following query, but do not get the date value out: WITH ibors AS ( SELECT xmltype('<?xml version="1.0" encoding="utf-8"?> <IBOR date="12/12/2009"> <LIBOR currency="USD"> <OneYear>1.38875</OneYear> </LIBOR> </IBOR> ') ibor_xml FROM dual SE

  • Album Art Not Displaying/Disappearing

    I've had the iTouch for a week & all of a sudden most of the album art disappeared from the iTouch. I synced again, some came back but much of the album art does not display even though it's in the iTunes library. Also, album art is duplicated for ot

  • Compatibility of Essbase V11.1.2.2

    Hi All, We have a plan to upgrade the essbase from V11.1.1.3 to V11.1.2.2. could you please let me know the - compatability of Essbasae V11.1.2.2 with SQL Server 2008 R2? - compatability of Essbasae V11.1.2.2 on OEL 5.3 operating system. and also I h

  • Drag Drop Cancel

    Is there a way to cleanly cancel a drag/drop operation. I want to cancel it by hitting the escape key. I can capture the Escape key being hit during the drag/drop I don't know how to make the Image proxy go away and return to it's source. Thanks in a