Fieldgroup view.

Hello,
i added one new field with view to a standard fldgrp.
And generated layout but not able to see new field on the screen.
In the application layout, is it necessary to mention the view name for the respected appl?.
what is the procedure to add a field with view in field group to display on screen?
Thanks
Regards
sidd.

hi,
when you add a field in crmc_blueprint_c  -> Application Element -> Field Group -> Field Group Structure you have to take over all the parent fieldgroups up to the highest level. The highest level is the one that is maintained in the application layout.
Then you have to generate the highest level fieldgroup.
example:
you add or change a field in "ACC_SRES_LOG_NAM_V1".
customize "ACC_SRES_NAME_V1", "ACC_SRES_NAME_V1", "ACC_SRES_01_V1", "ACC_GENERAL_DATA"
generate layout for "ACC_GENERAL_DATA".
yours
michael

Similar Messages

  • How to call a popup with BDT?

    Hi anyone,
    I used the BDT to expand the a transaction with a few tabstraps.
    Now I'm trying add a Pop-Up to that transaction that should be called by pressing a button at one of my tabs. Therefore I create a Dynpro and all nessecary objects such as fieldgroups, views, screens etc. and definied my screen as dialog box. I even defined my Dynpro as a dialog box.
    I tried to call the screen as well as a screen sequence containing only that screen by the function BUS_SCREEN_CALL, but the Screen never appears as Pop-Up but always replaces all the tabs in my transaction.
    Can anyone please give me a hint what to do to get that dynpro/screen/screen sequence proccessed as a Pop-up?
    Thank you very much in advance
    Sascha Kretschmer

    Well, thanks for your reply, but unfortunately that is not exactly what I meant.
    I want to open an PopUp like I usualy do in "classical" ABAP with "CALL SCREEN scr STARTING AT x1 y1", only with staying within the BDT using the View-eventing functions.

  • Hiding fields in standard user management view

    Hi all,
    How to hide fields in user management views.
    Like in the create user view, suppose I want to hide the <b>additional information fieldgroup</b>. how can I do it?
    I have the par file and tried to comment the code which is related to the additional information field group. But when we try creating an iview from the new par(modified par-i changed changed the name ) I do not c the portal component called <b>create user</b>. I am a bit confused.
    Can anyone help me out regarding this.
    thanks,
    Paul

    Hi Paul
    Have a look at
    http://help.sap.com/saphelp_webas630/helpdata/en/d1/956f8b86b2a949913ed22d253e0012/content.htm
    and http://help.sap.com/saphelp_webas630/helpdata/en/91/646d498fd94142a37e90a3b848e45e/content.htm
    By setting the default values you can either have them displayed or hidden.
    Hope this helps,
    Regards
    Uma.

  • "New Line" checkbox in FieldGroup Structure has no effect on layout

    Hello there!
    I have this problem that's driving me sort of crazy.
    I have this search field group in the CRM account homepage (ACC_LOG_SALES_CLASS_SEARCH)  that's made up of four fields. Two are on one row, two immediately below.
    The "NewLine" attribute was flagged in the first and third of the fields.
    In one of the views, I want all the four fields to be diplayed in ONE single row.
    That's why, in the field group structure, I de-checked the newLine flag for the four fields.
    A transport request is created.
    I then go to Layout Generation and ask for the generation of the layout of the ACC_LOG_SALES_CLASS_SEARCH field group on the view I'm interested in.
    It's a pity nothing seems to happen on the layout. The newlines are still there and NO single row.
    Why?

    Hi! I've found the answer myself after a week's attempts.
    This is the answer:
    if your fieldgroup is part of a screengroup (in my case, the fieldgroup was part of another fieldgroup with type SCREENGROUP), you must define the layout ALSO of the screengroup fieldgroup (linked to the view) to see the new layout.
    Re-defining only the layout of the fieldgroup that contains the newline fileds is NOT sufficient.

  • In which case fieldgroup variants are working?

    Hi together,
    I made some customizing for application crmm_account i.e. on field group ACC_SRES_01. Here are the fieldgroup variants for PERSON and ORG. For creating persons I make a copy of ACC_SRES_ADDRESS to ZACC_SRES_ADDRESS_PERS to have a different detail view.
    If I debug my breakpoint work in IF_CRM_BSP_MODEL_ACCESS_IL~GET_FIELDGROUP_VARIANT and I have in one case PERSON and in another case ORG as parameter. But my different fieldgroups don't come up - there are allways the same fields.
    Is anything to to, that the fieldgroup variants are working?
    Thank you and regards
    Thomas

    My mistake - forgot to generate the variant.
    Regards Thomas

  • Do we create Z PCUI Views ??

    Hi,
    I have a very basic questtion that is not clear to me in the cookbook.
    Do we create ZPCUI Views ? Something similar to what we do in WebIC.I know in WebIC we copy the views and controllers into ZBSP application and tell the system to use our Z views in ' Define ICwebclient runtime framework profile'.
    Do we do something similar in PCUI ? I tried to copy a view by follwoing steps in CRM5.0 :
    CRMC_BLUEPRINT_C ->Application/Layout->define layout of PCUI -> choose application and view (CRMM_ACCOUNT and view null) ->Copy -> new view (Zview).
    But I donot see this view when I do the following : Se80-> Crm_bsp_frame->pages with flow logic -> Select.htm -> test -> I see list of all PCUI transactions-> when I click on CRMM_Account I see a dropdown of the views and versions but I do not see my Zview here..
    I hope I'm clear on my question and highly appreciate help on this. Sorry for troubling the Gurus with very basic question.

    Thanks Rodriguez and Neo.
    Now, I understand that each BLview of a PCUI transaction is just a cutomized form the same transaction(hope I'm right here). I also have another question.. say I need to make some custom changes for a Null Blview version 1 of CRMM_Account PCUI application. I do the CRMC_PCUItools get the tecnical information and do the required change to the fieldgroups/ Methods in MAC etc.. I know CRMC_blueprint has the SAP delivered config. But, what do I do if I need to keep what SAP delivered as it is and do changes in Null view? Is this possible ? Am I making sense ? Also what is Version here?? Sorry again for the very basic questions but it will be of great help for me..

  • Can not refresh view data in STRUST

    I am using the JSP (STRUTS) for developing my App.
    I get a list of contact. In bellow it, I make a link for each contacts.
    When i view details of one contact. On click link below.
    My pages:
    listcontact.jsp
    contactdetails.jsp
    When i request a details of contact from list contact -> View successfull.
    But when i refresh the contactdetails.jsp page. I got a message error:
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    note The full stack trace of the root cause is available in the Apache Tomcat/5.5.7 logs.
    I have to use:
    response.setHeader("Cache-Control","no-store");
    response.setHeader("Pragma","no-cache");
    But can't refresh any way this page.
    Plase show me the way to solve it.
    Thanks
    Vu Nguyen

    hi,
    Here are codes
    listdata = new CompanyListData();
    companyList = (ArrayList) session.getAttribute("datalist_company");
    if (companyList == null)
    companyList = (ArrayList) listdata.getCompanyList(datasource);
    session.setAttribute("total", companyList.size()+ " companies");
    session.setAttribute("datalist_company", companyList);
    return (mapping.findForward("success"));
    And for details:
    if ((addressItem==null && companyName!=null)||(addressItem==null&& companyId!="0"))
    addressData = new AddressDetailData();
    addressItem = addressData.getAddressItem(datasource, companyId);
    session.setAttribute("addressDetail", addressItem);
    I got companyID by:
    String companyId = request.getParameter("companyId");
    return (mapping.findForward("success"));
    Please gest the problems that.
    Thanks,

  • Year-at-a-glance View in iCal

    Once again, I am filling out next year's year-at-a-glance wall calendar and wish I had this view in iCal. With today's screens, a year-at-a-glance view shouldn't be difficult to implement and would be very useful. My favorite layout has 12 rows (one for each month, January at the top) and blocks for each day running from left to right with weekends shaded. When is Apple going to improve iCal? or at least enable others to make such improvements?
    Message was edited by: Jim Putnam

    I can't believe this, I finally get round to organizing myself and ical doesn't do a year view.
    I have hunted online for some way to make this happen and have ended up making a pdf of a printout to be able to see it.
    This can only be a temp solution, as my diary changes a lot and printing/pdf is not very elegant or efficient or even that easy to read quickly.
    In my online search I have found posts requesting this as far back as 2003, and 6 years is to long to wait for something that surely must be such a simple solution.
    I'm also stunned by the lack of plugin/widget/app solutions from 3rd party developers, I would definitely pay a a buck or 2 for something to let me do this well within ical,
    And If I want it you can be sure there are at least another 100,000 who would also pay, maybe we could get the guy who wrote the ifart app for iphone to write it for us, about 2000 people a day were buying that at 99 cents a pop in the run up to christmas.
    Apple should embarrassed by this.
    If anyone knows the solution please post it.
    Brin

  • Hi, i am trying to open and view a report that comes from another server with different odbc connection

    hi, i am trying to open and view a report that comes from another server with different odbc connection
    i created a crystal report for a mysql database on my machine and everything works great
    but we have other reports that come from other machines with different odbc connection
    and this its not working when opens the report asks for credentials
    and i cannot use the remote ip for these reports that come from other machine
    question
    if i cannot connect to remote ip to open the report
    for each report i have to create a database the report database on my machine and then open the report ?
    or there is some other way to open the report ?
    i am using visual studio 2013 and mysql and
       <add key="MYSQLODBCDRIVER" value="{MySQL ODBC 5.3 UNICODE Driver}"/>
    thanks

    short
    i have a report that it was created on another server with a specific dsn
    now i am trying to open the report on my machine
    the database from the other server does not exist on my machine
    the server machine where the report was created the ip its not accessible
    question ?
    can i open the report on my machine or its impossible ?
    thanks

  • Mini-DVI to Video Adapter: For TV Viewing?

    The Apple-Salesperson sold me a Mini-DVI to Video Adapater to send pictures to the TV from my MacBook. I get sound on the TV but not the slids. The TV picture only displays the computer's main screen.
    Is this the correct adapter? I see other threads here use something different. Is there a special setting I need to change?
    Thanks,

    With your TV hooked up to your Macbook, you should be able to view anything on your computer. If you have all of your pictures in iPhoto, your best option is to use FrontRow by using the remote.
    (make sure your displays are mirroring eachother, Preferences>Displays)

  • Refreshing the Data from a embed view in a view container

    Hi everybody
    I would like to know how can I do to refresh all data from a View with a view container the problem is:
    that I have a window that has a view at the same time this has a view container.  The Main view brings the data of editable elements when I select one element of the main view the view container brings a list for that element (dependencies) but only the first time a choose an element loads the correct data, when I choose another one it brings the same old data and doesn't make the call for the wdDoInit() method.
    The question is:
    How do I force the view to refresh all the data or call again the wdDoInit() method?
    Thank you for your help

    Aida,
    Lets say you have two components C1 and C2 and you want method from C1 to be available in C2 then follow these steps:-
    1) Goto the Interface Controller of C1 and create a method there lets say doSomething
    2) Then goto C2. There you can see Used Web Dynpro Components --> Right click Add Used Component --> Give some name say C1Comp --> Click browse and select C1 --> Click Finish.
    3) Next goto Component Controller of C2 --> Properties --> Click Add and check if C1 is added. If not then select the checkbox and select OK.
    4) Now goto Implementation tab of C2 and lets say wdDoInit you can write following code:-
    wdThis.wdGetC1CompInterface().doSomething();
    Chintan

  • How to load a specific view in a browser

    Hi Guys,
          In my application, I hav 3 views..I need to set particular view at window level..So How can I do that..Thanks in advance

    Good day,
    Please check my reply in the following thread.
    Re: Change of default view in a web dynpro window
    Regards and Best wishes.

  • Possible to see at a glance who has/has not viewed pdf via the 'Tracker'?

    We are working on setting up procedures for Browser-based reviews. We were hoping we'd be able to see at-a-glance who had/had not viewed or sent back comments, and the date they sent them in the Tracker, but it seems to be just a list of who it was sent to originally. How do you know who has sent comments, other than manually scrolling through all the comments to see people's names?

    Hi;
    No, there isn't a way for you to see anything about who has saved progress.
    Thanks,
    Josh

  • Mini Month View in iCal

    Can't say I like the new iCal running on Lion. One feature that I can't seem to find is the mini month view. I did away with my paper calendar for viewing full months because of the mini month calendars on my Macs.
    Is that functionality gone? I've searched preferences and menus and can't find a way to turn it on.
    So many things about this new iCal that I find I do not like. I sure hope updates are coming to fix it.
    CJ

    Last thing about iCal which I think could be fixed, is that it would be easier to type down events and making line-breaks if one whouldn't have to hold 'Alt' in while doing it.  I make line-breaks much more often than I finish editing an event (in which case you just press enter or click outside the event you were editing).  It would be better to press 'alt' + 'enter' in order to finish editing an event, and reserve the action of just pressing 'enter' for line-breaks.  This, btw, was also this way in iCal 4.
    Ok, last last thing: in the preferences of iCal one can add a default alert to all new timed events and invitations and one can specify how many minutes before one wants to be alerted.  I do not want to add a default alert to all new events/appointments, but I would like to be able to specify the default number of minutes put on all new alerts that I put on events.  It seems quite intuitive to me that the default number of minutes one can specify for every alarm added to events by defult (if that option is checked in the preferences), should be the defult number of minutes set to alarms one manually puts on events, in stead of the '15 minutes before' default that is in the system and which seems to be unchangable.
    If it says '0 minutes before the start time' there, then all alerts that I manually put on events should have this value put to zero by default! 

  • Printing list view in ical

    I use mail and ical for everything now. Everything is fine except When I want to print the "list view" which shows my “to dos”. It displays the URL the “do to” is attached to in mail. I use notes often in mail and enter to dos in the notes so they will have URL links. The link only becomes a nuisance when I want to print, otherwise it’s very useful.
    Why would the long URL paths display when in print view???!!!!! It doesn’t make any sense.
    Is there anything I can do?
    Thank you

    ecernek,
    There is no event list option on iCal like the one on the iPhone.
    That number means that you have an event invitation. Use iCal>View>Show Notifications to choose what to do with the notification.

Maybe you are looking for

  • Problem in installing j2sdk on cygwin-a-top-windowsXP

    Sir/madam, I have cygwin installed on windowsXP. I am new to java. I needed j2sdk for a program and I downloaded the Linux .bin file "j2sdk-1_4_2_07-linux-i586-rpm.bin". I tried to use "./ " installation method as suggested on the site, but got the f

  • Safai and Stickies did not work accurately after upgrade lion

    Hallo, 1. Safari: Version 5.1.5 and other before cannot show charts  and other buttons in the homepage of www.comdirect.de. (Firefox does it) Asking technical staff of comdirect, they told me: "it is a known problem of safari. Safari does not meet th

  • Songs Missing/Using External HD

    I have an external hard drive that I store most of my songs on. Sometimes I unplug the external drive. Why is it that iTunes shows a lot of !'s next to my songs, even if I have my external drive plugged in? Is it better to designate my iTunes Library

  • Barcode(Smartform)Printing through Intermec Printers

    Hello All, Is it possible to print Barcodes through Intermec Printers, I am using smartforms for the layout development.Pleaswe guide me with the procedure. Thanks & Regards, Vanita M.

  • Upon "export media", CS4 tries and fails to load import/export apps

    Now that I've reinstalled CS4 PPro over the trial version-turned-purchased-version of Premiere Pro (that dumb, known Adobe defect where CODECs other than DV are missing on the web purchased version), everything is working well except - when I go to e