Event in Cluster View

Hi Experts,
I've defined a cluster view for 1 header table and 3 dependant tables.
Some fields from the header table are obligatory, so I am checking it in a form routine.
  IF v_sdchgfta-fieldtype IS INITIAL.
    MESSAGE e001(mc_sdfta).
  ENDIF.
I've created an event on the header view : 05 (creating a new entry) + "F_VALIDATE_FIELDS" (form routine).
The problem is, when I test the cluster view, and one of those fields is empty, the error message is displayed but the rest of the lines are shown in display mode.
Do you know how must I do it so that I can enter the empty fields when I check it?
I should check the fields are not empty if I change the line too (not only when I add a line).
Please help me out in this.
Thanks in Advance,
Regards,
Liliana.

Change error to warning and for mandatory fields make the initial values checkbox to be checked.
aRs

Similar Messages

  • How to create EVENTS for a View Cluster.

    Hi Tech Gurus,
    I have created a view cluster on 5 tables. I need to do a validation and this can be done by using events. But i am unable to create a EVENT for the View Cluster. Could anyone please tell me how to create events for a View Cluster.
    Thanks in advance for your esteemed replies.
    Regards,
    Raghavendra Goutham P.

    Hello Pasapula
    When you are in the View Cluster maintenance dialog (SE54) click on dialog "Events".
    Below the field for the view cluster you have an additional field <b>FORM routines main program</b>. There you have to add the main program containing the FORM routines called by the VC events.
    For example: I had defined a normal report containing an include with all the FORM routines. The report contains only the following lines of coding:
    report zus_0120_u1.
    * Common Data und access routines for user exits in VC maintenance
    include LSVCMCOD.
    include  zus_0120_f1. "FORM routines for VC events
    Now in the "Events" dialog of the view cluster maintenance you assign your FORM routines to the events.
    Regards
      Uwe

  • Cluster view events (where we can change the data)

    Hi All,
    I want to generate the number of specifiec field of table in the cluster view maintainance. Does anyone know the event to be used for this in the cluster events?
    Thanks.
    Regards,
    ATUL.

    Yes, basically when i maintain some data in one of the table in the cluster view, i want data for specific field say POS_NR should be generated automatically and not manually.
    Regards,
    ATUL.

  • Error while creating cluster view

    Hi all,
    Requirement is to create cluster view copying cluster view VC_TABWU01  into custom view.
    CV VC_TABWU01 has two data base views V_T093C_10 and V_T093U_01 I copied them both in to ZT093U_01 and ZT093C_10 and created a CV Z_TABWU01. Field dependence is set, when I am activating view I am getting message that screen 300 of ZT093U_01 is modified. I changed all possible options as standard view, kindly help me activating cluster view.
    Error: The flow logic of the screen ZT093U_01 0300 is not that of a generated view maintenance list screen. Either the screen has been considerably modified manually, or the view which it is based on has no maintainable key.
    Thanks
    Krishna.

    Need to add events in TMG. Solved with help of standard CV

  • Create functions in cluster views.

    Hi Experts,
    As per our customer requirment, time configuration tables should be accessed by more than 1 person at the same time. In order to do so, were thinking about create a cluster view (se56).
    throug events avaliable for this cluster we can trigger some code tu unlock the table and perform checks.
    Do you know which functions are avaliable to perform the following checkings?
    In example, i access to -. V_T551A ( period workschedules)
    i can find out by the name of the period workscheduel which EE subgroup is asigned to this period workschedule.
    1)when i enter to the selected view, i would like to check my profile and check my EE subgroup.
    2)check the selected entry i´m currently trying to modify, and access its fields to perform (description) to perform these heckings (my EE subgroup == EE ubgroup correct to modify this entry).
    3)if  ok, them i´m allowed to make the modification and save.
    Any idea about how to access this information from the program?
    With KR
    Ruben.

    Hi,
    Check this...
    http://erpgenie.com/index.php?option=com_content&task=view&id=462&Itemid=77

  • How modify data one view from another view in Cluster view

    Hi,
    I have a cluster view which includes two independent maintenance views. These views have not a direct relationship.
    If I would append or change or delete records in the first view I want to add or change or delete some records in the second view.
    1.
    I have tried to use Extended Table Maintenance Events of the first view to modify the second but I cant access to the TOTAL and EXTRACT tables the second view from the fist view.
    Is there any way to get access from one view to another using Extended Table Maintenance Events?
    2.
    I have tried to use the Event 04/VC: Before Saving the Data in the Database of the cluster view. I can access and modify the second view internal table using routines
    READ TABLE vcl_struc_tab WITH KEY object = 'ZFIRST_VIEW' INTO structab_wa.
    if  not structab_wa-UPD_REQU is initial.
       perform VCL_SET_TABLE_ACCESS_FOR_OBJ using 'ZSECOND_VIEW' changing error_flag.
       it_tbl_second = <VCL_TOTAL>.
       loop at it_tbl_second into wa_second.
         wa_tbl_second-vim_action = 'U'.
         modify it_tbl_second from wa_second
       endloop.
    endif.
    But to save modified entries of the second view to database I have to twice press SAVE buttons.
    The first time I have pressed SAVE above routines are executed and modified entries appear only in the second view internal table. The second time I have pressed SAVE modified entries appear in the database.
    I would like user press SAVE button only once. How I can do it?
    Regards,
    Malnor
    Edited by: Malnor on Nov 30, 2010 9:11 PM

    If I would append or change or delete records in the first view I want to add or change or delete some records in the second view
    Without a dependant field how will you perform this operation ?
    You have to link the fields in the tables, generate maintenance view, add it to cluster view and do it.

  • Multi day events in Month View.

    Multi day events in month view only display on the first day. Checking all day event fixes this, but none of my multi day events are in fact all day. If I sync with my iphone, it does mark both days on the multi day event in month view.
    In week view they display correctly, but I like to have the month drawn out.
    I am surprised to come across this hang up. Other calendars I have used always displayed such events across the month view.
    Is this a bug or lack of feature?
    R

    Bug or design flaw?
    Try setting it as a recurring event (yeah, I know, it's not a great solution, but it gets the job done)

  • Multi-day events only showing up on first day of event in year view

    There are several things about iCal that I find annoying (makes me miss my old Palm PDA sometimes), such as being able to set my own default meeting times, meetings being defaulted to all-day, no way to connect a contact to the event without having to invite them to join (my old Palm did this and it was a very useful tool). Each of these has many discussions already on these topics with a solution (except adding a contact to an event), such as simply typing in the meeting time when you setup the event.
    However, I can't find a discussion on the following question, and therefore no solution. Hope someone out there knows the answer:
    Why do Multi-day events only show up on the first day of the event in year view, and is there a way to change it?
    Thanks in advance!

    Greetings,
    Perhaps I'm not setting up my events as you are but I see a color for each day of my multi-day event.
    My steps:
    1. Add a multi-day event to iCal:
    2. Switch to Year view and observe the matching date range (26th - 29th):
    Suggestions:
    Make sure you have all your updates installed (Apple > Software Update).
    Toggle the "all day" check box for the events in question and see if that makes the events show up in Year view.
    If that doesn't help, please provide a screen shot of the edit window of the event in question so we can see how you have it configured:
    Cheers!

  • ICal multi-day (not all day) event  in Month view not displayed over days

    What is it when I have an event that starts on a Wednesday and 4:00pm and goes to Friday at 6:00pm (not clicked as an All Day Event), (in Month view) the only day showing the event is the first day?! Shouldn't it show it over the course of the 3 days!? Outlook does that (I can't believe I just referenced Outlook in an Apple Discussion... in a positive light no less). Is it a setting?

    Yes, Apple any help for this would be great. The only way I've come to work around is to use multiple events. So for a flight out of town would be one event, and the return another. I would create a third event then for the actual time out of town. There must be some way to easily fix this.

  • Events in month view that span multiple days

    Hi,
    When I enter an event in iCal with a start time at lets say day 1 and an end time at day 3 it shows up as a multiday event in week view, but when I switch to month view it only shows the event and start time at day 1 and not the event at day 2 or day 3 with the end time.
    Does anybody know how to overcome this?
    THXS Henk

    Same here. Though make it an all day event and it spans all day in month view.
    Looks like an obscure bug (I'd guess most folks who have events that span more than one day just make them all day events. This is worth a bug report to Apple: http://discussions.info.apple.com/webx?linkprocess_@@.3bbae6ea

  • How can you view multi day events in month view without having to check the "all-day" box?

    I have multi-day events that I would like to be able to view in the month view.  The only way that I have found to do this is to make the event a "all-day" event.  Is there another way to view these events in month view, or am I stuck? 

    It shows multi-day events that are "all-day" events.
    But for a non "all-day" event that happens to span multiple days, it only shows the first day

  • With iCal can I hide repetitive events in month view only?

    I was wondering if it was possible to hide repetitive events in month view but have them show in week and day views. For instance, I have my class schedule on iCal but I don't want to see it when I look at the month view, I just want to see events that are not repetitive, such as exam/test events. If anyone can help, that would be awesome. Thanks.

    jk_baller23,
    You could create a separate calendar for repetitive events, and uncheck them when using the day/week view.
    ;~)

  • Ical cannot create event in month view

    iCal cannot create event in month view. Is this a bug?
    I've tried double clicking in a day as I always did but nothing.

    Ko be,
    Application UI issues are in many cases, caused by a corrupt plist file.
    Quit iCal, and try removing the com.apple.iCal.plist file from your Macintosh HD/Users/yourusername/Library/Preferences Folder. Since that Library is now hidden, you have to use the Finder>Go Menu>Depress the "Option" key>Library. Drag the .plist file to your desktop, and log out/in or restart and check iCal for functionality.
    Also read Apple iCal 5 Office Software Review | Macworld for a description of Lion iCal.

  • Can't add an event in month view

    I just installed Lion on 3 of my machines (2 iMacs and an air). On my one iMac I am unable to add an event in month view in iCal, I have tried every which way possible to add an event and nothing. However I am able to add event in day and week view. Also, when I go to add an event in month view while I don't get a response on the troubled iMac my other two computers show that and untitled event was added where I was attempting to add the event. Has anyone else experience this problem after installing Lion?

    Tim,
    Try refreshing the iCal plist file. You will find the com.apple.iCal.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder. To get to the Library folder use Finder>Go>Depress the "Option" Key and select LIbrary. Quit iCal, drag the .plist file to your Desktop. Then log out/in or restart.

  • Show ALL all-day events in week view

    I am looking for a way to see ALL all-day events in iCal's week view. By default, it only shows up to two and a half events, and to see more you need to scroll. What's more, you don't see an out-of-view marker, so you don't always know you need to scroll. This is most annoying.
    The same goes for timed events in week view. You do not get an out-of-view marker, so you don't know you need to scroll. This is inconsistent with the Cal app on the Mac, where you do get an out-of-view marker (a small line in the colour of the out-of-view event).
    Is there a way to fix these issues in iCal? Or is there an iCal alternative that offers these things? I am basically looking for these things, each of which is a possible deal breaker for me (and I find it hard to figure out if iCal alternatives offer these basic functions):
    Week view.with out-of-view markers.
    Week view showing ALL all-day events.
    Icon that shows the date (in the icon or in a badge).

    I'm not sure how this got in the iPhone forum. I seem to recall posting in the iPad forum, but I may be wrong. Anyway, it's iCal for iPad I'm talking about, even though the same issues exist on the iPhone.

Maybe you are looking for

  • Stock, Outstanding & Consumption Report for List of Materials

    Dear all, Is there any standard transaction / procedure to get the current stock, outstanding PO (external only) & PRs and the consumption (MvT to be selected by the user) of list of Materials (collective) in the selected Time period and Plants & S L

  • Block database access using toad or other tools

    We have a forms application running on oracle database 10g release 2, with the users created in the application the database can be accessed using the same id's through sql plus or any other tool. We have already restricted sql plus access by product

  • Folder import settings! like in Bridge!

    hello I recently switched to Lightroom because I can access the same camera raw features with out having to open Camera Raw it self. Here is my problem. I'm used to being able to name folders when I import pictures off my cameras flash card! I don't

  • Details required for these terms

    Hi All, can any body explain these terms in detail. Main Attributes on item master window i. Primary ii. Tracking => - primary - primary & secondary iii. Pricing => - same as above. iv. secondary => Defaulting any response will be highly appreciated.

  • Xsl fo doubt for instr function

    Can anyone please advice if I can use instr and substring functions in xsl fo? my issue is that i have a lon email address which needs to be wrapped up in 2 lines Always my email ends with 'v' So I tried to do this <xsl:value-of select="substring(BUY