Chopping leading Zerou0092s

Hi all,
I’m trying to delete the leading zero’s in the update rules. I tried using functions L-TRIM and as well as RIGHT (to return the last 4 digits). None of these worked. The length of the char I want to chop the zeros is 10.  Is there any other way I can make this work?
Like I have 0000001234 and I have to see just the last 4digits in my cube that is 1234.
Any help or pointer is appreciated and fully rewarded.
Thanks,
Mav.

How big is your target InfoObject?  Can you make it 4 bytes?
You could also try a little ABAP - move the value to a field of type p, then back.  E.g.
DATA  l_p      TYPE p.
l_p = comm_structure-myiobj
result = l_p.

Similar Messages

  • How to remove the leading Zerou0092s?

    Hi,
    From the following field "LFA1-LIFNR" how could I remove the leading Zeros? An example is given below;
    0000001039 -> after removing the leading zeros -> 1039
    Thanks,
    Kishan

    HI
    vendor TYPE string,
    SHIFT vendor LEFT DELETING LEADING '0'.
    If the given field is not string, move it to string field and then do the above command.
    Thanks,
    Susmitha

  • Photosmart C4750 printer chops off photo prints on leading edge no matter what size, paper setting,

    My Photosmart C4750 printer chops off the photo prints when using photo paper no matter what settings I use.  I don't have any trouble when using regular paper.  I have a Touchsmart 300 PC using windows 7 and I use either PMB from Sony for my photo editing or Corel Paint Shop.  The problem seems to be in the printer.  It starts printing the picture off the paper.  Can you help me?

    I called their tech support and they informed me that the printer was out of warranty so they could not give advice unless I payed the one time fee or bought a 1 year plan.  First, the guy's India accent was so strong that I couldn't understand him.  Next, the prices they wanted were almost the price of a new printer.  So, I declined and wrote my post on the forum, but got no responses.  Yours is the first.  Then HP sent a survey.  I gave all bad scores. 
    In March I got an e-mail saying I had a one year warranty and would I like to extend it.  I called the number and got another India accented lady this time.  In the background a little kid's voice was saying "Mom, Mom".  This was not going to go well, I knew from the start.  So I explained my problem over again.  She told me to hold  a minute then came back and said my printer was out of warranty.  I read off the e-mail and she said that meant my printer had been out of warranty a year and was asking if I wanted to extend.  I asked the cost and again it was the price of the printer so I said NO.  She asked if I wanted help to solve my problem.  I asked if she was going to charge for it and she said Yes.  I told her I would just buy a different printer and hung  up.  HP sent another survey and I gave all bad scores again and wrote the comment that I will never buy another HP printer.  I heard Epson Printers are very good for photo work.  I will give them a try.

  • Leading Zeroes are lost when convert from string to int

    What I'm trying to do is simple yet the solution has seemed difficult to find.
    I have a system that requires 4 digit numbers as "requisitionNo". The system uses JSPs and accepts the 4 digit number that the user inputs (fyi - duplicate handling is already managed). The input number (rNumber) is of STRING type and in the action (using struts) is converted to an int:
    int requisitionNo = Integer.parseInt(rNumber);At that very line the issue is that when the user inputs a number with leading zeros such as: "0001" the 3 leading zeros are chopped off in the INT conversion. The application validation kicks in and says: "A 4 digit number is required" which is by design. The work around has been that the user has been putting in number that start with 9's or something like that, but this isn't how the system was intended to be used.
    How do I keep the leading zeroes from being lost instead of saving a number "1" to the database how do I keep it saving "0001" to the database? Would I just change everything to STRING on down to the database? or is there another number type that I can be using that will not chop off the leading zeroes? Please provide short code references or examples to be more helpful.

    Yeah, I have to agree here that leading zeroes make no sense. I figured that out when I started to look into this problem. The only requirement that exists is that the user wants it to be a 4 digit number due to some other requirement they have themselves.
    So what I'm gathering from what I've read in the responses thus far is that I should change the validation a bit to look at the STRING for the 4 required digits (which are really 4 characters; maybe I should add CLIENT side numeric validation; currently its doing server side numeric/integer validation; or maybe change up the server side validation instead???) and if they are ALL GOOD then let the application save the int type as it wants to. IE: Let it save "0001" as just "1" and when I come back to DISPLAY this saved number to the user I should append the string of "000" in front of the 1 for display purposes only? Am I understanding everyone correctly?

  • Part of the letter W chopping off ! - need help

    Hi
    I wonder if anyone can help. I sometimes get part of the
    letter W chopped off when it is an uppercase W and the first
    character in a line of text. Havent had this problem for many
    years. This only happens in IE (6&7)
    There is a solution around it of course which is to add a
    couple of pixel of padding to the text or the div but i was
    wondering why it happens and if there is another fix for it so i
    dont have to alter all of my padding setting throughout the site
    which will mean i'll have to tweak all my grids etc.
    Havent had the problem for a while now but this has raised
    its head again and cant find much about it when i google for the
    problem which means i would have thought its not that commen,
    leading me to think its something else im doing??
    Any help would be greatfully appreciated. To see it in action
    view
    http://www.positivenewmedia.co.uk/preview/_jenkstest/employesurveys/about_us_section/about us.asp
    in internet explorer.
    Cheers
    Mike

    Your "W" look fine on my computer in IE7. Could this be a
    display issue on
    your monitor .. or perhaps a text size setting problem in IE
    on your
    machine?
    Nancy Gill
    Adobe Community Expert
    Author: Dreamweaver 8 e-book for the DMX Zone
    Co-Author: Dreamweaver MX: Instant Troubleshooter (August,
    2003)
    Technical Editor: Dreamweaver CS3: The Missing Manual,
    DMX 2004: The Complete Reference, DMX 2004: A Beginner's
    Guide
    Mastering Macromedia Contribute
    Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP
    Web Development
    "Mrjenks" <[email protected]> wrote in
    message
    news:f97cm9$cms$[email protected]..
    > Hi
    >
    > I wonder if anyone can help. I sometimes get part of the
    letter W chopped
    > off
    > when it is an uppercase W and the first character in a
    line of text.
    > Havent had
    > this problem for many years. This only happens in IE
    (6&7)
    >
    > There is a solution around it of course which is to add
    a couple of pixel
    > of
    > padding to the text or the div but i was wondering why
    it happens and if
    > there
    > is another fix for it so i dont have to alter all of my
    padding setting
    > throughout the site which will mean i'll have to tweak
    all my grids etc.
    >
    > Havent had the problem for a while now but this has
    raised its head again
    > and
    > cant find much about it when i google for the problem
    which means i would
    > have
    > thought its not that commen, leading me to think its
    something else im
    > doing??
    >
    > Any help would be greatfully appreciated. To see it in
    action view
    >
    http://www.positivenewmedia.co.uk/preview/_jenkstest/employesurveys/about_us_sec
    > tion/aboutus.asp
    > in internet explorer.
    >
    >
    > Cheers
    > Mike
    >

  • NumberFormat (inserting leading spaces)

    Hi,
    I have a method that takes a NumberFormat as a parameter and I would like to pass it one that will format numbers with three digits (leading space when necessary), but haven't been able to do so.
    I use NumberFormat to get close but it either inserts leading 0's or it just chops off the leading space.
    The problem I have is that I want a Y-Axis to be the same width so the graph doesn't change when the data values change.
    So if my rand is 20 to 80 it is fine but then if I put a graph of 0-100 on there the graph shifts over which is unacceptable.
    So is there a way to use the NumberFormat object to gurantee that I will always get a number back that has three digits with leading space?
    This puts a space in which I was hoping wouldn't:
    DecimalFormat df = new DecimalFormat("###");
    df.setMinimumIntegerDigits(3);

    If I'm reading this right your problem is 2 leading spaces is not the same width as 2 visible characters,
    if you are using the default font.
    To illustrate, try this - add a few numbers, see how they appear, remove the comment //, to change to
    monospaced, then run it again
    import java.awt.*;
    import javax.swing.*;
    import java.awt.event.*;
    class Testing extends JFrame implements ActionListener
      JButton btn = new JButton("Add");
      JTextField tf = new JTextField(10);
      JTextArea ta = new JTextArea();
      public Testing()
        setSize(200,200);
        setDefaultCloseOperation(EXIT_ON_CLOSE);
        setLocation(400,300);
        //ta.setFont(new Font("monospaced",Font.PLAIN,12));//<------toggle this line
        getContentPane().add(ta,BorderLayout.CENTER);
        btn.addActionListener(this);
        JPanel jp = new JPanel();
        jp.add(tf);
        jp.add(btn);
        getContentPane().add(jp,BorderLayout.SOUTH);
        setVisible(true);
        tf.requestFocus();
      public void actionPerformed(ActionEvent ae)
        String num = tf.getText();
        num = ("   "+num).substring(num.length());
        ta.append(num+"\n");
        tf.setText("");
        tf.requestFocus();
      public static void main(String args[]){new Testing();}
    }

  • I have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    i have one of the old macbooks and wish to hook it up to my tv. do i need a mini dvi to hdmi adapter plus a 3 rca phono lead with a jack for the sound. please help as im useless at this stuff. cheers

    First we need to know which one of the 9 different models of MacBook you have. To see which model you have go to the Apple in the upper left corner and select About This Mac, then click on More Info (and then System Report if you’re running 10.7 Lion). When System Profiler comes up check the Model Identifier and post it back here.
    The Late 2008 model 5,1 Aluminum Unibody and the Late 2009 model 6,1 and Mid 2010 model 7,1 White Unibody have a Mini DisplayPort. The Early 2006 model 1,1 through Early 2008 model 4,1s plus the Early and Mid 2009 model 5,2s have Mini-DVI ports. Each would take a different adapter to connect with the TV.

  • Run report that show "BOTH" campaign name AND contact when getting integration error message that relates to Lead Campaign Association

    When running an External Calls Failed report for Lead Campaign Association (e.g.Attempted to add a campaign member where either the member id 00Q70000015ngo5 or the campaign id null is null.), the report show me the contact but not the campaign the contact was trying to associate itself to in SFDC.  In order to see the campaign, I have to click on the downward arrow and click on the "view external call details" FOR EACH INDIVIDUAL CONTACT.
    Is there a report I can run that shows me both the campaign and contact for the error? I can't efficently trouble shoot issues in Eloqua if I have to view each individual record with two or more clicks.
    Any advise?

    I am getting the same error when opening the J2se Development Kit 5.0 Update 8 after I press the Run button. ( "This installation package could not be opened. Verify that the package exists and than you can access it, or contact the application vendor to verify that this is a valid Windows Installer package").
    Is there a solution ?
    Thanks,
    Luck 08/21/06

  • Lack of leading korean language

    I'm Mac OS X Lion User and use Adobe Web premium package.
    But always link-broken image problem has been encountered while opening illustrator file
    I mean, Image link was broken when i open illustrator file, presentation work sheet.
    I don't understand why the link is broken, all files is stil in same folder.
    I think the reason is lack of leading korean language. Link problem is very simple.
    I don't think the problem is Apple device i think.
    I enough to use present condition illustrator without this problem...( please don't bother me any more.)
    Just I want Illustrator Developer community on the website in order to learn usage skill.
    It's help you to obtain new illustrator user also.
    Illustrator is very useful to make artwork and presentation work sheet, so i love it.
    I would like to give you hint  in order to increase your  illustrator usability & value.
    We need new function to place or import " *.swf " file on the illustrator work layer.
    And this function have to work on the acrobat reader (viewer) also.
    It will give user powerful energy usability.
    This professional skill and technology is not that hard to you i think.
    Please solve a problem by communication and compromise with Macromedia. Acrobat Pro is also same .
    Illustrator is better than Acrobat pro. My think is always same from the present to the past..
    I would like to know what the problem is?

    Moving this discussion to the Illustrator forum.  I believe the poster is having problems with links within Adobe Illustrator?

  • Error in creation of Lead by Channel Manager

    Hi All,
    I created Channel Manger Portal for creation of Lead using blview=MKT_LEAD_M,BSP Application=CRM_BSP_FRAME and CRM Application=CRMD_BUS2000108.
    It is working fine for search only.when i click on create button then no process is going and i am getting the following error message on the top of page:
    "Erorr:Please select at least one entry to execute the function".
    Please help me
    kushal

    Hi,
    As the error message implies - you are trying to insert a record into a table with duplicate keys to a record that already exists.
    You need to look further into the termination to determine which table it was failing on and then figure out why it was trying to insert a duplicate key entry. Find out if it is a standard or custom table and see if there is any custom code in user-exits or BADI's that might be causing it.
    Thanks.
    Ashok.

  • Lead Columns in Report Painter

    Hi All
    Is it possible to have two lead columns in a report?  My requirement is that i want to prepare a profit and loss account by using report painter. It should look like
    Expense           Amount           Revenue          Amount
    Exp G/L A/c       XXX             Sale G/L A/c      XXX          (For Example)
    Now i want to define Expense column as lead column and revenue column as a lead column
    Kindly help me with issue
    Regards
    Invin

    Hi Abhijit
    Kindly elaborate it I am new to report painter i would like to tell you again what is my specific design requirement
    LEAD Column                Column 1                              LEAD Column                    Column 2
    Expense                      Amount                                     Revenue                      Amount
    (These four will be my columns under this following will be )
    Salary Exp G/L       1000                                 Sale G/L A/c       2000 (For Example)
    (This salary will be my heading and i will be typing in words and under this i will be assigning my salary Gl A/c same will be the case with Sale)
    Now i want to define Expense column as lead column and revenue column as a lead column so that i can write Salary as heading and sales as heading just like traditional Profit and loss account what earlier we use to prepare by hand.
    Kindly elaborate it how to do it
    Regards
    Invin
    Edited by: sapcofi on Oct 6, 2009 1:37 PM

  • Adding leading zeros in abap objects.

    Can anyone explain me
    1. How to add leading zeros to a field in abap objects.
    For eg:
    data: dmb(6) type c value '123456',
    actually the output value of c should have leading zeros added to it for length 16.
    i.e '0000000000123456' . If the length of dmb is less than 16 then leading zeros should be added to that value to make it 16 as length.
    Please tell me how to do it in ABAP Objects.

    Hi Camila
    Try to use the statement
    DATA: ALPHABET(15) VALUE '     ABCDEFGHIJ',
          M1(4)        VALUE 'ABCD',
          M2(6)        VALUE 'BJJCA '.
    SHIFT ALPHABET LEFT DELETING LEADING M1.
    The field
    ALPHABET
    remains unchanged.
    SHIFT ALPHABET LEFT DELETING LEADING SPACE.
    The field ALPHABET now has the following contents:
    'ABCDEFGHIJ     '.
    SHIFT ALPHABET RIGHT DELETING TRAILING M2.
    <b>ALPHABET</b> now has the following contents:
    '      ABCDEFGHI'.
    <u><b>IN CHARACTER MODE</b></u>
    <b>Effect</b>
    This is the default setting (see above), and the addition is therefore optional.
    <b>Note
    Performance:</b>
    For performance reasons, you should avoid using SHIFT in WHILE loops.
    The runtime required to shift a field with length 10 by one character to the right or left requires about 5 msn (standardized microseconds). A cyclical shift requires around 7 msn. The runtime for the ...
    LEFT DELETING LEADING
    ... variant is around 3.5 msn, for ...
    RIGHT DELETING TRAILING
    ... around 4.5 msn.
    Reward all helpfull answers
    Regards
    Pavan

  • Can too much memory lead to a kernel panic on a MacBook Pro? specs 2.4GHz intel core i7 16GB DDR3 RAM   late2011..My laptop began suffering from kernel panics 3 mos ago first noticed using public wifi. Gone thru apple support all the way to engineers

    Can too much RAM memory in a late 2011 model macbook pro lead to kernel panic? That is what I was told by a senior supervisor from apple support who troubleshot this issue.First noticed this problem in Dec 2014 while using a private wifi at a relative's home. Did not occur again until Feb1 using a public wifi at a hotel. Never happened on my private wifi network until last night  attempting to use airplay. ( have used airplay before without issue). Late 2011 MacBook Pro running 10.9.5; 2.4 GHz Intel core i7, 16 GB DDR3,AMD Radeon HD 6770m 1024 MB graphic card.  The laptop came with 8GB RAM and I installed 8 GB about 2 years ago for some reason I cannot remember... probably because I thought the system was slowing down a little. I know that sounds silly. I do not run multiple programs at a time except I leave 6-8 website tabs open simultaneously. I don't photo or video edit.  I would describe my use as "light"  based on reading these blogs.I had purchased apple support and spent hours on the phone with them in early Feb moving up through support  and senior support to sending logs to the "engineers." Of course lots of things were done some of which I am sorry to report I cannot recall their technical definitions. Deleted  3rd party apps/programs; re-worked start up menu; re-installed operating system; reset " this, that and the other" using acrobatic simultaneous key strokes both in and out of safe mode..Anyway the results from the engineers came back and they suggested that if it happened again I was to remove the 8GB of RAM I had installed as the system was getting confused as to which chip to use.( that is my interpretation of what was said..prob dumbed down for me)...Anyway 1 day after these pronouncements came down I read that Apple had agreed to fix  graphics cards in some late model 2011 MBPs. I felt this was unlikely to be the issue  given all that had been done including an extended hardware test but called the Senior Support Supervisor I was working with to ask him to make sure. He never phoned me back. Should I go to the trouble of removing 8GB of RAM from my laptop? Of course I will try it as the alternative is a new computer.Blogs read that this model can support 16GB but Apple didn't test for it. Senior Supervisor claims this is my trouble.  Does that make sense?  Not to me....but it is clear to all my level of knowledge.  Can a malfunctioning graphics card be missed by an extended hardware test? I appreciate comments.

    The RAM needs specs as shown below.
    Maximum Memory
    16 GB (Actual) 8 GB (Apple)
    Memory Slots
    2 - 204-pin PC-10600 (1333 MHz) DDR3 SO-DIMM

  • TS3899 When sending email from the Mail App or through other Apps, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design.

    When sending email from the Mail App or through other Apps on my iPad, my default From: address will change when I enter a To: address.  This sometimes leads me to send the email from the wrong outgoing email account.  It is frustrating and poor design, especially since I had already checked the From: address.
    iPad 4 running iOS 8.1.3

    3rd party email addresses have to be deleted on every synmced mac product, although I have 1and1.co.uk and my imac updatetes the mails in that account from mac mail.
    Yahoo etc is a 2 step deleting process but good to get your emails pushed when on the go.
    LJ
    http://www.facebook.com/The.Cowboy.Party

  • ECATT abends during recording when lead selection is set to 0 on web dynpro

    We have a web dynpro application that works ok when running by itself.   When we tried to record ECATT testing on it, it abended after we click on a selection from a list of values.    The error on the browser indicated an error on the "lead select".   After reviewing the dump, we found that it abends on an exception when the lead selection on the ALV is not set.   When we changed our code to set the lead selection to 1, the ECATT recording worked.
    We have a requirement to set the lead selection of ALV to 0 so we need to change back our code.   We just did the setting to 1 just to get ECATT recording to work for now.    Does anybody know why ECATT requires this?   Is there a support packs that fixes this?
    Here is a snippet from ST22 for more details on this:
    Runtime Errors         UNCAUGHT_EXCEPTION
    Exception              CX_WD_CONTEXT
    Date and Time          2007/02/07 14:50:06
    Short text
    An exception occurred that was not caught.
    What happened?
    The exception 'CX_WD_CONTEXT' was raised, but it was not caught anywhere along
    the call hierarchy.
    Since exceptions represent error situations and this error was not
    adequately responded to, the running ABAP program
    'CL_WDR_CONTEXT_NODE===========CP' has to be
    terminated.
    What can you do?
    Note down which actions and inputs caused the error.
    To process the problem further, contact you SAP system
    administrator.
    Using Transaction ST22 for ABAP Dump Analysis, you can look
    at and manage termination messages, and you can also
    keep them for a long time.
    Error analysis
    An exception occurred which is explained in detail below.
    The exception, which is assigned to class 'CX_WD_CONTEXT', was not caught and
    therefore caused a runtime error.
    The reason for the exception is:
    The lead selection has not been set. VIEW_TABLE
    How to correct the error
    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:
    "UNCAUGHT_EXCEPTION" "CX_WD_CONTEXT"
    "CL_WDR_CONTEXT_NODE===========CP" or "CL_WDR_CONTEXT_NODE===========CM00V"
    "_RAISE_ELEMENT_NOT_FOUND"
    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.
    System environment
    SAP-Release 700
    Application server... "torsapd01"
    Network address...... "10.2.75.183"
    Operating system..... "Windows NT"
    Release.............. "5.2"
    Hardware type........ "4x AMD64 Level"
    Character length.... 8 Bits
    Pointer length....... 64 Bits
    Work process number.. 0
    Shortdump setting.... "full"
    Database server... "TORSAPD01"
    Database type..... "MSSQL"
    Database name..... "PR3"
    Database user ID.. "dbo"
    Char.set.... "English_United State"
    SAP kernel....... 700
    created (date)... "Aug 28 2006 22:20:27"
    create on........ "NT 5.2 3790 Service Pack 1 x86 MS VC++ 14.00"
    Database version. "SQL_Server_8.00 "
    Patch level. 75
    Patch text.. " "
    Database............. "MSSQL 7.00.699 or higher, MSSQL 8.00.194"
    SAP database version. 700
    Operating system..... "Windows NT 5.0, Windows NT 5.1, Windows NT 5.2"
    Memory consumption
    Roll.... 16128
    EM...... 16759616
    Heap.... 0
    Page.... 0
    MM Used. 12713776
    MM Free. 4042608
    User and Transaction
    Client.............. 200
    User................ "SIC0010"
    Language Key........ "E"
    Transaction......... " "
    Program............. "CL_WDR_CONTEXT_NODE===========CP"
    Screen.............. "SAPMHTTP 0010"
    Screen Line......... 2
    Information on Caller ofr "HTTP" Connection:
    Plug-in Type.......... "HTTP"
    Caller IP............. "10.49.77.47"
    Caller Port........... 8000
    Universal Resource Id. "/sap/bc/webdynpro/sap/zpr3_base_price/"
    Information on where terminated
    Termination occurred in the ABAP program "CL_WDR_CONTEXT_NODE===========CP" -
    in "_RAISE_ELEMENT_NOT_FOUND".
    The main program was "SAPMHTTP ".
    In the source code you have the termination point in line 11
    of the (Include) program "CL_WDR_CONTEXT_NODE===========CM00V".
    Source Code Extract
    Line
    SourceCde
    1
    method RAISEELEMENT_NOT_FOUND.
    2
    data: l_count type I,
    3
    l_node_name type string.
    4
    5
    l_node_name = if_wd_context_node~get_path( ).
    6
    7
    l_count = if_wd_context_node~get_element_count( ).
    8
    if l_count = 0.
    9
    raise exception type cx_wd_context exporting textid = cx_wd_context=>NODE_EMPTY node_nam
    10
    elseif element_index = if_wd_context_node=>use_lead_selection.
    >>>>>
    raise exception type cx_wd_context exporting textid = cx_wd_context=>NO_LEAD_SELECTION n
    12
    else.
    13
    raise exception type cx_wd_context exporting textid = cx_wd_context=>ELEMENT_NOT_FOUND n
    14
    endif.
    15
    endmethod.
    Contents of system fields
    Name
    Val.
    SY-SUBRC
    0
    SY-INDEX
    1
    SY-TABIX
    0
    SY-DBCNT
    2
    SY-FDPOS
    0
    SY-LSIND
    0
    SY-PAGNO
    0
    SY-LINNO
    1
    SY-COLNO
    1
    SY-PFKEY
    SY-UCOMM
    SY-TITLE
    HTTP Control
    SY-MSGTY
    E
    SY-MSGID
    TD
    SY-MSGNO
    600
    SY-MSGV1
    000003587101
    SY-MSGV2
    0001
    SY-MSGV3
    EN
    SY-MSGV4
    SY-MODNO
    0
    SY-DATUM
    20070207
    SY-UZEIT
    145005
    SY-XPROG
    SAPCNVE
    SY-XFORM
    CONVERSION_EXIT

    Hi Eugene,
    i suggest you raise an SMP ticket for these.
    Looks like a bug at first glance.
    regards
    Phil

Maybe you are looking for

  • How do I perform a 'hard refresh' on the new Intel iMac?

    I'm trying to see my own favicon I use with my website. From the Turning Gate Forum I get the advise to perform a hard refresh: SHIFT-CMD-R. Nothing happens! Is this the right key-combination?

  • Key-nextrec not firing in forms 10g

    I have a code in the above trigger, but it is not firing, I have it in the block property and no other place in the form message('In key next rec----'); message(' '); IF :SYSTEM.Last_Record = 'TRUE' Then Null; Else next_record; End If;

  • Doing clean install but logic studio does not work. Getting Error message

    I have my box Logic Studio 9 upgrade but it will not install on my SSD. Final cut and all other reinstalls worked. Cannot install LP 7 because it is a PPC written program. Im trying to do a clean install of the lion OS but cannot get my most inportan

  • 2012 Mac Mini - Using multi-output device?

    I'm trying to get my Mini to output sound over HDMI and the headphone jack. This question has been asked before, but the answer wrongly claimed OSX didn't support it. The Audio MIDI Setup program (in the Utilities folder) does in fact let you set up

  • Port Images & Creations

    I've been using Adobe Photoshop Elements 3.0 to edit photo's and create graphic images quite some time so I have a few thousand images/creations in its Organizer.   I'm going to replace my Desktop computer soon and I like to know how to port all of t