Selection are getting defaulted with Language English

Hi All,
with the below select statement I am not able to select what ever language key i am passing on selection screen. Its always taking EN default.
SELECT *
    INTO TABLE lt_stxh
    FROM stxh
   WHERE tdobject  = gc_tdobject
     AND tdspras  IN s_lang
     AND ( ( tdfdate GT lv_max_date AND tdftime GT lv_max_time )
           OR ( tdldate GT lv_max_date AND tdltime GT lv_max_time ) ).
Please point out the error. any suggestion to improve the select are also welcome. I am select all records, where created on date  Time and Changed On date  Time all four are GT max time and date.
Thanks and Regards,
Anil

Hi Anil,
check any statement in the pgm you are forcing
s_language = sy-language.
SELECT *
INTO TABLE lt_stxh
FROM stxh
WHERE tdobject = gc_tdobject
AND tdspras IN s_lang                       "Check it should not initial.
AND ( ( tdfdate GT lv_max_date AND tdftime GT lv_max_time )
OR ( tdldate GT lv_max_date AND tdltime GT lv_max_time ) ).
Regds / Prabhudas

Similar Messages

  • Credit card Orders are getting blocked with credit check

    Hi All
    In our system, If customer's credit exposure is greater then 100 % then all the credit card orders are getting blocked with credit check even though it has valid authorization. Is this sap standard behaviour?....is there any setting that will always exclude credit card orders when it has valid authorization
    Thanks in advance for looking into this

    Hi,
    In OVA8- under document controlling- check the existing routinue 1 for orders etc., else modify as per your requirement
    Thanks
    Chidamabram

  • Youtube videos loads but after 2-4 sec the player area gets blank with ivory white colour... Help

    Youtube videos loads but after 2-4 sec the player area gets blank with ivory white colour..
    == This happened ==
    Every time Firefox opened

    Why are you using such an old version of Firefox. The older versions have known security issues. Consider upgrading to the current version. (Help > Check for Updates)
    <u>'''''Adobe Flash'''''</u>
    You are using a <u>'''very old'''</u> version of Flash Player. Updating Flash Player may solve your problem
    <u>'''Install/Update Adobe Flash Player for Firefox'''</u>: your ver. 10.0 r10; current ver. 10.1 r53 ('''important security update 2010-06-10''')
    See: '''[http://support.mozilla.com/en-US/kb/Managing+the+Flash+plugin#Updating_Flash Updating Flash]'''
    <u>'''''Other Issues'''''</u>: ~~red:You have installed plug-ins with known security issues. You should update them immediately.~~
    <u>'''Update Java'''</u>: your ver. 1.6.0.13; current ver. 1.6.0.20 (<u>important security update 04-15-2010</u>)
    (Firefox 3.6 and above requires Java 1.6.0.10 and above; see: http://support.mozilla.com/en-US/kb/Java-related+issues#Java_does_not_work_in_Firefox_3_6 )
    ''(Windows users: Do the manual update; very easy.)''
    See: '''[http://support.mozilla.com/en-US/kb/Using+the+Java+plugin+with+Firefox#Updates Updating Java]'''
    Do the update with Firefox closed.

  • We are getting faxes with 812 error - "Document conversion failed" in SOST

    Hi
    We are getting faxes with an 812 error - "Document conversion failed" in transaction SOST. The user is sometimes able to fax the number successfully, but other times fails - it is not consistent.
    The conversion rules seem to be set up correctly, indeed, on a resubmit this often (but not always) works, so I don't think this is down to the conversion rules.
    Is it a problem at the SAP side or the receiving system?
    We enabled a trace but on analysis the only step that appears to be different in the failing ones is:
    Status "Fehler" am Sendeauftrag gesetzt
    Which I believe roughly translates that it failed to send - but why, and where can I find more detail?
    Thanks
    Ross

    I also noticed in the trace that the faxes that work have the following lines:
    Determined device type: POST2. OTF Device Type POST2
    Format conversion from OTF to PS With Device Type POST2
    Converting OTF to PS
    Whereas the ones that have failed say:
    Determined device type: PDF1. OTF Device Type PDF1
    Format conversion from OTF to PDF
    Conversion rules for this country PL (Poland) and 'blanks' in order of prioroty are:
    PDF                   S  POST2
    PDF  PL  Polish  S  ID2PDF
    PS                          POST2
    PS  PL  Polish   S  I2SPOST
    Is that correct?
    Cheers
    Ross

  • Is it possible to treat a mpeg movie (selected area intensity profiles) with imaq ?

    From a mpeg movie file (recorded with a digital camera in grayscale colors), I want to create some windows fixed in a selected area (always the same during all the treatment). Then, from this window, integrate all the grayscale level data for each image and thus get a plot represented the integrated intensity versus the time. Is it possible to make that kind of specific application using IMAQ ? Note, that my movie file resolution will be 800 000 pixels, and a rate of images from 50 down to 5 images per second.

    I just updated IVision to version 1.3. It adds the support for media file formats such as *.mpeg, *.asf, *.avi (different from my existing avi functions that these new ones supports almost all avi compression format unlike VFW based avi functions). I also added capabilities to make LV vi to be callback vi so that real time video processing can be done better. So you can use IMAQ vision or my toolkit to code your image processing vi like you mentioned fixed ROI and calculates the intensity of it and display this in a graph updated with time while video streaming. Check out my site at:
    http://www.geocities.com/irene_he/IVision.html
    there is a similar demo to show this.
    Irene

  • .css and .swf files are getting generated with Ibot email

    Hi Team,
    I have an Ibot which use to run on daily basis which contains graph and normal table views, .css and .swf files are getting generated and attached with Ibot email to the users. I'm facing this issue from last two days. Earlier there was no such attachments sent to the users.
    Could anybody let me know what might be the reason for that?

    any inputs?

  • Is it possible to change what area gets hidden with fullscreenmode?

    I have made modifications to the layout of SP2013 which now causes issues with the fullscreenmode option. Such that, items that I have added are not being hidden even though they should be and the fullscreenmode icon goes away when I got to full
    screen, making it impossible to full back until I switch .master pages and switch it back.
    Does anyone know where I need to look for this?

    Hi Grady,
    According to your description, my understanding is that you want the Focus on Content control to work correctly after customizing the  master page.
    To make it work, you need to wrap your main content around Contentbox div , such as adding the following string at the front of your main content:
    <div id="contentBox" aria-live="polite" aria-relevant="all">
    Or use the following code in a Content Edit Web part in the page that you wan to use focus on content button:
    <script type="text/javascript">
    window.onload = function()
      SetFullScreenMode(true);
    </script>
    Here are some similar posts for you to take a look at:
    http://mysharepointwork.blogspot.ca/2013/07/focus-on-content-not-working-in-custom.html
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/04189fe1-37d9-4e06-ba57-fdabe4a92e19/is-there-a-way-to-make-focus-on-content-as-default-for-all-pages?forum=sharepointadmin
    http://technicaltrix.blogspot.in/2013/02/sharepoint-2013-fullscreen-modehide.html
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • JSF page values are getting cleared with validation errors

    Using Jdev 10.1.3.4, JSF and ADF BC
    I have 2 jspx pages - 1 input page(with bindings to VO) and a lookup page bound to a read-only VO.
    page1: I am entering values to all the fields and then saving the form. Now if I had entered an invalid value for one of the fields and try to save - I am checking if value is valid in page1's managed bean and returning error message.
    After I get this error message I clear out the invalid value and use the lookup & navigate to the 2nd page fetch a valid value and when I return to my 1st page I am loosing values for some of the fields in my 1st page. Not sure how and this is my first issue! I dont see this behavior if I use the lookup option directly(instead of entering an invalid value, clearing the value after seeing the error message and then going to the lookup page)
    Next I am reentering values that I have lost and when I try to save again this time the value I had set from the lookup page is cleared and since this field is required I am getting an exception again. So, basically once there is an error for a field any new value I set gets cleared on commit and i get a required message for the field. Thanks for any clarifications/help with these strange issues.

    Fair enough :)
    Actually what I was meaning was could I use a collection to repopulate the tabular form when I receive errors. It appears as if it may work. However, I am hitting one snag.
    I have created a PL/SQL Process that runs On Submit and Before Computations/Validations. In this process, I have saving the values in the tabular form to a collection.
    I was then hoping to create another process that ran after any errors occur. However, it does not appear as if any processes run when the screen redraws after a validation issue. Is there a process that runs after validations when the screen is redrawing? Will I need to do this using javascript?
    Thanks

  • How do I get rid of the 3 extra tabs that appear when I start Firefox? they are: Getting Started with Mozilla, Video downloadHelper, and Tab Mix Plus?

    This problem started when i downloaded firefox 8 and is still there with 9.0.1. The Video DownloadHelper and Tab Mix Plus are announcing new updated that were installed weeks ago. How do I stop this?

    See these articles for some suggestions:
    *https://support.mozilla.org/kb/Firefox+has+just+updated+tab+shows+each+time+you+start+Firefox
    *https://support.mozilla.org/kb/How+to+set+the+home+page - Firefox supports multiple home pages separated by '|' symbols
    *http://kb.mozillazine.org/Preferences_not_saved

  • How to set region as thai with language english

    it used to be like that when I first turned it on. Then I mess with the setting and it's gone. The region setting was "Thailand (English)" but now it is "Thailand (Thai)". is there anyway to change it?

    Anything in this KB article helpful: 
    DVD region codes

  • Import of credit card data(tcode PRCC) getting error with currency

    Hi Everyone,
    Here is one query regarding Credit Card Clearing in Travel Management.
    We were initially using KR files for uploading SAP specific credit card Transactional data to employee buffer and it contained data for only US employees with currency as US. Now we are migrating to use GL1025 files with employees from multiple countries and multiple currency. But the Service Provider (American Express) is sending transactional details with billed currency as USD for all employees(even for employees from other country). On processing the file in PRCC we are getting the below error for non US employees.
    Do we have any configurations or something that needs to be maintained inorder to allow this?
    Awaiting response.
    Thanks in advance...
    Regards
    Binshi

    Hi All,
    For my above requirement, I made two configuration changes and the transaction details are getting loaded with out any error.
    1) Changed the 'Settlement of foreign currency receipts" to 'hard currency' for the trip provision variant in global settings under control parameters for Travel expenses.
    2) Maintained hard currency as USD for the other country(non US) in country settings. non US employee receipts got loaded in buffer in currency USD as required.
    With this configuration change, even the posting document  for all foreign currency receipts including AMEX receipts were created in USD.But our requirement was to make payment for all AMEX receipts in USD and other foreign currency receipts in the employee local currency.
    So we just tried with the third  option for configuration 1. Changed the 'Settlement of foreign currency receipts" to 'choose Between Trip currency and Hard currency per receipt'.
    Now with this, foriegn currency receipts of the employee posting document getting created in employee local currency and AMEX receipts in USD. But we are confused how the currency for posting document is being selected with this option 3. Could anyone help us please??
    Thanks & Regards
    Binshi

  • Issue with RF device with language

    Hi Exeperts,
    I have issue with RF device, In SAP all screen are coming correctly with language EN and IT. But when connecting to RF with language IT unit of measure coming wrong and quantity coming blank...  In language EN it is coming correctly.. I am not understanding where to fix this issue.
    Please give me some guidance to fix this issue...
    Regards
    Maria

    As suggested by Mihailo you can use the LM01 to see the screen on GUI or alternateively you can use the below steps to get the https screen
    Use T-code SICF (Enter the RF service name, your technical team will help to get this name)
    Step 2 Right click on the service and press Test Service
    Step 3 - The above step will open the RF screen in IE, enter the user id and password and nJOY

  • Auto PO at GR ( POs getting created with Acc *** Cat. "U")

    Hi SAP Gurus,
    I'm trying to set up my auto PO at the time of GR. I make all necessary config changes for creating Auto PO at the time of GR and I was successfull in getting the Auto PO created with these config changes
    THowever,the Auto PO are getting created with account category "U" is there any way we can create the Auto PO with the desired account assingment category ( in this case I would like to have the PO created with Acc. Assi. Cat. "W")
    I just wanted to pick your BRAINS on this and would appreciate any feedback to resolve this issue.
    Cheers,
    Dhava;

    Hi Ramesh,
    Thanks for chiming in. Yes - I have maintained the info reocord for the vendor and material combination and PO is getting created with the standard price from this info records.
    However the problem is that system automatically defaults account assingment category "U" while creating this auto PO. So is there anyway we can have the system to pick the desired account assingment category while creating the auto PO??
    Any heads up will be highly appreciated.
    Cheers,
    Dhaval

  • Some font options not using default system language in font menus

    Font options for Helvetica and Helvetica Neue (e.g. bold, italic, light, etc.) do not use the default system language (English) in the system wide font panel, or in font options within individual applications. Any suggestions as to how to correct this?

    Roderick Ackermann1 wrote:
    Font options for Helvetica and Helvetica Neue (e.g. bold, italic, light, etc.) do not use the default system language (English) in the system wide font panel, or in font options within individual applications. Any suggestions as to how to correct this?
    Could you provide a screen shot of what you are seeing, either here or by email (tom at bluesky dot org)?

  • Deleting selected are

    Guys,
    1. I have an image;
    2. I create an orange photofilter over the image;
    3. I create an black&white layer over the photofilter;
    4. I select an detail with my fast selection (the one in the same menu as the magic wand);
    5. after i've made the selection i "used to" press the delete button so that the selected are gets deleted but now nothing happens!!! I've tried all kind of stuff but suddenly this crap is going on!!
    Anyone who know's how i can reset everything to factory settings or something else??

    I've tried all kind of stuff but suddenly this crap is going on!!
    Please keep your temper.
    Could you please post a screenshot with the Layers Panel visible on this Forum via the browser, not email-reply?
    Anyone who know's how i can reset everything to factory settings or something else??
    One can trash the prefs by pressing command-alt-shift/ctrl-alt-shift while starting Photoshop until the appropriate dialog appears (preferrably after making sure all customized presets like Actions, Patterns, Brushes etc. have been saved and making a note of the Preferences one has changed).
    Please read these and proceed accordingly:
    http://forums.adobe.com/thread/419981?tstart=0
    http://blogs.adobe.com/crawlspace/2012/07/photoshop-basic-troubleshooting-steps-to-fix-mos t-issues.html

Maybe you are looking for

  • How to check if Message already exists in the queue and if message is processing currently

    Hi everyone I am new to Azure and worked on adding messages to the queue through workerrole1. Worker role 2 pulls them out from queue and processing them and de-queing them. Worker role1 runs method gets called after every 10 seconds and puts message

  • Eror in JCo Connection

    Hello All,          I created an Application which will call a BAPI ,aceept input from the user and deliver the Output. But when I'm executing this Application I'm getting the following Runtime Exception. <b>com.sap.tc.webdynpro.services.exceptions.W

  • Can a sprite become visible after a certain amount of user inactivity?

    Can a sprite become visible after a certain amount of user inactivity? like a timer triggering an event?

  • Flash CC Crashes on File -- Close

    Hello, I recently upgrade from Flash CS to Flash CC and now, everytime I try to close a document I am working on -- Flash CC crashes completely and I have to restart. This happens EVERY time I open, edit, save and close an .fla file. Also -- if I try

  • Why repeated sign in is required for lumia 710 to ...

    Every time i need to sign in for downloading music on my lumia 710.Eventhough i sign in n searched the music again the log in window comes up to which repeated attempts go in vain as it doesnt accept the passwd.My id has unlimited music subscription