Use of 'Subgroup text is missing' tab in ovt0/spro

Hi,
Can anybody please explain me what is the use of 'Subgroup text is missing' in tcode ovt0 . This tab is present in ECC 6.0 but not in 4.7.
The spro path for this is
sprosap referenceimglogistic generalbusinesspartner-customerscontroldefine account groups & field selection for    customers d.click on groupd. click on  company code data-d.click on W/holding tax data, w/h tax 2----
'Subgroup text is missing'.
     Or else can anybody please provide me  any info regarding  the sap notes related to this .
Thanks in advance.
Edited by: Sakti Mishra on Oct 27, 2010 6:13 PM

Hi Sakti,
Kindly note that this error occurs when No fields are assigned to a group.
Therefore, with this clue you can check the corresponding table whether it contains the required field or not.
Also check the following SAP Note and see whether its releavnt in your case or not.
   62967 - Field status groups vendors (LSA)
Regards,
Abhishek

Similar Messages

  • Use of 'Sub group text missing' tab in tcode ovt0/spro

    Hi,
    Can anybody please explain me what is the use of 'Subgroup text is missing' in tcode ovt0 . This tab is present in ECC 6.0 but not in 4.7.
    The spro path for this is
    sprosap referenceimglogistic generalbusinesspartner-customerscontroldefine account groups & field selection for customers d.click on groupd. click on company code data-d.click on W/holding tax data, w/h tax 2----
    'Subgroup text is missing'.
    Thanks in advance.

    Hi,
    subgroup is just listing the group fields available in the selected group.
    In your case, it will list only
    *W/hold.tax deduction,w/h tax 2
    *Withholding tax code (2)
    *Withholding tax number
    *Withholding tax types
    *Withholding tax country key
    A double click on the "W/holding tax data, w/h tax 2" will do the same and show the field gruop settings
    Hope this helps
    Alain

  • Text is missing in migo - excise invoice tab

    Hi,
    I'm doing migo with excise invoice tab option, where on the left, there are options like, capture & post, part1 only, no excise entry .etc..
    In that area if i use F4 option,  i can see both the fields i.e field nbr as 01 and text as capture and post, after selecting, the screen shows only 01 and text is missing.
    pls suggest, how to get the short text in excise invoice tab.

    Kunal
    in our dev , it's working fine , but in prod. only we are geting such display. any idea?
    Edited by: sapjj jk on Sep 22, 2008 7:12 AM
    Edited by: sapjj jk on Sep 22, 2008 9:19 AM

  • Using the paste options randomly misses out text, don't use it and use the 'Paste Special...' option instead (MS Outlook)

    Also there seems to be no obvious way to report Office bugs.  This is leaving little room for improvement.  Not sure if there has been any planning on this front???
    For example, [MS Outlook] using the paste options randomly misses out text, (don't use it and use the 'Paste Special...' option instead).  But how do I communicate this to the Office team without knowing at least one of the team personally (which I
    don't)???

    Hi,
    Do you have this issue when pasting in other programs?
    If you are pasting something into Outlook, some formats and images may get lost, especially when you choose the Paste Options as Keep Text Only.
    Once you have this issue again, please try with "Keep Source Formatting". This may keep the Sour Formatting and you may not get the text lost.
    If you have any feedback when using our products, I suggest you press Ctrl + Alt + 7 or Ctrl + Alt + 8 to submit it. Microsoft will always listen to users' voice and make the products better and easier to use.
    Regards,
    Melon Chen
    TechNet Community Support

  • How do I left justify the text in the tabs of a JTabbedPane.

    In 1.3.1 this used to work by supplying an HTML string with <div align="left"> but when I run with 1.4.1 this is now broken and I get center justification.
    Does anybody know a way to get the text in the tabs to be left justified.
    Thanks,
    Philip

    First, I found while using JTabbedPane that the "standard" behavior is to allow to a tab the exact space needed to display the tab text. Hence with this behavior, there is actualy no difference of "left" or "center" aligned text. So I assumed that you found a way or another to make your tabs wider than the "string width"...
    Here is a solution:
    You can override the TabbedPaneUI class and ajust the "layoutLabel()" method. Here is the code..
    //Your code using the tabbedPane
    JTabbedPane tp = new JTabbedPane();
    tp.setUI(new LeftTabbedPaneUI());
    //File containing the overrided TabbedPaneUI
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.util.*;
    import javax.swing.text.View;
    class LeftTabbedPaneUI extends javax.swing.plaf.metal.MetalTabbedPaneUI {
            //I also overrided this function just to force tabs wider than
            //the displayed "String Width". I asume that you found another
            //way to do this so you can delete this function in your
            //implementation
         protected int calculateTabWidth(int tabPlacement, int tabIndex, FontMetrics metrics){
              return 150;
        protected void layoutLabel(int tabPlacement,
                                   FontMetrics metrics, int tabIndex,
                                   String title, Icon icon,
                                   Rectangle tabRect, Rectangle iconRect,
                                   Rectangle textRect, boolean isSelected ) {
            textRect.x = textRect.y = iconRect.x = iconRect.y = 0;
         View v = getTextViewForTab(tabIndex);
         if (v != null) {
             tabPane.putClientProperty("html", v);
         //This Line is added to avoid writing on tab border while aligned to left.
         //You can comment this line to test and or adjust the "5" pixel space
         Rectangle rec = new Rectangle(tabRect.x+5,tabRect.y,tabRect.width,tabRect.height);
            SwingUtilities.layoutCompoundLabel((JComponent) tabPane,
                                               metrics, title, icon,
                                               SwingUtilities.CENTER,
                                               SwingUtilities.LEFT,
                                               SwingUtilities.CENTER,
                                               SwingUtilities.TRAILING,
                                               rec,
                                               iconRect,
                                               textRect,
                                               textIconGap);
         tabPane.putClientProperty("html", null);
         int xNudge = getTabLabelShiftX(tabPlacement, tabIndex, isSelected);
         int yNudge = getTabLabelShiftY(tabPlacement, tabIndex, isSelected);
         iconRect.x += xNudge;
         iconRect.y += yNudge;
         textRect.x += xNudge;
         textRect.y += yNudge;
    }Here I overrided the "Metal" implementation of the tab but you must override the implementation of the used Look And Feel,
    ex. "com.sun.java.swing.plaf.window.WindowsTabbedPaneUI" for the windows LAF.

  • Mystery of mysteries. Can't get rid of "Glossary" text on Favorites tab.

    I consider myself relatively well-versed in chm file compiling and chm related issues, but this one has me stumped...
    System Specs;
    RH 9 now (initial English help in background below was compiled using RH 7)
    Windows 7 64-bit
    First, the background -- We use RoboHelp to compile our English CHM. We then decompile the files from the CHM and ship those off for localization. When they come back from translation, we use usually use FAR HTML to recompile the help. Sometimes we use RH (if FAR HTML is being tempermental). And in rare cases, like today, we use both. So today I was working on compiling a Traditional Chinese help we got back from translation recently. I tried using FAR HTML as usual for the initial post-translation compile. I ran into various and sundry compiler errors that made no sense whatsoever, so I decided to try compiling it in RH instead. The compilation made it through, but the Contents and Index tabs weren't displaying the proper Chinese characters. So I took this Traditional Chinese chm that was compiled by RH, decompiled it, and tinkered with .hhc and .hhk file encoding and charsets and used FAR HTML again to compile. And this time compiling worked without a hitch. We got proper characters. Yay! So far so good. Well, sort of. That's just the background.
    Now, the problem -- So now, compiling back in FAR HTML from the above decompiled RH 9 files, I'm getting a psuedo Glossary tab I don't want since in our localized versions of the help. (We simply just call an htm containing the glossary info, and tie the htm to the toolbar.) I say "pseudo" because here's what the navigation pane on the compiled help looks lilke:
    Notice that the Favorites tab is actually somehow getting named as "Glossary".  We don't want this. I want the default "Favorites" text for the tab. If I unregister the hhactivex.dll and recompile, the "Glossary" string on the tab thankfully goes away, showing just "Favorites". If I register the dll again or move the compiled help onto a system with a registered hhactivex.dll, the problem reappears all by itself when the help is launched.
    How can I get my Favorites tab back to normal? I suspect this problem is contained somewhere in the HHP file, specifically my Windows definition. But I've tried recreating the hhp, and the window definition many times, but it still appears. I even at one point tried removing the Favorites tab but then the mystery "Glossary" text moves onto infesting the Search tab.
    Here's my hhp innards if it helps:
    [OPTIONS]
    Binary TOC=No
    Binary Index=Yes
    Compiled File=pcdlrn.chm
    Contents File=pcdlrn.hhc
    Index File=pcdlrn.hhk
    Default Window=HtmlHelp
    Default Topic=intro.htm
    Default Font=,,136
    Full-text search=Yes
    Auto Index=Yes
    Language=0x404 Chinese (Traditional/Taiwan)
    Title=PC-DMIS Help
    Create CHI file=No
    Compatibility=1.1 or later
    Error log file=_errorlog.txt
    Full text search stop list file=
    Display compile progress=Yes
    Display compile notes=Yes
    [WINDOWS]
    HtmlHelp="PC-DMIS Help","pcdlrn.hhc","pcdlrn.hhk","intro.htm","intro.htm","pcdlrn_glo.htm","Glossary Button",,,0x61520,244,0x4386E,[432,113,1354,863],0xB0000,,,,,,0
    [FILES]
    Auto_Edge_Strength.htm
    ... and a bazillion other files ...
    [ALIAS]
    #include Core.ali
    [MAP]
    #include BSSCDefault.h
    [MERGE FILES]
    errorcodes.chm
    pcdbasic.chm
    pcdmiscmm.chm
    pcdmisdci.chm
    pcdmisfixturing.chm
    pcdmislaser.chm
    pcdmisnc.chm
    pcdmisportable.chm
    pcdmisregistry.chm
    pcdmistutor.chm
    pcdmisvision.chm
    Is RH somehow still doing something to it even though technically I'm not using it to compile? Is there some other setting or file somewhere that could be controlling this or is it just a compiler bug that I've never noticed?

    Thanks Cara, but I'm not sure if that's the same thing. In this problem the Favorites tab in the CHM was showing up with the word "Glossary" in it. Anyway, it's water under the bridge now for me. Things are better now that we're localizing our Engish RH project directly, instead of our old way of decompiling the English chms and sending the decompiled htms.

  • Fonts used in some text layers not available...

    I've been gettting the following message lately when opening Photoshop files at work: "Fonts used in some text layers are not available for activation. You will need to replace these fonts before the layers can be used for vector based output".
    But when I check my text layers, there are no indications that any fonts are missing. I double click on every text layer to see what font is being used and double check Suitcase Fusion to make sure it is activated.
    I'm using OSX Maverick 10.9.2. I'm using Suitcase Fusion 5 version 16.2.0. And I'm using Photoshop CC 14.2.1. It's more of an annoyance than anything, but would like to know why it keeps telling me fonts are not available when they are currently activated in Suitcase. Not sure if it's an Adobe issue or a Suitcase Fusion issue.
    Anyone have any ideas on this?
    Thanks!
    Steve

    DrStrik9, I opened up the file, clicked on each text layer and selected all to make sure there wasn't any character using a different font. There wasn't. I clicked on the font being used, tried changing it to a different font, then back to the font that was being used. I saved and closed the file, then reopened it, and that seemed to cure it for that file. Not an efficient way to go about it though.
    I then tried another file that was giving me the same error, clicked on each text layer, changed the font to a different one, then back to what was being used, saved, closed and reopened it, and still got the same message. So it didn't work for that one. I then tried changing the font to a system font, Times Bold true type, saved, closed, reopened, and got the message again. So not sure what is going on. The fonts used in the first file were DIN and DINEngschrift postscript font, which were loaded and active in Font Fusion.
    The 2nd file I tried was using Gotham Bold postscript font, which also was active in Font Fusion. I've run Font Doctor on the fonts and found no issues.
    Even though I'm getting the error message when I'm opening these files, none of the text layers have that Exclamation point indicating there is an issue with the layer, so it would seem the text layers are fine. Just really annoying to get that error every time I open the file.
    Another thing I tried is I created a new Photoshop file and just made some text layers using Gotham Bold. Saved, closed and reopened the file and did not get the message. So, I don't know why I would get it with one file and not another. Very confusing/frustrating. Any other ideas?
    Thanks in advance,
    Steve

  • How to change the text of customer tab in Me23n

    Hi
    I have added new customer tab in Me23n at item level.
    Its text is Customer Data.
    I would like to change to some other text.
    How to change the text of customer tab in Me23n
    Regards
    Amruta

    Amruta,
    I had the same query today and finally found the answer.
    In order to change the title text or description of the "Customer Data" tab in ME23N, etc. you need to define a new text symbol in program SAPLXM06. The text symbol must be number 111 for the PO data. Make sure you define this text symbol in the language you are using when viewing the PO. I had issues with this as the original language of object SAPXM06 is not my logon language.
    The standard code which picks up this text is in function module MEGUI_BUILD_PO_ITEM_PLUGIN. I could not find any documentation around this functionality.
    Hope this helps!
    Ben

  • Image text is missing in InDesign CS4

    Hi everybody,
    I am using InDesign CS4 with MAC OS X 10.5.8. I encountered a problem that the Text is missing in the eps image, when imported on InDesign document. Refer below screenshot.
    I have used “Times New Roman” Type1 font in InDesign document. And for images I have used the same “Times New Roman” as OTF font. Refer below screenshots.
    Type 1 fonts used in InDesign:
    Open Type Font used in Images:
    Here, I caught one more finding. If I save the image as Adobe Postscript as “Language Level 2”, I don’t have any text missing issue in InDesign document. But, if I save the image as “Language Level 3”, I found this missing text issue in the document. Refer below screenshots.
    Could anyone hlep me what the exact issue. Any help is much appreciated!!

    Yes Bob. This new thread was raised by me to explain the issue in detail.
    Further to my analysis, I found that when I load the job fonts in “Applications/Adobe InDesign CS5/Fonts”, we got this text missing issue. And the same job fonts, when I load in “Users/<user_name>/Library/Fonts”, it showing correct.
    Any thoughts?

  • Saving as PDF from Photoshop Elemenst text is missing

    I am saving a PSd as a PDF and the text is missing in the reader, but not in the original PSD, can anyone help?

    Are you using adobe reader to view the pdf or the windows 8 built in pdf reader?
    Is the text still there if you open the saved pdf back into the pse 10 editor using File>Open?

  • In iOS 7.0.2 All and Missed tabs are not showing call history correctly

    In iOS 7.0.2 All and Missed tabs are not showing call history correctly, I have iPhone 4 running iOS 7.0.2 version it looks like there is a bug. Missed call history and All calls (incoming, outgoing and missed) history is not showing properly in a list. Ideally when I click on missed it should show me recent missed call list and when I click on All it should show me (incoming, outgoing and missed) calls list sorted by current date and time.
    I would like to request Apple developer team to look into this and fix this bug asap. Thanks in advance.

    Hello gnutellabrot
    Start with the article below to troubleshoot issues with email not sending and downloading to your iPhone.
    iOS: Troubleshooting Mail
    http://support.apple.com/kb/ts3899
    Thanks for using Apple Support Communities.
    Regards,
    -Norm G.

  • What is the use of Standart text in SapScripts.

    What is the use of Standart text in SapScripts?
    How to Use in Forms?

    Hi Puja Das,
    Welcome to SCN,
    As per knowledge, Standard text is mainly meant for Functional People
    For eg : Try changing a Sale Order no. In VA02.
    If you see the Header or Item details You will find Texts tab. In that you can see Form Header, Header Note1/2.
    Here the Functional / User will enter some text according to their understand, when they print regarding they need that text on a FORM.
    Thus these text will be stored in a Standard Text format.
    And You can Use Standard Text in Script as follows:
    /: INCLUDE DATE OBJECT TEXT ID ST
    Regards,
    Suneel G

  • The missing tab in nvidia diplay properties

    can anyone remind me how to open the missing tab in nvidia display properties (the tab that's used for overclocking).  i've done it, several months ago, but now i forgot... how stupid am i right  ;(

    Spyghost,
    Set your desktop resolution to 16Bit and remove any files you have on your desktop.
    No need for you to keep rendoring your desktop in the background while playing a game.
    Then in the settings I would do these tweaks:
    Performance & Quality Settings
    Performance - Aggressive
    Antiailiacing - Off
    Anisotropic Filters - Off
    Direct3D Settings
    Enable Fog Table Emulation - On
    Mipmap Detail Level - Best Performance
    More Direct3D
    Vertical Sync Mode - Always Off
    Render no more than - 5 Frames Ahead
    OpenGL Settings
    Default Color Depth - Use Desktop Color Depth
    Buffer-Flipping Mode - Auto-Select
    Vertical Sync - Off by Default
    As for the overclocking section, you can use it at your own risk. For now run without overclocking.
    Take Care,
    Richard

  • Read text file (ASCII), tab separated

    how to read contens of text file (ASCII), tab separated in a report.

    hi kailash,
                    To read contents of text files (Ascii) use GUI_UPLOAD function.
    GUI_UPLOAD - this FM will Upload the Data of a text File to ITAB.
    Please see below the code for it.It is very simple ,plz go through it.
    In the code when u call the function GUI_UPLOAD just mention the file type as 'ASCII' as done below.
    pls do reward if useful.
    Thanks.
    types: begin of ttab,
           f1(25) type c,
           f2(10) type c,
           f3(10) type c,
           end of ttab.
    data: itab type table of ttab with header line.
    data: file_str type string.
    parameters: p_file type localfile.
    at selection-screen on value-request for p_file.
      call function 'KD_GET_FILENAME_ON_F4'
        EXPORTING
          static    = 'X'
        CHANGING
          file_name = p_file.
    start-of-selection.
      file_str = p_file.
      CALL FUNCTION 'GUI_UPLOAD'
        EXPORTING
          FILENAME                      = file_str
        FILETYPE                      = 'ASC'
       HAS_FIELD_SEPARATOR           = 'X'
      HEADER_LENGTH                 = 0
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
        TABLES
          DATA_TAB                      = itab
       EXCEPTIONS
         FILE_OPEN_ERROR               = 1
         FILE_READ_ERROR               = 2
         NO_BATCH                      = 3
         GUI_REFUSE_FILETRANSFER       = 4
         INVALID_TYPE                  = 5
         NO_AUTHORITY                  = 6
         UNKNOWN_ERROR                 = 7
         BAD_DATA_FORMAT               = 8
         HEADER_NOT_ALLOWED            = 9
         SEPARATOR_NOT_ALLOWED         = 10
         HEADER_TOO_LONG               = 11
         UNKNOWN_DP_ERROR              = 12
         ACCESS_DENIED                 = 13
         DP_OUT_OF_MEMORY              = 14
         DISK_FULL                     = 15
         DP_TIMEOUT                    = 16
         OTHERS                        = 17.
    *IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    *ENDIF.
      Loop at itab.
        write : / itab-f1,itab-f2,itab-f3.
      endloop.

  • Use system-wide Text replacement to superscript characters? 1st, 2nd, etc

    I wanted to use the new text substitution in Snow Leopard to transform typed "1st" and "2nd's" into their 'correct' form with superscripted numerical suffixes. I tried to just easy do it by copying a corrected form out of Pages where I had created a proper "1st,", "2nd," and so on, but when I would paste them into the system prefs pane, they would just paste as regular numerals & letters instead of the superscripted variety.
    I then thought to see if I could find the proper superscripted letters in the character viewer but came up empty. Does anyone know of a way to get this working? it's minor and all, but would be a nice addition.

    1) yes, I know that
    2) how would that help this situation any even if I hadn't? i didn't say "I can't get my text replacements to be accepted in any applications," I stated that I cannot find a way to get the Text System Prefs pane to accept supercripted numerical suffixes.
    Sorry to be an *** about it, but everyone's always lambasting posters for not being clear enough or specific enough in what they're trying to do, and I was very clear about what I was asking and even in giving specifics on what i had done to try and remedy the situation myself.
    I'm not asking how to get text replacement to work in apps, I'm asking how to get the system-wide text replacement to accept superscripted numerical suffixes in the first place. Maybe it's not possible? maybe it is and I'm missing something, but if so it's specific to the prefs pane, not other applications.

Maybe you are looking for

  • About Pre-Mapping

    Here my problem: I use Pre-Mapping which contains a function turning over a value. Until nothing very difficult... Now, which I must try to make is to stop or not my mapping (RAISE) according to the value of return and to thus be able to use this fun

  • Two fields needed in the dynamic selection of standard tcode CN47N

    In tcode CN47N,In the dynamic selection Under Dates Network/Order, Two fields start and finish date are needed.

  • Debug mode makes run time errors go away

    I'm writing a very simple console app for my own training purposes. The goal is to be able to pass a month name and a starting weekday, and then generate an appropriate calendar display for the month. The default package imports my own package, which

  • CS5.5 Trial??? US/Europe Price Comparison?

    How and where is the trial? Is there no trial available? I wanted to test this for projects in work, see if it was viable. The only option I can see is the Upgrade at €143.99?? Upgrade Price It's $119 US, and in todays conversion rate that's only €81

  • Administrate Objects in Schema by Another Schema

    Hi, I am in a scenario to give administer privilege on one schema to another schema only. Let me exxplain my scenario with an example. I have a schema named HR in my database. Now I have create another schema named SH. Now I need to do all operations