Troubles using equal to in T588Z

Hi all
I need to create infotype 0041 in the background when hiring a person in Denmark (MOLGA 09). I tried to create a dynamic action doing this but it is acting strange. I will post the records from table T588Z later in this text.
Problem is that I actually follow an example from the HR convention (at Orlando this year) but it will not work when i set the MOLGA = 09. I can only get the action to execute if I set the MOLGA <> 09 (or in fact <> from anything).
I have talked this over with my colleagues and now I ask of you bright people if you can tell me what I am doing wrong. The entries in T588Z is as follows:
iType STy Field N    FC  No.  S Variable f p
0000         MASSN  04   50   P P0000-MOLGA='09'
0000         MASSN  04   52   P MASSN=’01’
0000         MASSN  04   54   I INS,0041,,,(P0000-BEGDA),(P0000-ENDDA)/D
0000         MASSN  04   56  W P0041-DAR01='01'
0000         MASSN  04   58  W P0041-DAT01=P0000-BEGDA
0000         MASSN  04   60  W P0041-DAR02='40'
0000         MASSN  04   62  W P0041-DAT02=P0000-ENDDA
Now, I hire a person to a danish PA and I have MOLGA 09 on my profile. So the question is - why does the above entries only work when I set No. 50 in the sequence to <> instead of =
Best regards from Jesper

Hi Jesper,
What I set for my client, just giving code over here.
Itype   STy   Field N   FC            NO            S      Variable Function part
0000                     04     401           ** CREATE IT 0041 FOR GLOBAL**
0000              04     406     P     T001P-MOLGA='07'/X
0000              04     408     P      T001P-MOLGA='10'/X
0000              04     411     P     PSPAR-MASSN='ZA' (Hiring action)
0000              04     412     I     INS,0041,,,(P0000-BEGDA),(P0000-ENDDA)/D
0000              04     413     W     P0041-DAR12='ZA' (Hiring Date)
0000              04     414     W     P0041-DAT12=P0000-BEGDA
0000              04     415     W     P0041-DAR11='ZC' (Probation date)
0000              04     418     W     P0041-DAT11=P0000-BEGDA
I think it will solve your problem.
Regards,
Purnima

Similar Messages

  • Trouble using read() to append html text to JEditoPane()

    Trouble using read() to append html text to JEditoPane()
    I`ve created the method bellow in my GEditorPane class, wich extends JEditorPane. The problem is that, after each appended text, an undesired line break is added. I checked the getText() of the pane, and there was no <br> (but a \n) where the line breaks are localized, what is strange, since html doesn`t break lines with \n.
    Someone can help me ? Thankyou. SrLontra
    public void append(String str) {
    try {
    Document doc = getDocument();
    if (str == null || str.equals("")) {
    return;
    Reader r = new StringReader(str);
    HTMLEditorKit kit = (HTMLEditorKit) getEditorKit();
    kit.read(r, doc, doc.getLength());
    } catch (IOException ioe) {
    UIManager.getLookAndFeel().provideErrorFeedback(this);
    System.out.println("IOException :: appendHTML() :: GEditorPane");
    System.out.println(ioe.getMessage());
    } catch (BadLocationException ble) {
    UIManager.getLookAndFeel().provideErrorFeedback(this);
    System.out.println(     "BadLocationException :: appendHTML () :: GEditorPane");
    System.out.println(ble.getMessage());
    }

    Hello lukik,
    This is not exactly my problem, in my case, the break is not desired. For some reason, just before the appended text, a line break (\n) is inserted in the Document. And I don`t want this to happen. Added to this, why the HTML text breaks with the \n?
    Anyway, the threads were very instructive ^^.
    Thankyou. SrLontra.

  • McAfee SiteAdvisor is no longer working with my Safari 8.0.  I never had trouble using it with Safari before this latest version.  Has anyone else had this problem?

    McAfee SiteAdvisor is no longer working with my Safari 8.0.  I never had trouble using it with Safari before this latest version.  Has anyone else had this problem?  I contacted McAfee support and they said nobody else is reporting this issue.

    Wow, life is certainly tough for you.
    S***t happens.  That's why there's a warranty.

  • I'm having trouble using Adobe Reader

    I'm having trouble using or uninstalling Adobe Reader, i get a message when the programme has been anitiated which says Adobe Reader has encountered a problem and needs to close, i went on to Adobe's website and it said try uninstalling Adobe Reader and then re-install it as this sometimes works, i tried un-installing it from the Add or Remove programme but that didn't work either as i got another message telling me that the patch package could not be verified and to make sure i have permission.

    Dear Mylenium.
    Sorry i don't quite understand your reply, What do you need to know?

  • HEEEEEELP - trouble using Apple ID

    Some time ago i changed my e-mail adress and therefore i had to change my Apple ID to the new e-mail. So far so good.
    I now have trouble using my Apple ID on my iPhone. It automatically logs on the old Apple ID, but there is no code for that Apple ID anymore. When i use the password i used with my old Apple ID, it will not accept (i have not changed it - only the "username")
    When i go into my Apple ID account, the old e-mail adress is deleted (only the new e-mail adress is in my account), so how can it be, that the old Apple ID is the one my phone wants to use?
    I have tried changing my password on the old account, by pressing "fotgot password", but the mail to reset my Apple ID is sent to my new e-mail and therefore it is the password to my new Apple ID i'm changing.
    I hoped it only was a problem because the old phone had already been logged in with the old Apple ID, but i have just recieved my new iPhone 5s and now i can't get all my previous purchases and stuff to the new phone, because it also wants to use the old Apple ID, and i still have no password.
    It is also causing my iCloud to not work proberly.
    What to do? Hope someone can help me.

    I just skipped the part of the setup with my old e-mail, and did the setups manually when my new phone was done setting up. Now I can use my Apple ID and iTunes and iCould account for the first time in months.
    Thank you for your help!

  • Error in using .equals in JSP

    i'm using .equals to compare string value but every time i refresh the page it returns an error.
    <%@include file = "connection/dbconnect.js"%>
    <select name="List_Type" style="width:150px;height:23px" class="styleFieldEntry">
    <%if(request.getParameter("Found")==null || request.getParameter("Type1")==""){%>
    <option value="" selected>All</option>
    <%}else{%>
    <option value="" selected>All</option>
    <%}%>
    <%rs = statement.executeQuery("SELECT Type1 From somain group by Type1 order by Type1 ");
    rs.next();
    while (rs.next())
    { if(request.getParameter("List_Type").equals(rs.getString("Type1"))){%>
    <option value="<%=rs.getString("Type1")%>" selected><%=rs.getString("Type1")%></option>
    <%}else{%>
    <option value="<%=rs.getString("Type1")%>"><%=rs.getString("Type1")%></option>
    <%}}%>
    </select>      Error:
    exception
    org.apache.jasper.JasperException
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:373)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    root cause
    java.lang.NullPointerException
         org.apache.jsp.inventory.soFind_jsp._jspService(org.apache.jsp.inventory.soFind_jsp:143)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:99)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:325)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:245)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    This is very hard to read
    insert standard rant about mixing ugly scriptlet code into a JSP like this.
    Recommend the use of JSTL to reduce scriptlet code.
    Also comment on how SQL should never be in a JSP, but rather be in a bean somewhere.
    Particularly if it is a static list, that doesn't depend on any parameters.
    And why call rs.getString("Type1") four seperate times? Call it once and reuse the variable.
    I can't see the reason for that first if statement, as it does the same thing on either branch of the if.
    Also, you have an extra rs.next() that you might not need.
    [ end rants]
    Oh - your null pointer exception.
    It could be coming from several places:
    Most likely is request.getParameter("List_Type").equals...
    If the parameter List_Type is not present, then it will fail.
    Also you have request.getParameter("Type1")=="")
    that should be
    if (request.getParameter("Type1")==null || request.getParameter("Type1".equals("")

  • Trouble using AirPlay between iMac and AppleTV

    I'm running OS X Lion 10.7.5 and I'm having trouble using AirPlay between iMac and AppleTV (2nd Gen).  It used to work fine, but for some reason it just stopped responding.  I can see my media on my iMac from AppleTV and I can see AppleTV from my iMac when attempting to use AirPlay.  However, when I try to pull or push media from my iMac to AppleTV it just stalls and never loads.  AirPlay works fine from my iPhone and iPad with AppleTV - it's limited to my iMac only. 
    I'm using a Netgear R7000 wireless router and a Netgear AC120 WiFi Extender and as such, I have 4 available wireless networks (2 from the router and 2 from the extender / 2 - 2.4 GHz and 2 - 5 GHz).  My internet access is great and my network performance is good across the board.  All of my software/firmware is up to date (iMac, AppleTV and router/extenders). I've tried all combinations (mixing/matching) all of my wireless networks between devices (iMac/AppleTV) - nothing makes a difference (again, AirPlay works fine between my mobile devises/AppleTV).  Netgear Genie has been making changes to my network settings as new firmware has been installed in both the router and extender.  I'm guessing there is something screwy going on with the network settings on the iMac, but I can't figure it out.
    Anyone have any suggestions?
    Thanks!

    I'm glad you got it all working. Out of interest, how do you (or your son) connect to the internet now? Is it just a dial-up connection? If it is, I am sure you know that, even if you get the Apple TV to share the connection, the speed will seriously limit the use of many of the Apple TV's features.
    The Airport Extreme is a great router but you will need a DSL or cable modem as well as it won't connect to the internet without one. There are many great (and cheaper!) combined modem/routers available if your son wants to get a high-speed network up and running at lower cost. Any other computers, phones, games consoles etc that you may have in the house can then all connect easily.
    I hope that I have helped a little and I will look out for future posts in case I can help again.

  • Trouble using facetime on another device with same apple id

    Hi
    I am having trouble using facetime with my wife.  I have an iPad 2 and she has an IPhone 4S.  When we try to facetime, we are able to connect for a few seconds and then it drops off.  We are then unable to reconnect.  We both have the same apple Id and e-mail address although I am trying to contact her via her mobile number.  Any suggestions would be grateful received.

    Get an email address (free gmail.com) to use on the iPad.
    Using FaceTime http://support.apple.com/kb/ht4319
    Troubleshooting FaceTime http://support.apple.com/kb/TS3367
    The Complete Guide to FaceTime + iMessage: Setup, Use, and Troubleshooting
    http://tinyurl.com/a7odey8
    Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/TS4268
    iOS: FaceTime is 'Unable to verify email because it is in use'
    http://support.apple.com/kb/TS3510
    Using FaceTime and iMessage behind a firewall
    http://support.apple.com/kb/HT4245
    iOS: About Messages
    http://support.apple.com/kb/HT3529
    Set up iMessage
    http://www.apple.com/ca/ios/messages/
    iOS 6 and OS X Mountain Lion: Link your phone number and Apple ID for use with FaceTime and iMessage
    http://support.apple.com/kb/HT5538
    How to Set Up & Use iMessage on iPhone, iPad, & iPod touch with iOS
    http://osxdaily.com/2011/10/18/set-up-imessage-on-iphone-ipad-ipod-touch-with-io s-5/
    Troubleshooting Messages
    http://support.apple.com/kb/TS2755
    Troubleshooting iMessage Issues: Some Useful Tips You Should Try
    http://www.igeeksblog.com/troubleshooting-imessage-issues/
    Setting Up Multiple iOS Devices for iMessage and Facetime
    http://macmost.com/setting-up-multiple-ios-devices-for-messages-and-facetime.htm l
    FaceTime and iMessage not accepting Apple ID password
    http://www.ilounge.com/index.php/articles/comments/facetime-and-imessage-not-acc epting-apple-id-password/
    FaceTime, Game Center, Messages: Troubleshooting sign in issues
    http://support.apple.com/kb/TS3970
    Unable to use FaceTime and iMessage with my apple ID
    https://discussions.apple.com/thread/4649373?tstart=90
    How to Block Someone on FaceTime
    http://www.ehow.com/how_10033185_block-someone-facetime.html
    My Facetime Doesn't Ring
    https://discussions.apple.com/message/19087457
    To send messages to non-Apple devices, check out the TextFree app https://itunes.apple.com/us/app/text-free-textfree-sms-real/id399355755?mt=8
    How to Send SMS from iPad
    http://www.iskysoft.com/apple-ipad/send-sms-from-ipad.html
    You can check the status of the FaceTime/iMessage servers at this link.
    http://www.apple.com/support/systemstatus/
     Cheers, Tom

  • Trouble using Safari on start-up with pop-up error

    Hi,
    I'm having trouble using Safari. Every time I open up the application, a small screen popped up saying "Error- Failed to load the FastBrowserSearchPlugin plugin.* -[BrowserWindowController currentWebView]: unrecognized selector sent to instance 0x7aa570". What can I do to get rid of this issue. I am assuming it has something to do with the Fast Browser Search engine located on the top right of the safari app. Help me please! Any help will be appreciated. Thank you.

    HI and welcome to Apple Discussions...
    You need to uninstall that plugin.
    Go here for instructions on how to remove it.
    http://help.fastbrowsersearch.com/
    I think you'll find it in: ~/Library/Internet Plugin-ins
    ~ (Tilde) represents your Home folder.
    Carolyn

  • Trouble using Java on my MacBook

    I have tried everything and I am STILL having trouble using Java and Javascript on my MacBook. I have attempted to delete and reinstall Java. I have run the update. I have checked that both Java and Javascript are turned on in Safari. I am unable to use Java and Javascript on several websites. For an example, I am unable to use the photo uploader on Facebook.com. I am using a MacBook with 2.2 GHz Intel chip and OSX 10.5.3

    Hi all,
    I've got probably the same problem. Got a MacBook (2.4GHz Intel Core 2 Duo, black) and did the Apple Migration App to get all data from a PowerBook (with Leopard on it). Did all updates.
    Safari and Firefox don't want to show any JavaApplet.
    Is there a problem between old PowerPC and Intel-Plattform.
    Maybe it would be a good idea to reinstall Java, but how?
    Thanks for suggestions!
    Simon

  • Im having trouble using Emoji on some apps since i downloaded ios5... Anyone else experiencing this?

    Im having trouble using Emoji on some apps since i downloaded ios5... Anyone else experiencing this? Ive tried every thing deleting emoji and apps and re-instaling to no sucsess?? Any help would be great thanks!

    YES! I am having a lot of AppStore problems since iOS 6. My 2 main issues are:
    1. AppStore crashes constantly or will just sit &amp; spin then does nothing at all.
    2. If I search for a specific App, making sure my spelling is correct, AppStore will NOT bring the app up. Instead, it will bring up unrelated apps.
    Podcasts app does the same thing, as well as jumbling up dates. Very impossible to find the correct episode.
    APPLE, please tell me you are reading this and that a fix is quickly under way!!

  • Im having trouble using bbciplayer on my ipad it says i need to switch to wifi but im already connected can any one help?

    im having trouble using bbciplayer on my ipad it says i need to switch to wifi but im already connected can any one help? I ve uninstalled/ reinstalled  switched it on and off what next?

    Did you try downloading the movie from iTunes on your iPad?  I know it takes longer but I'd try that. 
    Also try to reset all settings. 
    Settings > General > Reset. Reset all settings. 

  • Can we use equals method in JSTL

    hia all,
    is there is possible to use equals method in JSTL c:when tag. if so please give me an example or else please tell me some solution.
    regards
    subramanian

    Have you tried it anyway? Where exactly are you talking about with "contents"?
    Remember that the == operator in JSTL isn't the same as the == operator in Java. In JSTL it invokes the Object#equals() method behind the scenes, while in Java it checks the equality of the reference.

  • I am using a Mac OS X 10.7 and i have trouble using idvd. If I buy a previous version of ilife, will I be able to use idvd without affecting the settings of Mac OS X 10.7? Can both versions of ilife run on the same mac?

    I am using a Mac OS X 10.7 and i have trouble using idvd. If I buy a previous version of ilife, will I be able to use idvd without affecting the settings of Mac OS X 10.7? Can both versions of ilife run on the same mac?

    You don't need to buy an earlier version of iDVD to have it run with Lion. iDVD 7 has been with us since iLife 08.  Tell us in detail what you're experiencing.
    OT

  • Trouble using Cut & Paste function

    I am having trouble using any type of cut and paste function
    in Dreamweaver......I have tried using "ctrl c" and "ctrl v", have
    tried using right click mouse function with drop down menu for
    cutting and pasting, and using the edit (top bar) cut and paste
    functions. Nothing works.......it doesn't matter whether I cut and
    paste within Dreamweaver or whether I cut from a word document and
    paste into Dreamweaver. It just doesn't work. Any ideas on how to
    fix this issue? I understand this SHOULD be working.

    Did the problem just occur out of the blue? Was Cut &
    Paste working OK for
    a while? Can you think of anything you changed between when
    it worked and
    when it broke?
    See if this workaround solves the problem:
    Re-creating the Dreamweaver user configuration folder on
    Windows
    http://www.adobe.com/go/36bda422
    Please post back whether this solves it or not.
    Thanks,
    David Alcala
    Adobe Product Support

Maybe you are looking for

  • Lack of UI and No Cover Flow for Videos?

    Why is there no cover flow in the iPod touch/iPhone/any iPods for movies and videos? I don't even remember seeing a menu bar at the bottom of the screen to view videos in different categories. Has anyone else noticed the lack of a good UI in the Vide

  • SAP Easy Document Management icon not created

    Hi We have problem with a PC (running Windows 7) where the Easy Document Managment icon is not created on the desktop after installation. It is not created as a Folder in Windows Explorer either. But it seems to have been installed correctly. Have tr

  • How do I whiten a background without affecting all the other colors?

    I am a fine artist and have PSE 8.

  • Mail claims to be sending, but it should not be sending anything.

    Hello, It has now happened twice that I have turned my Macbook Pro on, and clicked on Safari and Mail at more or less the same time, to have the following very disturbing event take place: 1. Safari gets the spinning rainbow, while 2. The Mail "Sent

  • Webutil in Oracle 10.1.2.0.2

    Guys, I wanted to include Webutil in the forms and I have to read in Oracle white paper about webutil that from orcale 10g, webutil comes preconfigured with it. when I opened the webutil directory in forms, I found out that I only have four files nam