Fields doesn't appear in SM30

I have 2 custom tables . One which has no key fields ( other than CLIENT-MANDT ) field , while the other table has 4 fields as key. I used table maintenance generator for both the tables. Both these tables currently has no data in them. When i view in SM30 , i find the template for the second table , i mean the field names but no records- as no data in table.
But for the first table , the template [just field labels] doesn't appear. I just get the message " No entries exist "
Why is it so ?
Thanks in advance,
Asha

Hello Asha,
(and for everyone else having a problem with tables having only MANDT as key-field.. )
It is very well allowed and supported in View Maintenance.
But you should remember and realise one thing. MANDT field is never display on screen. Hence, if you have a table with only MANDT as the key-field, then you realise you do not need what is known as the 'Overview Screen'. It is also not supported Technically, as you are always handling only one record of the table - that belonging to current client!
Hence, please goto your SE54, and change your maintenance type to two-step. Simply maintain a detailed screen, and re-generate your entire dialog. You will now see that when you access via SM30 now, you will always be directed to the detailed screen of your login client. Which is what is required functionally, am I right?
Good luck!
Cheers
Rekha

Similar Messages

  • SQ01 Sap Query - additional fields doesn't appear

    Hi everybody,
    i've created a SAP Query with transaction SQ01 but one of my additional fields doesn't appear when i execute my Query.
    My query shows the G/L account number and the field status Group (table SKB1)
    I just need to display equally the text field of "field status Group" but it doesn't work.
    When i look at the parameters i can see that it makes the link between the table T004G and SKB1 in order to find the textfield but the field stay blank.
    For information T004g is a Pooled table.
    Is someone could help me?
    Thank you

    Hi,
    First you need to create a structure in Data Dictionary - SE11. This structure will contain all the fields that you want to display in the query output.
    Example - Name the Strucutre as zz_infoset01
    fields of the structure( for your requirement )
    BUKRS
    SAKNR
    FSTAG
    FSTTX
    Go to T-code SQ02
    1) Enter the Infoset name - zinfoset01 press create
    2) Enter a Short Description - G/L Infoset - 01
    3) select radio button - "Data retrieval by program"
                   and in "data structure" enter   zz_infoset01
    4) select "Integrated program" radio button
    5) In the next screen click on the "Data reading program" push button(on the application toolbar)
    6) An Editor will open with the following code
    REPORT  rsaqdvp_template .
      declarations
      (insert your declarations in this section)
    DATA:
      zz_infoset01                          TYPE zz_infoset01                          ,
      it_data TYPE STANDARD TABLE OF zz_infoset01 WITH HEADER LINE.
      selection screen statements
      (define your selection-screen here)
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_HEAD>
      read data into IT_DATA
    (select your data here into internal table IT_DATA)
      output of the data
      (this section can be left unchanged)
    LOOP AT it_data.
      zq01  = it_data.                        .
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_BODY>
    ENDLOOP.     
    7) when you insert your code in the sections it will look like this
    REPORT  rsaqdvp_template .
      declarations
      (insert your declarations in this section)
    Tables:SKB1,
              t004g.          
    DATA:
      zz_infoset01                          TYPE zz_infoset01 ,
      it_data TYPE STANDARD TABLE OF zz_infoset01 WITH HEADER LINE.
      selection screen statements
      (define your selection-screen here)
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_HEAD>
    *These will be the input parameters for the query
    parameters: sp_bukrs like skb1-bukrs,
             sp_saknr like skb1-saknr.     
      read data into IT_DATA
    (select your data here into internal table IT_DATA)
    *get all the G/L for com code and G/L in selection screen
    SELECT bukrs saknr fstag
                INTO TABLE it_data
                FROM skb1
                WHERE bukrs = sp_bukrs
                AND   saknr = sp_saknr.
      output of the data
      (this section can be left unchanged)
    *for every G/L get the status text from t004g for lang 'EN'
    LOOP AT it_data.
    SELECT SINGLE fsttx
                    FROM t004g
                    INTO it_data-fsttx
                    WHERE spras = 'EN' "Language
                    AND   bukrs = it_data-bukrs
                    AND   fstag = it_data-fstag.
      zz_infoset01  = it_data.                        .
    !! the following comment MUST NOT BE CHANGED !!
    *<QUERY_BODY>
    ENDLOOP.     
    8) Save and generate the Infoset.By clicking on the generate button.
    9) Now assign the Infoset to the query in SQ01 and select the output list fields.
    let me know if you need more info. Also award points if helpful.
    Regards,
    Santosh

  • Oracle report, some fields doesn't appear

    i have a receipt report , it contains many fields,
    sometimes when i call the report some field doesn't appear like date, or amount
    any help please
    report builder : 6i
    and the database is 10g

    sometimes when i call the report some field doesn't appear like date, or amountCould be because
    - you have format triggers on the fields
    - the query doesn't return any value for these fields

  • Dynamically created text field doesn't appear when imported

    Greetings,
    I have 2 issues regarding dynamically created text fields.
    What I'm trying to do is to create a text field inside a swf file,
    then import that swf into another file. The main problem is, the
    text field is created and displayed perfectly when i execute the
    first swf, but when i try to import the whole thing into another
    file, the text is not displayed.
    I have to point out that, when I add "stage" before the
    addChildAt command, the text appears, but I don't want the
    coordinates of the text box depending on it's location on the
    stage.
    The second problem is, I want the scroll buttons to appear if
    the text is longer than the text box, however they appear no matter
    what. I trace the values and they are correct, so I can't really
    understand why they keep appearing.
    Thank you very much for your help.

    The same thing is happening to me and it is starting to get annoying. I too am using Chrome and I think that might just be part of the issue. I am running a Macbook Pro 2010 13". Any insight on this would be helpful. Sorry I don't have a solution, but know that your not alone in dealing eith this issue.

  • Oracle apps r12 username,password field doesn't appear in arabic interface

    Dear all,
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.
    Thanks & regards,

    Please post the details of the application release, database version and OS.
    What is the application/database characterset?
    I can find the username,password in ENGLISH interface in oracle apps R12 but when i switch to arabic interface i could not find the username,password field.
    Can anybody face this issue and can reply to me.Do you mean you get a blank page for the Arabic login page? If yes, have you tried to recompile JSP files manually and see if it helps?
    Thanks,
    Hussein

  • AET Fields doesn't appear in ECC??

    Hi All,
    I created some fields  for CONTACTS using AET. While creating the fields  i Checked the Checkbox R/3 as well. I found the fields in BUT000. I checked in ECC KNA1 i didn't find these fields. Now my question is will these AET fields automatically available in KNA1 table of ECC or we need to add them manually if we want to replicate the data of these custom fields to ECC?? 
    I also Created a table extension for CONTACTS using AET in CRM. Now i want this table to be in ECC as well as i need to replicate the data from crm to ecc. Do i need to go to se11 and create it manually in ECC by maintaining foreign key relation with KNA1??
    Thanks & Regards,
        Bala.

    Hello,
    Yes you will need to enhance ECC structures as well.
    Regarding BUT000, on ECC side, you will have to enhance structure BSS_CENTI (include CI_CUST to be created) and structure BSS_CENTIX (include CI_CUST_X to be created).
    Hope this helps.
    Best regards,
    Sylvain AGUETTAZ

  • The New Field in the FBL5N/FBL1N doesn't appear

    Hi guys,
    I created an APPEND STRUCTURE with the NAME1 field in the table RFPOS and through the transaction FIBF an Event that calls a Function and move the Name of Customer or Supplier according to the transactions FBL5N or FBL1N.
    This field, NAME1, should appear in these transactions when the user choices the hidden fields through the Change Layout button. But this field doesn't appear...
    I debbuged the Function Module and the data have been moved. (It works...)
    Please, someone did it before and could help me to solve it?
    Why doesn't the Field NAME1 appear? What could I do??
    Thanks a lot!
    Regards,
    Marcos Fernando Dotta

    Hi
    The new fields have to be appended in the structure RFPOSX too, and then you need to run the program RFPOSXEXTEND in order to add the new fields in layout structure RFPOSXEXT
    Max

  • The list doesn't appear in the input field

    Hi All
    The list doesn't appear in the input field when I make input or press the BACKSPACE key.
    Notes:
    I made this modifications:
    1. In connection properties I set High speed connections (LAN)
    2. In local data settings I set the historial to ON
    we had SAPGUI 620 in workstations and now we have installed SAPGUI 710
    Thanks for your time and help
    Message was edited by:
            Genner Sanchez

    Hello Genner,
    see note 399180:
    o  FIELD NAME LENGTH
       The history is only written for field names with a maximum length
       of 40 characters. In earlier SAP GUI versions, this length was
       restricted to 30 characters. The history file must be deleted to
       achieve extended support.
    o  FIELD LENGTH
       If the length of the input field is 60 or more characters,
       history is not written either. "Input field length" refers to the
       dictionary length of the field, not to the "visible length" on
       the screen. (The restriction of the input data to 60 characters
       results from the fact that text editors were often built as lists
       of text fields with a length of 60 in the past. In those editors,
       this history was quite annoying.  On customer request, this was
    Regards, Martin

  • Report parameters doesn't appear correctly

    I have a report .rdl under Visual Studio2010 and sql server2008.
    the report language is arabic and all the fields appears correctly, but the parameters doesn't appear correct it shows stange characers(not question marks) and all the remaining fields show arabic characters correct.
    i run the report on internet explorer9.
    i don't know what is the problem, i searched alot and there is nothing new. what can i do??

    Hi nermo,
    You have mentioned that the report is work fine on Chrome. It may be a compatibility issue of IE9. At this time, I suggest that you first check this issue in IE9 Compatibility View mode. Please refer to the following steps:
    1. Launch the IE 9, and press Alt+T to select the Tools.
    2. Click Compatibility View settings.
    3. Check the “Display intranet sites in Compatibility View” option, and click Close.
    Reference:
    Fix site display problems with Compatibility View 
    Regards,
    Alisa Tang
    Alisa Tang
    TechNet Community Support

  • Is there any way to get the PivotTable Field List to appear in an embedded Excel Web Apps spreadsheet?

    The PivotTable Field List shows up fine when using Excel Web Apps normally. It doesn't appear to be accesible via the javascript API and the main
    Excel Web App cannot be embeded in a frame. Any ideas?

    Hi,
    This is the forum to discuss questions and feedback for Microsoft Excel, this issue is more related to Excel Web app develop. I recommend you post the question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

  • Back-up / Retrieve Files from an external hard drive that doesn't appear in Devices

    Someone please help!
    I am going to write the "history" from my disk utility repair here so that other's who copy and paste into search may find it:
    (PLEASE SCROLL 13 ROWS DOWN)
    Verify and Repair volume “Your Hard Drive Name”
    Checking Journaled HFS Plus volume.
    Checking extents overflow file.
    Checking catalog file.
    Keys out of order
    Rebuilding catalog B-tree.
    The volume   could not be repaired.
    Volume repair complete.Updating boot support partitions for the volume as required.Error: Disk Utility can’t repair this disk. Back up as many of your files as possible, reformat the disk, and restore your backed-up files.
    Ok. I would really love to reformat this disk, but I have stuff on here from film school that I CAN NOT lose
    Question:
           How would I go about backing-up the disk if the image doesn't appear under devices? I went to the "Restore" tab/button, but I can not choose the hard drive in the first field. I could have sworn my hard drive was formatted for Mac, but I may have formatted it back to FAT32. I know the disk still functions because when it is powered on, it cycles with/without being connected to my MacPro, but after that, it will only cycle if connected (confirming connection). It does run again when I connect the firewire cable. Here is my equipment:
    8-Core MacPro 16GB-Mem RAID
    MacOSX 10.6.8 | 2 X 1TB Internal HDD
    Aug-2008 15" MacBookPro
    (That I used the Maxtor-External with mostly)
    DEVICE IN QUESTION
    500GB Maxtor One-Touch Plus
    FireWire 400 6-pin Connection Bus (2 Ports)
    Purchased in Early 2008 from Staples
    I can fit the back-up on my 2nd HDD in my MacPro or in my other External:
    2 TB G-Technology G-RAID External
    1 x eSATA |  2 x FireWire 800 9-pin |  1 x USB 2.0
    Self Powered DC-IN
    I have had a nightmare searching for answers, so any options you might have would be tremendously helpful. I can't lose the data because I have everything I did during film school on there. That stuff is basically what you pay for when you go to film school, you pay to show what you can do and what equipment you have used. SAVE ME FELLOW APPLE PEOPLE!!!! We COMMAND, as well as CONTROL!
    -RaphSai

    Get Disk Warrior that will repair the problems without requiring that you reformat the drive - $99.00 on a bootable CD. Will not work on a FAT formatted drive.
    You will need to use Drag and Drop to save your files by copying them from the bad drive to a good one.
    To reprep the drive:
    Drive Preparation
    1. Open Disk Utility in your Utilities folder.
    2. After DU loads select your hard drive (this is the entry with the mfgr.'s ID and size) from the left side list. Click on the Partition tab in the DU main window.
    3. Under the Volume Scheme heading set the number of partitions from the drop down menu to one. Click on the Options button, set the partition scheme to GUID then click on the OK button. Set the format type to Mac OS Extended (Journaled.) Click on the Partition button and wait until the process has completed.
    4. Select the volume you just created (this is the sub-entry under the drive entry) from the left side list. Click on the Erase tab in the DU main window.
    5. Set the format type to Mac OS Extended (Journaled.) Click on the Security button, check the button for Zero Data and click on OK to return to the Erase window.
    6. Click on the Erase button. The format process can take up to several hours depending upon the drive size.

  • When I send emails, my friends told me my name doesn't appear in the "from" column. How do I solve this problem?

    when I send emails, my friends told me my name doesn't appear in the "from" column. How do I solve this problem?

    Badunit, thanks for your reply. I just went into Mail/Preferences/Accounts, "full name" field is filled correctly with my name. This happens to only certain recipients, and not every emails. Sometimes my name shows and sometime it doesn't show. And this only started to occur recently.

  • The vendor doesn't appear in FAGLL03

    Hi,
    Why in FAGLL03 the vendor doesn't appear when the document type is RE.
    Is it possible to add this information?
    Regards,
    Ferdaws

    If I understood your question right, I think you have already added the vendor special field through following customizing
    Financial Accounting (New)> General Ledger Accounting (New)>Master Data>G/L Accounts>Line Items>Define Special Fields for Line Item Display
    If you not added, then please add. But populating Vendor field through Special field configuration will not solve your problem. If you are using document type RE to post vendor transaction, then also FAGLL03 will not populate the vendor ID in the report, because this is GL line item report, and vendor line item is posted only to Vendor reconciliation account, which is normally not active with switch "Line item display" in the GL master data (Check t-code FS00). Whereas the off-set GL account in a vendor transaction does't create a line item with a vendor ID default.
    So, the best place to look for vendor ID in your case will be "Off-set account". Check under the change layout of the report FAGLL03 if this fields "Off-set account type" "Off-set account" is available. If not, please do the following:
    you need to implement following BTE to populate Offsetting accounts
    Transaction FIBF
    Menu>Settings>Products> of a customer.
    Click new entry
    Product = RFPOS
    Activ = Set Flag
    Save
    Menu>Settings>P/S Function Modules> of a customer
    Click new entry
    Event = 00001650
    Product= RFPOS
    Module = Line_Items_Get_GKONT
    Thanks
    Ron

  • Table Maintenance - Field Names not appearing

    Hi,
       I given table maintenace for 'Z' table.
       When i went to SM30 transcation, the fields which are taken as Built-in type instead of Data elements are not having caption( Field names ) . It is showing '+' in the place of Fieldname .
       What may be the reason. In table i given short description of the field . Even though it is not displaying.
    Please suggest me.
    Thanks in advance
    Pavan.

    Hi Pavan,
    If you used the built-in types, then that is how it appears in SM30. It will <b>not</b> take the field short descriptions you entered in the table.
    Only way to get around it is to go to the screen of the table maintenance and change the field lables there. Caution though, is that whenever you change the table maintenance, you need to do this screen change again.
    Let me know if you need more info on how to do it.
    Srinivas

  • HT201318 Hello. I have just built a website using iWeb but cannot upload it. I curently have the 25gb account. There doesn't appear to be any facility here for the net. ASm I correct in thinking I need an upgrade, or am I doing something wrong?  Thanks

    Hello. I have just built a website using iWeb but cannot upload it. I curently have the 25gb account. There doesn't appear to be any facility here for the net. Am I correct in thinking I need an upgrade, or am I doing something wrong?  Thanks

    iCloud does not provide website hosting. You will need to find another website hosting service - there are many to choose from - and upload your site there. How you do this depends on what version of iWeb you have.
    In order to upload your existing site in iWeb '09 and above:
    Click on the name of the site in the sidebar: the publishing settings pane will open. Set 'Publish to' to 'FTP'. Enter the name of the site and a contact address (if desired).
    In the 'FTP Server Settings' section you will need to know the server address (your hosting service can tell you that), and your username and password for that service. Your site will be published in a folder with its name at root level of the server, with an index.html file at root level (which will overwrite any index.html file which may be there already). The 'Directory/Path' field may need to include a path such as '/webspace/' or 'ht_docs/' - this is dependent on your hosting service and they should tell you this. If you want to publish within a folder you can add that to the path.
    You can then click the 'Test connection' button so that iWeb can check that it can get access to your server space. You should enter the URL of the site in the 'URL' field so that rss feeds and internal links have the correct address.
    To publish using an earlier version of iWeb:
    From the File menu choose 'Publish to a folder'. You should create a folder somewhere convenient specifically for this and choose it when publishing to a folder: this folder should not contain anything else.
    You now need an FTP program (FTP is the 'protocol' used for uploading) to upload the contents of the folder to your server.Cyberduck is free (donation requested): Transmit is $34 but I think better. You will need the server address (your hosting service can tell you that), and your username and password for that service. You can drag the contents of your folder to your webspace, or create a folder there and drag the contents to that if you prefer.
    Some facilities that iWeb provided when hosted on MobileMe will not work on other servers: comments on weblogs and photos, password-protecting your site (some hosts may provide this), searching in the weblog, and a hits counter (again, some hosts can provide code for this). Slideshows in iWeb will work on other hosts than MobileMe (they use different code when FTPing which doesn't depend on scripts hosted on MobileMe as the MobileMe version does); however there is an issue with the 'buttons' which control the slideshow which are images hosted on me.com - these depend on images which used to be hosted on MobileMe. The poster 'Old Toad' on the Apple Forums has provided a workaround, described at http://oldtoadstutorials.net/No.26.html.

Maybe you are looking for

  • USB to Serial port adapter - Mac thinks  it's a modem

    I'm trying to connect my Mac's USB port to a Sony Beta SP recorder's Serial Port using a generic USB to Serial adapter which uses the Prolific PL-2303 chip. I'm using the latest Prolific Universal driver, but when I plug in the USB cable I get a mess

  • Share selected clips only button not enabled for videocamera

    iMovie HD 06. I have 3 adjacent, no transitions clips from one iMovie that I am trying to "share" back to the video camera (I had manipulated/extracted and added audio effects to these 3 clips, which don't cut and paste from existing iMovie to a new

  • Where does Premiere Elements 8 store files?

    I recently bought a new computer and installed Elements 8 on it. I was in the middle of a video project in 7 on my old computer, had a project folder on my D drive with what I thought contained all my photos and captured video. I moved that folder to

  • Lightbox: removing distance between pictures

    if you put multiple photos in a lightbox, they all nicely display next to each other. now what I want to achieve is that they are all next to each other, but have NO space between them. it seeems not possible however to achieve that. muse automatical

  • How to export photos in my imac to my macbook pro or vice versa

    hi, guys: i decide to buy a 13" macbook pro to store and view my pictures when i travel. the only thing i am worrying about is how the macbook pro communicate with my imac at home. and one more question is how is macbook pro compared with macbook? ju