Add Validity Start and Validity End On PO Header

Dear SAP,
need your help, I am trying to add Validity Start and Validity End Field on Additional Tab in Purchase Order header.
How do i add this field ?
i already check on MM define screen layout a document level, but there is not setting for this two field.

Hi Nizam,
The validity start date & end date are used only for service orders. In configuration goto IMG>MM>Purchasing>PO>Define screen layout at document level and check into Administrative data, header of ME21N , the field selection key attached to your document type (Say NBF) and for field selection key AKTH.
The fields Start of validity period & Validity period end of field selection key ME21N, NBF & AKTH should be set as optional then only required fields will be visible on screen.

Similar Messages

  • Shipment completion check is erasing load start and load end dates & times

    Once the load start, load end is clicked during the pack process, the system reads this just fine.  Once ship complete happens, the system is erasing the load start load end.
    We are capturing the difference between Load end and Load start as Packing time in a custom report.  Similarly the difference between Shipment end and Shipment start as Loading time.  But we post goods issue the delivery by ship complete button the dates and times are gone.  Any idea of how and where I can configure this not to disappear even after the ship complete.  Thank you.

    Have you checked the table VTTK with different fields before completing PGI? In other words you are wiping out the loading start and loading end details some how. You should have a value in your VTTk value before PGI.  Check that.
    Regards,

  • Send email notification in latest start and latest end

    Hi all,
    My requirement is to send email notification on latest start and latest end. For latest start, a notification needs to be sent to the manager asking him to start processing the Leave request.
    Am not too concerned about the latest end, since the latest end takes the workitem(MODELED ACtion)  to the next manager, where I can insert a email step in the workflow.
    My concern is how can i send an email to the manager if he has not started processing the lave request within say 3 days
    thanks a ton.
    regards

    Hi,
      If you are looking to send notification ASA work item reaches a latest end then follow the below steps.
    1. Open the step for which you have set the latest end and click latest end tab.
    2. Under the same tab you will find a Drop down box you will find two entries 1 Display Text 2 Modeled  choose the 1 option. and define the text in the task description by choosing Latest End description.
    3. Choose the container element you might have populated the email address.
    Now the configuration that you need to make sure to send a mail to external email id is SCOT settings if SMTP node is configured  then this node would be sending mails to the
    Regards
    Pavan

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • How to insert the file name to the start and the end of a SQL file by a powershell script

    I just began to learn powershell script and I have a problem that I cannot figure out. I have a lot of .sql files. I need to insert its file name to the beginning of the file (After USE statement) and the end of the file (before the last END statement). Is
    there anybody knowing how to do this?
    Thanks so much
    Regards

    Actually, I want to add a insert SQL statement to the beginning of the file and the end of the file. Only the file name is a variable and different among
    different files. All the other sql statements are the same and can be hard coded. Hopefully it helps –
    The problem I think is that I want to add the same thing (except the file name) to hundreds of sql files and only the file name is different. I do not want
    to add it manually and want to use a script to add it – 

  • Video start and media end time stamps get lost

    Premiere Pro CS4  is not keeping the tape's media start and end times as well as the Video In and Out Points.
    It never was a problem with earlier versions but this began the on the very first use of CS4.
    I use these time stamps to keep track of the chronilogical order of the clips.
    Anyone ever had this problem.
    Thanks

    This problem occurs after mini DV tapes have been loaded in.  It has happened with both my older panasonic AG-DVC30 and my newer AG DVX100.
    It is really annoying because I count on using those time stamps to coordinate the addition to the clips into the editor.
    It seems that I've lost some of the time stamps after they have all been loaded in.  Like when I start up Premiere Pro CS4  a second time on the, the next day, I find even more of the time stamps missing, over in the project pane.  I probably should carefully document that to be sure.  Could be significant in the troubleshooting process.

  • Detect "touch start" and "touch end" event in windows phone default browser.

    Hi,
    We have a BIG problem, because in all browsers we can detect the "touch start" event and "touch end" event. For iOS, firefox, internet Explorer, safari, Android work well. But in the windows phone default browser the "touch end"
    doesn't work.
    Do you know what we can do ?
    Thanks.

    Hi gogogate,
    >>But in the windows phone default browser the "touch end" doesn't work
    There is no simply way to achieve this, in my experience, I would recommend that you can handle touch event using JavaScript and retrieve information you need form the webpage using the window.external.notify(string) function:
    https://msdn.microsoft.com/library/windows/apps/br227713
    #How to receive information from the WebView
    http://blogs.msdn.com/b/wsdevsol/archive/2012/10/18/nine-things-you-need-to-know-about-webview.aspx#AN5
    About how to handle touch event using JS, please refer to this article:
    http://blogs.windows.com/buildingapps/2012/11/15/adapting-your-webkit-optimized-site-for-internet-explorer-10/#step4
    You also need to inject javascript into the WebView page, please read this article:
    http://blogs.msdn.com/b/wsdevsol/archive/2012/10/18/nine-things-you-need-to-know-about-webview.aspx#AN6
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Add-on  starting and stopping using Buttons In SAP BusinessOne

    Hi,
    I have a requirement that   Add-on should be  start and stop should  be done using Button.  When ever i click on Button add-on should start and  after click the button add-on should be stop...
    anyone  have any idea...
    Thanks,
    Y.

    Well... stopping it is no problem, you can stop the addon with a button. But starting it with a button? What is going to place this button in B1? And what is going to handle the event of the button being pressed to start the addon?
    This can't be done without creating another addon (or using an existing one) just to create the button and listen for its event. So it kind of defeats the purpose.
    But all users can have access to addon manager, why not just trigger it from there, where there already are Start and Stop buttons?

  • Highlighted of the start and the end of html tag

    [En] : Hello all and all,
    I wonder if it is possible to display the start and end of a html tag highlighting (or with a different background) when it is selected.
    thx
    Sorry for my english.
    [Fr] Bonjour a toutes et a tous,
    J'aimerais savoir si il est possible d'afficher le début et la fin d'une balise html en surbrillance (ou avec un fond différent) lorsque celui ci est selectionné .
    Merci

    En Anglais: In Code view, Select Parent Tag.  See screenshot below.
    En Français: En mode Code, Sélectionner balise parente. Voir capture d'écran ci-dessous.
    Nancy O.

  • Capture Latest start and latest end - date and time  through PI category.

    Hi Guys,
    I want to capture latest start and latest date and time of each of the individual phases through PI categories. i.e these values should flow from process order.What characteristic do i have to include? I know PPPI_EVENT_DATE and time will not work for this.

    Thanks for your response Avinash.
    Btw, I have viewed all these notes 368289.1, 603233.1, 399056.1, 329692.1, 1146414.1 already, but these don't seem to solve my problem because in each of these are under assumption that the initial Joining Date of the employee (i.e. Effective Start Date and Latest Start Date) is entered correctly without an issue, and these notes talk about dealing with 'Updating or Correcting' the data.
    But In my case the pre-conditions are different, although those are making the system to respond in the same way (i.e. showing same error) some how.
    As far as deleting the employees is concerned, yes that could be one option, but I am not really sure about adapting this solution as the dates I used in my case were just example dates, and in actual these employees are created almost 1 month back and they are already used in Projects module, CRM module and others.

  • Difference between IN and OUT and Media Start and Media END??  NEED HELP!!!

    As the titles states, what is the difference?
    I edited my film in preview/jpeg mode and now need to online the project to full quality. So far it hasn't gone to well. For example the media starts at 00:09:45:12. When I do a batch capture I watch the camera fly right by the time code that it should start capturing at. What am I doing wrong???
    Some files onlined easy, but there is a set from one tape that just won't sync up or capture.
    It also keeps telling me that I have time code breaks from time to time, but when I play the tapes back they look fine to me. No obvious breaks in time code from start to end.
    thanks for any help or advice

    Recapturing can be really tricky. Takes practice and it's never recommended that you try it out on a critical piece. Timecode breaks can be perceived by FCP as being caused by several things besides actual breaks in the flow of code. The most common is probably tape dropout.
    The clips that are giving you trouble, try parking the tape very close to one of the start points and recapture only that one clip.
    If your in point is too close to a timecode glitch, you will never be able to recapture it. You'll need to capture it using NOW and then recut the clip into the scene.
    bogiesan

  • Wierd QuickTimePro 7.03 Player Selection Start and Selection End markers?

    In previous QTPro versions
    finding,moving, setting in/out markers worked independently of the play-point marker.
    You could move a marker, then move the play-point to the marker do a runthru, make small adjustments with the arrow keys and trim the selection...but...
    Now...
    -start/end markers aren't always visible
    -the markers stick with the play-point marker
    -if you move a marker the play-point marker moves
    -if you move the play-point the start/end markers move
    -it is much more difficult to set-up in/out points to set up a trim
    Question
    -is there a new control I'm missing?
    -is there some other secret here?
    Thanks from stevehar

    Use the letters i and o keys to set in and out points based on the position of the cursor in the timeline.
    To "fine tune" your selection hold the "Shift" key down as you use the arrow keys to "step through".
    To test your selection use the "Play Selection Only" (Command-T) from the View menu.

  • Can I create a keyboard shortcut to go to start and/or end of work area?

    Just as in the title....
    Can I create a keyboard shortcut to take the CTI to the beginning or end of the work area in the Timeline panel?
    Also, can I remap the keyboard shortcut (~) that maximises the current panel?
    I can't find the answers to either of these questions in the help....
    Cheers
    Mark

    Can I create a keyboard shortcut to take the CTI to the beginning or end of the work area in the Timeline panel?
    No.
    Also, can I remap the keyboard shortcut (~) that maximises the current panel?
    In CS5, it's under Application and called "Maximize or Restore Frame." In CS5.5 it's also under Application, but you have two choices: "Maximize or Restore Active Frame" and "Maximize or Restore Frame Under Cursor." The latter is how CS5 works; the former is a new addition, and will only maximize/restore whatever frame is currently outlined in yellow, e.g. active.

  • Unwanted characters are printed at line start and line end in Smartforms

    Hi All,
    When we print a document on Dot matrix server printer, there are lot junk characters are printed.
    But we print the same on the Dotmatrix locl printer, the print seems to be very prefect.
    Could any one help us to over this problem.
    Advance thank you..
    Regards,
    Aditya

    Hi Madhu,
    Thank you.
    But i have contacted with the basis , they said tht they are not aware of updting driver in SAPend.
    Can you provide complete setting, i mean procedure for updating driver in SAP.
    Regards,
    Aditya

  • Text Variables to show Start and End Date of Fiscal Year Period

    Hi,
    I am creating a query that has user enter a starting fiscal year period and posts information by Fiscal Year Period going back 14 periods.  I am able to put the fiscal year period in the heading for all periods, but would also like to add the start and end calendar day for each listed period.  Can that be done using a replacement path text variable or is that something more for a customer exit variable?
    Thanks in advance for any thoughts provided.
    Bill

    Hi,
    This is one of my exit that display the calmonth (offset -12). Usefull when I have to retrieve in a KF a complete rolling year depending one calmonth.
    S_VMUCMN is my selection variable
    S_TXTCMN_M12 is my text variable calmonth-12
    S_TXTCMN_M0 is my text variable for selected calmonth.
    WHEN 'S_TXTCMN_M12'.
        IF i_step = '2'.
          LOOP AT i_t_var_range INTO loc_var_range WHERE vnam = 'S_VMUCMN'.
            CLEAR l_s_range.
            " First day of the selected month
            CONCATENATE loc_var_range-low '01' INTO l_calday.
            CALL FUNCTION 'YFRBW_FUM_CAL_DATE_IN_INTERVAL'
              EXPORTING
                date      = l_calday
                months    = 12
                signum    = '-'
              IMPORTING
                calc_date = l_calday.
            l_s_range-low = l_calday+0(6).
            l_s_range-sign = 'I'.
            l_s_range-opt = 'EQ'.
            APPEND l_s_range TO e_t_range.
            EXIT.
          ENDLOOP.
        ENDIF.
    Thus, in KF header you have to put the two text variable to display the complete period.
    Hope it helps,

Maybe you are looking for