Text is not coming in french

hi,
whenever i am executing this in french , the text is not coming in french language .
but in english it is coming perfectly..can some body give the reason??
at selection-screen on value-request for select1.
call function 'F4_DD_TABLE_FIELDS'
     exporting
         table              = 'marc'
         object             = '*'
         suppress_selection = 'X'
        DISPLAY_ONLY       =
     importing
          result             = select1
      exceptions
           others             = 1.
if not select1 is initial.
       select  single ddtext from
         dd03t into a where
                            fieldname =  select1
                    and     ddlanguage in ('E','F').

hi,
Execute this program this one will work correctly wat u want....
type-pools: slis.
TABLES: DFIES,X030L,DD03T.
DATA: X_FIELDCAT TYPE SLIS_FIELDCAT_ALV,
      IT_FIELDCAT TYPE SLIS_T_FIELDCAT_ALV,
      L_LAYOUT TYPE SLIS_LAYOUT_ALV.
types: begin of ty_dd03,
      fieldname type FIELDNAME,
      desc_1 type AS4TEXT,
      desc_2 type AS4TEXT,
      end of ty_dd03.
data: it_dd03 type standard table of ty_dd03,
      wa_dd03 type ty_dd03.
DATA: BEGIN OF INTTAB OCCURS 100.
        INCLUDE STRUCTURE DFIES.
DATA: END OF INTTAB.
DATA: BEGIN OF INTTAB_1 OCCURS 100.
        INCLUDE STRUCTURE DFIES.
DATA: END OF INTTAB_1.
DATA:WA_INTTAB_1 TYPE DFIES.
PARAMETERS: TABLENM TYPE DD03T-TABNAME ."DDOBJNAME OBLIGATORY .     "DEFAULT, "'MSEG',
     parameter:       p_lang TYPE TSTCT-SPRSL OBLIGATORY."DD03T-DDLANGUAGE OBLIGATORY. "DEFAULT. "'MENGE'.
      call function 'DDIF_FIELDINFO_GET'
        exporting
          tabname              = TABLENM
         FIELDNAME            = FIELDNM
          LANGU                = p_lang
        LFIELDNAME           = ' '
        ALL_TYPES            = ' '
      IMPORTING
        X030L_WA             = WATAB
        DDOBJTYPE            =
        DFIES_WA             =
        LINES_DESCR          =
        TABLES
          DFIES_TAB            = INTTAB
        FIXED_VALUES         =
        EXCEPTIONS
          NOT_FOUND            = 1
          INTERNAL_ERROR       = 2
          OTHERS               = 3.
          p_lang = 'EN'.
      call function 'DDIF_FIELDINFO_GET'
        exporting
          tabname              = TABLENM
         FIELDNAME            = FIELDNM
          LANGU                = p_lang
        LFIELDNAME           = ' '
        ALL_TYPES            = ' '
      IMPORTING
        X030L_WA             = WATAB
        DDOBJTYPE            =
        DFIES_WA             =
        LINES_DESCR          =
        TABLES
          DFIES_TAB            = INTTAB_1
        FIXED_VALUES         =
        EXCEPTIONS
          NOT_FOUND            = 1
          INTERNAL_ERROR       = 2
          OTHERS               = 3.
  X_FIELDCAT-FIELDNAME = 'FIELDNAME'.
  X_FIELDCAT-TABNAME = 'IT_DD03'.
  X_FIELDCAT-OUTPUTLEN  = 10.
  X_FIELDCAT-SELTEXT_L  = 'FIELDNAME'.
  X_FIELDCAT-NO_ZERO    = 'X'.
  X_FIELDCAT-COL_POS    = 1.
  APPEND X_FIELDCAT TO IT_FIELDCAT.
  CLEAR X_FIELDCAT.
  X_FIELDCAT-FIELDNAME = 'DESC_2'.
  X_FIELDCAT-TABNAME = 'IT_DD03'.
  X_FIELDCAT-SELTEXT_L  = 'FIELD DESCRIPTION'.
  X_FIELDCAT-NO_ZERO    = 'X'.
  X_FIELDCAT-OUTPUTLEN  = 60.
  X_FIELDCAT-COL_POS    = 2.
  APPEND X_FIELDCAT TO IT_FIELDCAT.
  CLEAR X_FIELDCAT.
  X_FIELDCAT-FIELDNAME = 'DESC_1'.
  X_FIELDCAT-TABNAME = 'IT_DD03'.
  X_FIELDCAT-SELTEXT_L  = 'TRANSLATED DESCRIPTION IN FOREIGN LANGUAGE'.
  X_FIELDCAT-NO_ZERO    = 'X'.
  X_FIELDCAT-OUTPUTLEN  = 60.
  X_FIELDCAT-COL_POS    = 3.
  APPEND X_FIELDCAT TO IT_FIELDCAT.
  CLEAR X_FIELDCAT.
      LOOP AT INTTAB.
      WA_DD03-FIELDNAME = INTTAB-FIELDNAME.
      WA_DD03-DESC_1 = INTTAB-FIELDTEXT.
      READ TABLE INTTAB_1 INTO WA_INTTAB_1 WITH KEY FIELDNAME = INTTAB-FIELDNAME.
      IF SY-SUBRC EQ 0.
      WA_DD03-DESC_2 = WA_INTTAB_1-FIELDTEXT.
      ENDIF.
        APPEND WA_DD03 TO IT_DD03.
      ENDLOOP.
      CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
        I_CALLBACK_PROGRAM = SY-REPID
        IS_LAYOUT          = L_LAYOUT
        IT_FIELDCAT        = IT_FIELDCAT
      TABLES
        T_OUTTAB           = IT_DD03
      EXCEPTIONS
        PROGRAM_ERROR      = 1
        OTHERS             = 2.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

Similar Messages

  • I just downloaded OS X Mavericks and my texts are not coming through to my Mac at all. How do i change that??

    I just downloaded OS X Mavericks and my texts are not coming through to my Mac at all. How do i change that??

    Open Messages. Then go to the Menu and click on Messages. In the drop down select Preferences. Choose the accounts tab. If you have already added your iCloud account then remove it and add it again.

  • At the time of Sales Transaction Header & Item Text is not coming in print

    Hi Gurus,
    At the time of Sales order or Outbound Delivery or Invoice if I am giving text in Header or Item text it is not coming in Print , Please let me know Gurus what I need to do for it ,
    I need to get print of my text name also , means If I am typing Vehical no. in front of Vehical number text coloum , I wants to print Vehical Number : XYZ 01 123 in Print
    Please help me in this issue,
    Please let me know how we can add text in Excise Invoice,
    & Which Excise Register need to update from Sales ,
    & how to do it ,
    Please help me Gurus,
    Thanking you ,
    Reagrds,
    Sai

    Dear Sai,
    Take help of ABAPer to capture the header or item text in to the print copy of sales order ,delivery and invoice.
    I hope this will help you,
    Regards,
    Murali.

  • Item text is not coming in production server

    hello abap gurus,
    i developed a smart forms where i am using item text field insted of master data records.
    using that while i run programe on developement server.
    the values coming are right but when i  run that programe after moving it on production server,the value is not coming.
    what could be the problem.

    yes. i also maintained text id on both servers..on dev and on production server.
    when i debugg the code ,the data is coming to that variable where i  concatenate the value of vbeln n posnr.
    when i check data in stxl table. the data is also there with every detail what i entered there.
    now problem is that when i  print that data.  the line item are coming but the text id attached with that  line item is not coming....

  • Text are not coming to my iPhone

    Since my last update my messages are not coming to my phone just the iPad

    Read this
    http://support.apple.com/kb/TS4268

  • My boyfriend's android texts are not coming through to my iphone 4S, yet mine are going through to him. How do I fix this?

    So this morning I got about 4 normal texts from my boyfriend from his android phone like ususal, later when I thought he had not texted me ALL day he thought I was ignoring him because I was not responding. He has sent me 6 texts he says that I have not gotten yet. I have tried upgrading to ios7.4, restarting my phone, and turning imessage on and off, nothing seems to be working! This is so frustrating!!! Please help!

    How is he supposed to update an iPhone that he no longer has?

  • Text Stroke not coming ... why ?

    Hi, I'm selecting the outline color of my text, but nothing is showing ? Why ?
    Regards,
    Frank

    A hard edged glow is probably the closest you'll come.  Unfortunately, Flash is not yet intended as a graphics tool, although I often find it suits my needs without any need to look to graphics software.

  • 0CSM_USER_TEXT Text not coming through to  PSA

    Hi,
    I install a standard data source 0CSM_USER_TEXT to extract data from ECC to BI.
    RSA3 extraction gives the username and text. But the text info not coming to BW. Not even to PSA. The only user that has the text is for the userid ALEREMOTE.
    This is the case in Dev and Production system. Everything is fine in quality system. It must be something related to authorization.
    I see some people facing the issue but no one posted the proper solution.
    Appreciate if some one can help.
    Regards

    text messages aren't supposed to come through on iPads.

  • Smart form -Right Alignment is not coming properly

    Hi Folks,
    While Printing Smart form for Invoice ,using right aligned Paragraphs  texts are not coming properly.....but  using left aligned paragraphs text  are coming proporly....we want both left aligned and right aligned in same table ...for print preview it showing fine but while taking the print out it comes like this
    for eg:  ---
    Net amount
    1,000.00
          750.00
    2,000.00
            40.00
          100.00
          300.00
    30,000.00
    O/P showing like this ....i have checked all the options in right aligned paragraph but no use
    Kindly help ....
    Edited by: bismilpk on Dec 26, 2010 2:31 PM

    yes .....I solved....got the answer

  • My 4S has stopped ringing. Voicemail's disabled but if you call me, you'll hear it ring your end but it does nothing at mine and freezes if I make a call. Texts are not being delivered or coming through delayed. Ringer is on, tone enabled - help!

    My iPhone 4S has stopped ringing altogether. Voicemail is disabled but if you call me, you'll hear it ringing at your end but it does nothing my end and freezes in the phone app if I make a call (doesn't ring or connect and doesn't freeze the phone, just the calling part). Texts are not being delivered or coming through delayed. Ringer is on, tone enabled - help!
    I've disabled roaming so it only runs on wifi (this after getting a £4k phone bill...) and I can use Skype, Viber and WhatsApp with no problem at all.
    Would really appreciate any help at all!
    Many thanks.

    Hi there - am with Orange and they said nothing wrong with account and service running normally.  They said if they had cut me off I would've received a text (debatable with current message receiving situation!) and when I called out it would say 'calls from this number are barred'.  Also if you called me it would say something similar.  But it doesn't, it will ring and ring until it rings off but nothing happens at all on my handset. Not even a missed call notification.  If I call out, it will display that it is calling the number but that's it.  If I cancel the call it will constantly display 'ending call'.  If I come out of the phone and go to another app then revist phone it will start calling that last dialled number - without ever getting as far as ringing or connecting.

  • When I send a text message from my iPhone response only comes back to my iPhone .  If I send from iPad, response only comes back to iPad. Whichever I used last is where response comes.  Responses are not coming to both anymore!  Please help?

    When I send a text message from my iPhone response only comes back to my iPhone .  If I send from iPad, response only comes back to iPad. Whichever I used last is where response comes.  Responses are not coming to both anymore!

    On both devices when you go to settings>messages>send and recieve how are poeple contacting you on each device?. e.g. email or mobile number.

  • I just recently upgraded from a 3gs to a 4s and since i upgraded text messages are not coming in or going out unless i'm texting another iphone?

    I just recently upgraded from a 3gs to a 4s and since I upgraded text messages are not coming in or going out unless I'm texting another iphone?

    http://support.apple.com/kb/TS2755

  • Sales order number in not coming as a text in Accounting Document

    Hi Friends,
    Sales order number in not coming as a text in Accounting Document in INSTALLMENT BILLING PROCESS
    is there any config missing for this doc number
    Pl advise me
    Raju

    HI Prem,
    Please understand my query.
    In VF01 in accounting document we can see the text document field.
    Here i need the Sales order number as a Text field.
    But it is not coming over here
    Pl advise me
    Raju

  • Rich text is showing up on report but bulleted List is not coming as expected.

    Hi there,
                 I am using SSRS 2008, I export all of my reports to Word, I have created a report on which i am having a table. each placeholder has mark-up type as "HTML -Interpret HTML Tags as Styles".
    I am fetching some rich text from DB and showing it on my page. but when rich text is having some data like below..............
    Suppose this the
    Rich text copied from WORD document . And there are some nested bullet lists as well here. Check how it is showing up in report.
    1.   
    This is FIRST item
    a.   
    FIRST SubItem1
    i.    3<sup>rd</sup> Level
    b.   
    FIRST SubItem1
    i.    3<sup>rd</sup> Level
    2.   
    This is SECOND Item
    a.   
    SECONd SubItem2
    b.   
    SECONd SubItem22
     the data on my report comes like below...... 
    Suppose this the
    Rich text copied from WORD document . And there are some nested bullet lists as well here. Check how it is showing up in report.
    1.    This is FIRST item
    a.    FIRST SubItem1
    i.    3rd Level
    b.    FIRST SubItem1
    i.    3rd Level
    2.    This is SECOND Item
    a.    SECONd SubItem2
    b.    SECONd SubItem22
     i.e spaces are not coming(DB text is having many &nbsp; but report is not picking them), the List is coming one below other without any indentation.
    Urgent help needed!
    Thanks
    Shaikh Sadaf

    Hi Shaikh,
    The issue is because the web browser's job is to compress multiple sequence space characters into one and therefore all of the leading spaces are removed.
    In HTML placeholder, it should be design.
    To workaround the issue, we can add one more character at the begin of the multiple sequence space. We can add one more calculated  field to do so:
        1. Double-click the dataset.
        2. Go to "Fields" page.
        3. Click "Add" >> "Calculated Field"
        4. Type a filed name, then in the "Field Source", type the following expression:
             =Replace(Fields!originalHTMlField.Value, ">&nbsp;", "><font color=""white"">.</font>")
             NOTE: This expression replaces each first space with a character ".", and set the color to be white(suppose the report's backgroup color is white too. Then, in the report, it seems there is nothing.)
        5. Now, use this new field in the report, and set its Markup type to be "HTML - Interpret HTML tags as styles".
    The multiple sequence space will be displayed as expected.
    Sure, this is just a workaroud. We can submit a feedback at
    http://connect.microsoft.com/sql. If this service requests frequently, the prodcut team may find a way to fix this issue.
    If you have any more questions, please feel free to ask.
    Thanks,
    Jin Chen
    Jin Chen - MSFT

  • What does it mean if I get blank text messages from someone but they are not coming from number they appear and disappear they are not coming over the network also emails have been moved around, has my phone been hacked?

    I Have been getting blank texts from a number, but the person who owns the niumber is not sending them, they appear then disappear, they are not coming over the network, they come even though number has been black listed, also emails have been moved, I believe by someone who is cyberstalking me but don't know how to prove it, what can I do ?

    Hi,
    When a Mac is "registered" for iMessages account with an Apple ID the Serial Number of the Mac is used to create an Auth Token as it is called for the Messages app that allows that Mac to work.
    I would guess a similar process of linking the Number of the iPhone to a Hardware fact about the device is also in place.
    I would contact Apple Support and check with them.  (you might need to speak to a Level 2 person as Level 1 people are script led and try to fit everything into Software or Hardware categories where as sorting and Apple ID (which the Number is in this case) is normally Free).
    I did find this iOS: Troubleshooting Messages - Apple Support
    It starts off about sorting SMS that is not working.
    This one has a bit on Unlinking an iPhone Number (with or without the iPhone) iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage - Apple Support
    7:55 pm      Tuesday; January 6, 2015
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

Maybe you are looking for

  • How to calculate power in specific frequency band

    Hi Everyone. I have been trolling on here for months but this is my first post so I hope I am putting this in the correct place. What I am trying to do is simple in theory but I have tried over and over and am having no luck in getting this to work.

  • J2ME in Pocket PC

    Hi Guys! Lets say I run a J2ME application on a Pocket PC. Is it possible to run another application (not MIDP) from within my J2mE application?? Can I also read from a file existing on the Pocket PC file system from within my J2ME application?? Than

  • HELP: Media Management for TIFF- JPG- PSD-Files

    I work a lot with pictures in my present videowork. Everytime I change something in Photoshop, the change is not automatically updated, when I return to Final Cut. The picture is set offline and eveytime I had to do the same enoying procedure to get

  • Directv media share not working with S4(4.4.2)

    Directv media share is not working on my S4. The phone is recognized but is unable to share media. Function worked fine with Droid Razr Maxx HD.

  • Service Template and iSCSI Boot Parameters

    Hello, I use updating service templates to ensure all service profiles are the same and it works great. We have recently setup a Nimble storage array and for iSCSI boot you have to put the target of of the boot LUN in the iSCSI boot parameters. Howev