Problem in Printing the work area

Hi Everybody,
I'm working in upgrade project.
in 4.7 version, directly trying to print the work area and assign to some other fields.
Eg: write: Mara.
text = mara.
but in 6.0, its not allowing to assign directly like this.
Plz help me urgently. B'coz, we struck in middle.
Thanks in advance.
Regards,
JaganMohan.

Hi,
basically the problem might be in the ecc 6.0 for the attributes of the program where u r writing it might be u checked the unicode check box if it so remove it and then try or else it is proiblem with the unicode in the ecc 6.0 system where u r working
plzz reward if it is usefull
plzz dont forget to reward...

Similar Messages

  • Problem with printing the structure in ECC 6,0

    Hi Everybody,
    I'm working in upgrade project.
    in 4.7 version, directly trying to print the work area and assign to some other fields.
    Eg: write: Mara.
    text = mara.
    but in 6.0, its not allowing to assign directly like this.
    \[removed by moderator\]
    Thanks in advance.
    Regards,
    JaganMohan.
    Edited by: Jan Stallkamp on Jul 29, 2008 6:54 PM

    Now, you have to write the individual fields inside the mara stucture.
    Regards,
    ravi

  • Color space-creating a book in My publisher-.when I look at the share book pre print the colors are all dulled out. I work in pro photo rgb in LR and PS -.My Pub is sRGB-.where is the problem?

    Color space…creating a book in My publisher….when I look at the share book pre print the colors are all dulled out. I work in pro photo rgb in LR and PS ….My Pub is sRGB….where is the problem?

    I finally got to my references. This had to do with "soft proofing" on screen in Photoshop.
    So this may not help you at all. Re: Strange sRGB soft-proofing behavior  So go ahead and leave that setting at Basic.
    However there is a Color Management forum that you also go to and see if anyone has answers for your particular problem.
    Here is the link: Color management
    I hope they can help you out.
    Gene

  • Hi, I m using an iPhone 4 and my yahoo push email was working just fine but for the last few days I am experiencing some problem that is the emails are not getting pushed , I have to manually fetch the mails. So what could be the reason for this....

    Hi, I m using an iPhone 4 and my yahoo push email was working just fine but for the last few days I am experiencing some problem that is the emails are not getting pushed , I have to manually fetch the mails. So what could be the reason for this.....I have set the email setting to "push" mode. Moreover I can't edit the mail server address ....current it's on Yahoo SMTP server

    Will it get rectified and restored...if so after how long. What could be the reason for such outage kindly share,  as I am facing real problem because of this...

  • How to delete a shortcut favorite from the browser in the WORK Area

    Hiho,
    creating a shortcut favorite icon of a browser-website in the work area shows up a symbol to use this shortcut. In the private area I can delete this favorite-symbol by tapping longer on the icon an a trashcan shows up, so I can delete the icon (and the browser favorite from the private area). Not so in the work (buisiness) part of the BlackBerry, there is no possibility to delete this icon. I can't find a policy on the BES10 server or thomething on the Z10, any ideas how i can remove the icon?
    Greetings... Ifrani

    Hi Ifrani!
    I´ve the same problem on my Z10!
    CommanderApollo

  • How to make the CTI respond to the work area again?

    Hello,
    i suddenly have a unusual problem (4 me). I  work on a project and i noticed today that the CTI dose not  act according to my work area when i RAM preview. After pressing 0 it just  goes after the end of the work area continuing to render
    . (green line)
    And also it does not start to render at the  beginning of the work area.  It uses somehow the comp's lenght...
    Please advise.
    Thanks!
    I attached a photo so you can see what is it about.

    If you leave "From current time" enabled, you can use 0 to audio preview from the current position or shift-0 to audio preview from the beginning of the comp.

  • Item & for schedule line & is in the work area

    Hi All,
    We added some custom fields on the schedule line tab and also in VBEP table. For thie same we also added code in the PBO module of SAPMV45A/4500 screen#. Since we added the code we are getting the error message# V1357 with description 'Item 000010 for schedule line 000040 is in the work area'.
    I did check the forum and found couple of notes with this error and some replies say that it is for the quality issue. I tried going to OQ77. But i am pretty sure it is because of what i codded. Because When i comment my code so error shows up. But I am not sure what is the problem with my code.
    Here is the sample of my code that i wrote in my PBO module:
        IF  XVBEP-VBELN IS NOT INITIAL.
            INPUT = MARA-BRGEW * XVBEP-WMENG.
            PERFORM CONVERSION.   "This is the module that i wrote to convert from G to LB.
            XVBEP-ZTOTALWT = OUTPUT.
            xvbep-updkz = 'U'.
            modify xvbep index ivbep-tabix.
        ENDIF.
    Please let me know if i am doing wrong anywhere in the code.
    Thanks,
    Karuna.

    Issue: I got the issue resolved. The mistake i made was the local structure was holding last item which has 1 schedule line and the my first item10 was having more than 1 schedule lines and trying to loop all the schedule lines. As the last item has only one schedule line i was getting the problem.
    Solution: I reset the structure to that it will loop from the first line item instead of it holding the last item#.
    Hope this helps.
    Karuna

  • Problem  in Printing the ALV list

    Hi,
       I have one problem with printing the ALV list. While printing the ALV list(thro Print Icon on application Tool bar) ,Fist page of my print out contains some other inforamtion.
      inforamtions included two tables
      first table  contains Sort Criteria, Ascdg, Descnd, Subtotal  columns.
      And second table contains Data statistics , number of
    columns.
    But from Second page onwards , my alv list printed correctly .
      How can i avoid the First page inforamtion and
          what is the Reason of coming like this?
    Thanks,
    Neptune.M

    I assume you are using function module Reuse_alv_grid_display or reuse_alv_list_display for ALV.
    If this is the case, there is a parameter called IS_PRINT that you need to supply while calling the function module.
    you can for exapmle declare
    data:
    printstruc type SLIS_PRINT_ALV.
    printstruc-NO_PRINT_LISTINFOS = 'X'.
    call function 'REUSE_ALV_GRID_DISPLAY'
      EXPORTING
    IS_PRINT = printstruc
    There are many other flags in is_print structures that you can use to manipulate the printing.
    Cheers!

  • I am getting problem with internal table & work area declaration.

    I am working with 'makt' table ..with the table makt i need to work with styles attributes ..so i declared like this
    TYPES : BEGIN OF ty_makt,
             matnr TYPE makt-matnr,
             spras TYPE makt-spras,
             maktx TYPE makt-maktx,
             maktg TYPE makt-maktg,
             celltab TYPE lvc_t_styl,
           END OF ty_makt.
    DATA : i_makt TYPE TABLE OF ty_makt.
    DATA : wa_makt TYPE ty_makt .
        But end of program i need to update dbtable "makt"...i am getting problem with internal table & work area declaration.
    i think makt table fields mapping and internal table/work area mapping is not correct. so please help me to get out from this.

    Hi Nagasankar,
    TYPES : BEGIN OF TY_MATNR,
                  MATNR TYPE MAKT-MATNR,
                  SPRAS TYPE MAKT-SPRAS,
                  MAKTX TYPE MAKT-MAKTX,
                  MAKTX TYPE MAKT-MAKTG,
                  CELLTAB TYPE LVC_T_STYL,  " Its Working perfectly fine..
                 END OF TY_MAKT.
    DATA: IT_MAKT TYPE STANDARD TABLE OF TY_MAKT,
              WA_MAKT TYPE TY_MAKT.
    Its working perfectly fine. if still you are facing any issue post your complete code.
    Thanks,
    Sandeep

  • The work area itab is not enough

    HI all,
    i have written the following code to print data from yemptab
    But i'm gettin an error saying that "the work are itab is not enough ". can anyone please guide me here. i'm a fresher in abap.
    REPORT  YEMPDETAILS.
    TABLES: YEMPTAB.
    DATA:  BEGIN OF ITAB OCCURS 20,
              EMPNO TYPE YEMPTAB-EMPNO,
              EMPNAME TYPE YEMPTAB-EMPNAME,
              EMPCITY TYPE YEMPTAB-EMPCITY,
           END OF ITAB.
    SELECT * FROM YEMPTAB INTO TABLE ITAB.
    LOOP AT ITAB.
      WRITE: /
        ITAB-EMPNO,ITAB-EMPNAME, ITAB-EMPCITY.
    ENDLOOP.
    Edited by: user2487 on Jul 2, 2010 12:29 PM

    Hi,
    Use TYPES and Workarea.
    types : begin of ty,
           EMPNO TYPE YEMPTAB-EMPNO,
           EMPNAME TYPE YEMPTAB-EMPNAME,
           EMPCITY TYPE YEMPTAB-EMPCITY,     
         end of ty.
    DATA: itab type standard table of ty,
          wa type ty.
    SELECT * FROM YEMPTAB INTO TABLE ITAB.
    LOOP AT ITAB into wa.
    WRITE: /
    wa-EMPNO,wa-EMPNAME, wa-EMPCITY.
    ENDLOOP.
    Regards
    Vinod

  • I have a Problem in print the long description data through EDI.

    I have a Problem in print the long description data through EDI:Actually we want to print the long description data through EDI, but it not handling our huge long description data. Here is the example of that>We can print the first two lines into EDI output, but it is failing to print the below text: 
    <B>EPSON, TM-U590 Series: </B> Reliable 88 column slip printer. Operator friendly dot matrix impact printing. Ideal for hotel, bank, restaurant and many more applications .<br><BR> Includes: Printer, Black ribbon & a Connect-It Interface. Power Supply & interface cable sold separately. All printers are RoHS compliant & have a standard 1 year depot warranty. <BR> <BR>
       -------------------------------------Failing to print this lines------------------------------------------------------------------
    <b>COLORS:</b> Epson Cool White (ECW) Only<BR><BR><B><FONT COLOR=#FF0000#>Click links below for helpful Information</FONT><b><br><table border="0" bordercolor="" style="" width="100%" cellpadding="5" cellspacing="5"><tr><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2605" target="_blank"><b>Spec Sheet</b></a></CENTER></FONT></td><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2606" target="_blank"><b>MSRP Price List</b></a></CENTER></FONT></td><TD><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2868" target="_blank"><b>Product Information Guide</b></a></CENTER></FONT></TD></TR><TR><td><FONT SIZE="2" COLOR=#0000FF><B>Warranty Information</B></FONT></td></tr><Tr><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2554" target="_blank"><b>Depot Warranty</b></a></CENTER></FONT></td><td><FONT SIZE="2"><CENTER><A HREF="www.sample.com"f.2555" target="_blank"><b>Spare In the Air Warranty</b></a></CENTER></FONT></td><td></td></tr></table><br>
    Please provide some useful thoughts on this EDI issue.
    Thanks
    Ameer

    Try using the FM:
    ENQUE_READ2
    Passing the follwing values:
    GNAME --> VBAK (Sales Order header table)
    GARG   --> The lock argument
                       (This will be a combination of client number anb Sales Order No.
                        Eg: '3001210000054' where the first three digit i,e 300 is the client No
                       and 1210000054 is the sales order no.)
    Regards,
    Firoz.

  • The work area (or internal table) "IT_ZLE_LAGERPLANUNG" is not flat,

    ***Data declaration
    TYPES : BEGIN OF t_zle_lagerplanung,
               SEl,                               "stores which row user has selected
               kdauf TYPE zle_lagerplanung-kdauf,
               kdpos TYPE zle_lagerplanung-kdpos,
               etenr TYPE zle_lagerplanung-etenr,
               papiermaschine TYPE zle_lagerplanung-papiermaschine,
               runnr TYPE zle_lagerplanung-runnr,
               prio  TYPE zle_lagerplanung-prio,
               werk TYPE zle_lagerplanung-werk,
               durchmesser TYPE zle_lagerplanung-durchmesser,
               breite TYPE zle_lagerplanung-breite,
               anzle TYPE zle_lagerplanung-anzle,
             occupied TYPE zle_lagerplanung-text30,
             free TYPE zle_lagerplanung-text30,
               lgpla TYPE zle_lagerplanung-lgpla,
               lgtyp  TYPE zle_lagerplanung-lgtyp,
               art TYPE zle_lagerplanung-art,
               anzhoehe TYPE zle_lagerplanung-anzle,
             zindicator TYPE zle_lagerplanung-text30,
               fa TYPE zle_lagerplanung-fa,
               field_style  TYPE lvc_t_styl, "FOR DISABLE
    END OF t_zle_lagerplanung.
    I am getting the data in internal table by using thiis select statement.
      SELECT kdauf kdpos etenr papiermaschine runnr prio werk durchmesser breite
             anzle lgpla lgtyp art anzhoehe fa
        FROM zle_lagerplanung INTO CORRESPONDING FIELDS OF TABLE it_zle_lagerplanung
       WHERE kdauf IN s_kdauf
    "     AND kdpos = p_kdpos
          AND KDPOS IN s_kdpos
         AND werk = p_werks.
    But while updating the particular field in ztable using this statement
          UPDATE zle_lagerplanung from table it_zle_lagerplanung.
    it is giving syntax error
    "The work area (or internal table) "IT_ZLE_LAGERPLANUNG" is not flat, or
    contains reference or internal tables as components. components.
    components. components. components."
    Could any one help me out how to resolve this problem....
    Thanks in advance

    Hi Shyamal,
    lvc_s_styl is a structure so you will get the same error.
    for your select and update statement you dont need field "field_style".
    regards
    rea

  • SM30 - Message Specify the key within the work area

    Hi Experts, i have a problem with tcode SM30, when i want to Enter new entries using the option Enter Conditions. then i select field that i want to enter condition, after that i select the entries to copy and then change the field. when i try to save the systems throws the message:
    Specify the key within the work area                                                                               
    Message no. SV033                                                                               
    Diagnosis                                                                               
    You have attempted to create an entry whose key is not in the range
        defined for this area.                                                                               
    System Response                                                                               
    The entry cannot be created.                                                                               
    Procedure                                                                               
    Please check your entry.                                          
    Someone have a clue to solve this?
    regards and thanks in advance
    Mario

    To add to Vishnu's helpful answer:
    You may overcome the inconvenience of having all entries displayed by going to the "Selection" menu (from within the maintenance view) and clicking "By Contents..." enter your selection criteria there and click "Choose."
    This will display only the entries you want to see to make "Select All" copying easier without limiting the work area.

  • If I'm on AOL and go to Firefox to print the letters are tiny and about 3/10 of an inch apartomch y

    If I'm on AOL or Gmail and go to Firefox (top left corner) to print, the letters are miniscule and about 3/10 of an inch apart. Unreadable!
    When I'm on MS Word or BBC and I print something out its fine. Confused and optimistic about your response!

    Do you have that problem when running in the Firefox SafeMode? <br />
    [http://support.mozilla.com/en-US/kb/Safe+Mode] <br />
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this: <br />
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • Spliting the work are data with #

    HI,
    ONE problem:
    LV_TEXT is the context attribut containe type string.
    i amgetting the values in to LV_TEXT attribut.
    LV_TEXT = nkafjkafkafhkafksfkak<b>#</b>bshfsafkasfkasfkas.
    i wanto to split this and will get the before <b>#</b> values in to other other node workarea LS_dis_new.
    this LS_DIS_NEW i have to modify with table LT_DIS_NEW.
    i used the code : Split wa at '#' into table LT_DIS_NEW.
    this is not working.

    Hi,
    I usedthe normal ABAP code that is working.
    In sted of passing the work are of elemnts in the webdynpro that is not spliting..
    for this i posted the forum in webdynpro abap.
    Thanks
    Ramkumar

Maybe you are looking for

  • How to delete a View(Local) defined on a Query in Bex Web Analyzer

    Hi,   I created a No of Views (Local) on a query in Bex Web Analyzer and saved them. How can i delete the view i created when i checked the PFCG i can't find the views i created How can i delete the views (Local) i created on a query Thanks

  • Oracle DB Configuration Assistant hangs (9i install on Solaris 8)

    Attempting to install 9i database (9.0.1) on Solaris 8 on Sparcstation 20. Goes OK until it gets to the Oracle Configuration Assistant. During the "Creating and Starting Oracle instance" phase, it gets to 50% and just stays there. I left it over the

  • Running PSE12 on a Mac using Mavericks (10.9.4)

    Hi we have been currently running PSE12 on a Mac running Mavericks (10.9.4) When creating contact sheets were are constantly having to remove a SE12 contact sheet prefs file hidden in Library>Preferences>Adobe> Plugins folder log out/in in order to g

  • Documents to Go Issues

    If I edit a word document in Documents to Go (DTG), save it (to my media card or my BB's internal memory), then e-mail it to myself or copy it to my PC using desktop manager, then try to open it, the file doesn't open and word crashes. I have:  an AT

  • Exchnage failover issue

    hello , we have exchange 2010  head office : 1 mailbox sevre                      1 hub cas server DR Site :  1 server acting as mailbox+hub+ cas we have DAG Configured question : we have disaster happen and head office completely off and the result