LSMW SEL_DATE filed Single - Character Flag

Dear gurus
i created a lsmw for T/code VK12 . I faced problem when the LSMW read till convert data.
In the VK12 , this Screen Field SEL_DATE will be my valid on date. I created the source filed Valid on date to match the mapping with SEL_DATE.
Here are my example of data:
SEL_DATE : 12022009
VALID_ON : 12022009 ( read from my text file)
the recording , mappings and source fields are created perfectly. Even read data display , the record able to shows out accordingly. But when comes to convert data , SEL_DATE return to me 1 Field Length.
Now i feel so puzzled, why this happen?
After some checking find out that this particular field SEL_DATE is a "SINGLE-CHARACTER FLAG"
expert out there, do you have any suggestions or guidance? i really need this field as to identify my record.
Without valid on date i can't call out the specific record and update it using LSMW
thanks
Wilson Low

HI all,
I recently have the same problem. With the help of other forum post, I was able to solve this problem in this way:
1. Export the lsmw project (Extras->Export Projects) to a file.
2. Edit the exported file and search for SEL_DATE field. Edit the last column in the right and change:
000001000002000001CHARC to 000001000002000010CHARC
3. Import the project using the modified file (Extras->Import Projects).
Problem solved.
Cheers.

Similar Messages

  • Is it possible to horizontally reverse a single character in a text box containing other text?

    I have a client that wants every subhead to begin with a backward character throughout the entire book. 21 chapters, roughly 4 - 5 subheadings per chapter - the reversed character will always be an R in the same font. I don't know if there's a style setting I'm overlooking, but I would very much like to be able to define it as a character style. Much thanks in advance to anyone posting useful information!

    I don't think it's possible to reverse just one character, but here is an interesting work-around. From jongware, (a frequent and helpful poster here), a script demo that you can use to make a single character font.
    Download the One-Character Demo from http://www.jongware.com/binaries/indyfont_demo.zip, unpack and copy it into your User Scripts folder. Run the script once to set up a font template, draw your custom character -- the default is a bullet --, then run the script again to convert it to an OpenType font.
    You would need to flip your letter R and convert it to outlines, then use the script to make it into a one-character font. You cant then set your subhead style to have bulleted (with your reverse R defined as the bullet).

  • How to copy a single character on a Q10?

    Hello forum,
    To copy text on my Q10 one needs to select a text and tap on it for a few seconds in order to get the copy icon available. However, when I want to copy a single character it doens't work because the OS thinks I'm hitting the balloon/arrow either in front or behind the selected character.
    Since there are no keyboard shortcuts for copy-pasting in OS10 I wonder how I should get this done (and I mean, just straight forward copying a single character, not a workaround)
    Thanks

    I have big fat fingers, and I didn't tap it, just touch that selected area for a second and release.
    It works.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • I cannot select a single character

    I'm running Pages 5.2.2 on MacOS 10.9.4 on a 2011 MacBook Pro. The problem is I cannot select a single character with my Magic Mouse. If I try to drag over a single letter to select it, the cursor is positioned either before or after the letter. I can select and format groups of two or more characters, but not just one. It works with the trackpad though. I can select single characters with the mouse in other apps such as Word.

    While we all have MacBooks in this forum most of us don’t run Mountain Lion. There's a Mountain Lion Support Community where everybody has Mountain Lion. You should also post this question there to increase your chances of getting an answer. https://discussions.apple.com/community/mac_os/os_x_mountain_lion

  • How do I delete or edit a captured text layer that contains a single character in Cp 5?

    My captured text layer contains a single character '7'. This renders immediately when I publish the movie, but I don't get any options when I try to edit the layer by right-clicking on it.
    Can anyone help as this is very annoying...

    Hello,
    Welcome on the forum.
    Since you are talking about 'capture', I presume you are pointing to a Typing object? You cannot edit this right away. Depending on what you want to realize, could propose two workarounds:
    If you only want to show something typing (demonstration - but another text than your character), replace the Typing object by a Text Animation (right-click menu), you'll be able to edit it.
    If you want the user to type in a text, delete the Typing object and replace it by a Text Entry Box.
    Lilybiri

  • How to pass a single character to dll (as a parameter)

    How do pass a single character to dll (as a parameter). This is a third party dll that i am unable to change.
    e.g.: int functionName(char* process, char myChar);

    My apoligies, I am trying to pass a char from Teststand. Passing as a char is not one of the Category
     I tried sending (for example) : Locals.myChar[0].  Which is acceptable in C++, but gives me an error via Teststand.

  • GREP to find single character

    I put together a GREP style inside of a paragraph style that is supposed to find all instances in the paragraph where there is one single character inside of parethesis. This is what I typed in:
    (?<=\().(?-\))
    and I assigned a character style that is supposed to change the character inside the parenthesis, but not the parenthesis themselves.
    But it's not working. Can anyone help me with how to fix it?

    For any other readers greppling with same,
    (?<=\().(?=\))
    [Breakdown:
    (?<=x) Lookbehind string x
    \(  .. which is an open parenthesis -- escaped, because it's a GREP special character
    .  Any character. Any at all! Imagine that!
    (?=y) Lookahead string y
    \)  .. which is a closing parenthesis -- see above]

  • Textarea - create String that acts like a single character

    Hi guys,
    I am trying to create a string in a textarea that acts like a single character. By this, I mean that the user cannot edit the contents of that section of text. Here's an example:
    Textarea text:
    [Number of Iterations] * 35 / 200
    I want the [Number of Iterations] to be read-only. In addition, if the user tries to delete the beginning or end of [Number of Iterations], the whole thing is deleted. If possible, I would like cursor operations to treat it like a single character as well (i.e. to go from |[Number of Iterations] to [Number of Iterations]| takes a single right button press).
    Some commercial applications like Microsoft Word do this with Automatically created text in documents (like page numbers and date stamps) and I was wondering if I could do the same thing using a Textarea.
    Any help would be greatly appreciated.
    Thanks in advance,
    Steve

    A JTextPane allows you to add components to the text pane. So you might be able to create a JLabel with your desired text and insert the label into the text pane.

  • How to make a filter in a table while giving single character

    hi,
    i have doubt in filter how to make a filter while giving single character in a table during runtime.
       if i give string like(A*) means then how it can retrive the data from the table

    look at:
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/60d5b593-ba83-2910-28a9-a7a7c7f5996f

  • Replace multiple characters to single character

    Hi friends,
    I would like to replace multiple characters in a string to a single character. The character may be a pipe (|) or a tilde (~).
    For example "|||asdf||123|xyz||" should be changed to "asdf|123|xyz".
    I use Oracle 11g2.
    Thanks in advance!

    Without regexp
    with testdata as (
        select '||asdf||||123|xyz|' str from dual union all
        select 'asdf|123|||||||xyz||||' from dual union all
        select '||||||asdf|||123||||||xyz||||||' from dual
    select
    trim (both '|' from
        replace (
            replace (
                replace (str,'|','|'||chr(0))
                ,chr(0)||'|'
            ,chr(0)
    ) str
    from testdata
    STR
    "asdf|123|xyz"
    "asdf|123|xyz"
    "asdf|123|xyz"
    with regexp
    with testdata as (
        select '||asdf||||123|xyz|' str from dual union all
        select 'asdf|123|||||||xyz||||' from dual union all
        select '||||||asdf|||123||||||xyz||||||' from dual
    select
    trim (both '|' from
        regexp_replace (
            str
            ,'\|+'
            ,'|'
    ) str
    from testdata
    STR
    "asdf|123|xyz"
    "asdf|123|xyz"
    "asdf|123|xyz"
    Message was edited by: chris227 regexp added

  • Serial communication to read single character

    Hi! List,
    I want to read single character using serial communication(see the attached VI).
    The initialization of the serial port is taken care.
    TIA
    Attachments:
    Serial_comm[2_read_single_character].vi ‏42 KB

    I'm not sure I can understand you. If you want to read just one single character why can't you do so by just passing 1 to the Serial Read function as the number of bytes to read?
    The diagram of above VI doesn't make to much sense to me I have to admit.
    Rolf K
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How do I find & replace a single character?

    Am using Adobe Acrobat Pro....
    The find/replace box pull down has "Whole Words Only" checked and I cannot uncheck it.  How can I find and replace a single character throughout a document?

    That's just how it works. You can "find" anything, but you can only "replace" whole words. As soon as you click to open the "replace" section of the dialog the search settings are locked into their basic states, even if you don't enter a replacement string (but that part's a bug).
    The simple answer is that you cannot replace all instances of one character using Acrobat's inbuilt tools. You're expected to edit the document outside of PDF and recreate it.

  • WD model returns single character

    Hello all,
    Please can you help me with this strange problem. I have created a WD application that calls a bapi. The call works fine however the parameter i am getting back is only single character instead of 2 characters (i.e. return parameter should be "EN" but instead, is returning "E") When i use the same application to call the same Bapi on another SAP system it works correctly!
    I have tried deleting an reimporting the model but i get the same result.
    Does anyone have any ideas?
    Many thanks
    Calvin

    Hello all,
    I am still having difficulties here.
    Let me explain more clearly:
    I Have created a model for bapi, BAPI_USER_GET_DETAIL. When i run my application, the field Langu in structure Bapidefaul returns a single character (E.G 'E' instead of 'EN')
    i have tried reimporting the model but this does not help. when i run the bapi in R/3 it returns 2 characters.(i.e. 'EN')
    I have had a look at the simple type created by the model and the fixed length is '1'. The External representation length is set to '2'.
    your help would be much appreciated!
    many thanks

  • How so select single character from word.

    suppose
    __ename__
    asad ali
    mohbat
    sana
    salma
    raj
    asif
    nosheen
    kiran
    kami
    i want to select those name who have a single character "a" eg.
    mohbat
    raj
    asif
    kiran
    kamil
    how to write query in sql 2005 and sqlplus. kindly response me fast

    suppose
    __ename__
    asad ali
    mohbat
    sana
    salma
    raj
    asif
    nosheen
    kiran
    kami
    i want to select those name who have a single character "a" eg.
    mohbat
    raj
    asif
    kiran
    kamil
    how to write query in sql 2005 and sqlplus. kindly response me fast

  • Nokia 6060...How do i delete a single character ?

    When composing a text message, if i make a mistake i can't seem to delete a single character. The only option i have is to return to the main menu and start again. How do i delete a single character ?
    TIA for any replies.

    Hi You just press the c button on the right hand side of the phone each time you want to delete a caracter

Maybe you are looking for