KM news validity

Hi,
I have a news scenario in which I can add news. Is it possible to set the validity of each news. If I am creating a single news I want to insert a date of validity. After this date the news will disappear from the portal. How can I do this?
Thanks and regards
Ivo

Hi,
To activate time-dependent publishing for a folder, choose Settings--> Lifetime in the Details dialog box for the folder. Click Activate Time-Dependent Publishing.
To define the lifetime of a document, choose Settings >Properties> Lifetime in the Details dialog box for the document. Enter a date and time in the Valid From and Valid Until fields.
Refer this link
http://help.sap.com/saphelp_nw70/helpdata/en/e8/a9a76828b8dc469969ff450ec81ced/frameset.htm
Regards,
Senthil K.

Similar Messages

  • Creating a new Validation-Asset Master data

    Hi ,
    Requirement- a warning msg to popup when the capitalized date in AS01 ( under posting information) is a date in a previous fiscal year.
    A new validation step was created in GGB0 with the rule:
    Prerequisit: Capitalized on < Acquisition yr (ANLA-AKTIV < ANLB-VYEAR)
    Check:Capitalized on < Acquisition yr (ANLA-AKTIV < ANLB-VYEAR)
    Message:Capitalization is done in a previous year (warning)
    and in OAVC,
    the validation was made active for the respective company code.
    However , an asset creation is possible for a previous fiscal year but the warning message did not pop up.
    Please assist.
    Thank you,
    Niludini A

    Hi Niludini
    you can simulate the validation rule by clicking at - GGB0>> Asset accounting > select the validation rule> select step " " and then select simulation option in the dropdown under Validation tab.
    After activating simulation, please try to create a new asset in another screen without closing the similation tab in order to understand whther the validation is triggerred correctly.
    Please also verify that, validation is created under master data and prerequisite may be added as T code - "AS01" .
    Best Regards
    Jomon

  • [svn:fx-3.x] 16321: Backport trunk rev 15228 to fix bug SDK-25731 - Clearing validation result  (via 'errorString') prevents new validations.

    Revision: 16321
    Revision: 16321
    Author:   [email protected]
    Date:     2010-05-25 15:01:42 -0700 (Tue, 25 May 2010)
    Log Message:
    Backport trunk rev 15228 to fix bug SDK-25731 - Clearing validation result (via 'errorString') prevents new validations.
    I tried to do this with svn merge and it didn't work so I merged it by hand.  The bug file seems to work correctly now.
    Ticket Links:
        http://bugs.adobe.com/jira/browse/SDK-25731
    Modified Paths:
        flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/core/UIComponent.as

  • Can you please how to retrive the new netprice from the new validity period

    Hi,
    When you display  a contract using ME33K and you click on  a item and view its conditions(shift+F6), there might be 2 validity periods for a given item.
    and each period will have different netprice in it.
    One will be old date before the PO was created and the other new one which has validity till 31.12.999..We want to fetch the netprice for the new validity date but currently the program is fetching this data from the table EKPO which is having the netprice of the old date only..
    Can you please how to retrive the new netprice from the new validity period

    Thank you so much.
    But I need more help specific to my problem.
    Let me describe the same.
    Suppose the PO creation date is 04.07.2007
    The conditions for an item in a contract for the PO are as follows;
    1. Validity from 04.07.2007 validity to 04.07.2007 Netprice = 100.00
    2. Validity from 05.07.2007 validity to 31.12.9999 Netprice = 200.00
    We need to always fetch the netprice from the validity period which always matches with the PO creatio date. here the value 100.00 should be the correct netpr as the PO creation date matches with the first validity period.
    But the program is fetching the netprice 200.000 which belongs to the second validity period. That is beacuse the select statement which fetches the data for contracts collects on the basis of EKKO-kdate and ekko-kdtab.the fields kdate and kdtab retrieves the validity period of the contract which is from 04.07.2007 to 31.072007. This data is then used to retrieve the netpr data from EKPO and it fetched 200.00 as it retrives the netprice of current data in contract validity and h not with respect to PO creation date.
    This data is then used to fetch the get the netpr data from EKPO.
    <u>what we need is the netprice for that validity period of item(Conditions) that matches with the PO creation date</u>..
    Below is the code where I'm selecting the data from ekko and ekpo for the contracts data..Can you please add the code snippet to the below attachesd subroutine to get the required data from KONV and KONP so that we can retrieve the correct Netprice.
    FORM select_contracts USING p_s_cebeln LIKE s_cebeln[]
                                p_c_k_bstyp  TYPE ebstyp
                                p_p_bukrs    TYPE bukrs
                                p_p_ekorg    TYPE ekorg
                                p_p_ekgrp    TYPE bkgrp
    *Begin of Mod-004
                                fp_p_cernam   type ty_r_ernam
                               p_p_cernam   TYPE ernam
    *End of Mod-004
                                p_s_werks    LIKE s_werks[]
                                p_s_matnr    LIKE s_matnr[]
                                p_s_lifnr    LIKE s_lifnr[]
                                p_s_val_dt   LIKE s_val_dt[].
    *mod-002
        data : l_amount   type BAPICURR_D,   " Net price
               l_waers    TYPE waers,        " Currency Key
               l_eff_amount type BAPICURR_D. " Effective value
          data: l_v_netpr type bprei.
    *mod-002
    SELECT  ebeln
              bukrs
              bstyp
              aedat
              ernam
              lifnr
              zterm
              ekorg
              ekgrp
              waers
              wkurs
              <b>kdatb
              kdate</b>
              inco1
              INTO TABLE i_ekko
              FROM ekko
              WHERE    ebeln IN p_s_cebeln
                   AND bstyp EQ p_c_k_bstyp
                   AND bukrs EQ p_p_bukrs
                   AND ekorg EQ p_p_ekorg
                   AND ekgrp EQ p_p_ekgrp
    *Begin of Mod-004
                  AND ernam EQ p_p_cernam
                   AND ernam IN fp_p_cernam
    *End of Mod-004
                   AND lifnr IN p_s_lifnr
                   AND ( kdatb IN p_s_val_dt OR kdate IN p_s_val_dt ).
      IF sy-subrc EQ 0.
    Populates internal table i_ekpo using EKPO table.
        SELECT   ebeln
                 ebelp
                 loekz
                 txz01
                 matnr
                 werks
                 ktmng
                 menge
                 meins
                 bprme
                 netpr
                 peinh
                 webaz
                 mwskz
                 uebto
                 untto
                 erekz
                 pstyp
                 knttp
                 repos
                 webre
                 konnr
                 ktpnr
                 ean11
                 effwr
                 xersy
                 aedat
                 prdat
                   INTO TABLE i_ekpo
                   FROM ekpo
                   FOR ALL ENTRIES IN i_ekko
                   WHERE ebeln = i_ekko-ebeln
                     and aedat = i_ekko-aedat
                     AND werks IN p_s_werks
                     AND matnr IN p_s_matnr.
    LOOP AT i_ekpo INTO rec_ekpo.
          MOVE rec_ekpo-ebeln  TO rec_contr-ebeln.
          MOVE rec_ekpo-ebelp  TO rec_contr-ebelp.
          MOVE rec_ekpo-loekz  TO rec_contr-loekz.
          MOVE rec_ekpo-txz01  TO rec_contr-txz01.
          MOVE rec_ekpo-matnr  TO rec_contr-matnr.
          MOVE rec_ekpo-werks  TO rec_contr-werks.
          MOVE rec_ekpo-ktmng  TO rec_contr-ktmng.
          MOVE rec_ekpo-menge  TO rec_contr-menge.
          MOVE rec_ekpo-meins  TO rec_contr-meins.
          MOVE rec_ekpo-bprme  TO rec_contr-bprme.
         MOVE rec_ekpo-netpr  TO rec_contr-netpr.
         move l_v_netpr        TO rec_contr-netpr.
    mod-002
          read table i_ekko into rec_ekko with key
                           ebeln = rec_ekpo-ebeln.
            l_waers =  rec_ekko-waers.
    CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
      EXPORTING
        currency              =  l_waers
        amount_internal       =  rec_contr-netpr
    IMPORTING
       AMOUNT_EXTERNAL       =  l_amount.
                rec_contr-netpr = l_amount.
    mod-002
          MOVE rec_ekpo-peinh  TO rec_contr-peinh.
          MOVE rec_ekpo-webaz  TO rec_contr-webaz.
          MOVE rec_ekpo-mwskz  TO rec_contr-mwskz.
          MOVE rec_ekpo-uebto  TO rec_contr-uebto.
          MOVE rec_ekpo-untto  TO rec_contr-untto.
          MOVE rec_ekpo-erekz  TO rec_contr-erekz.
          MOVE rec_ekpo-pstyp  TO rec_contr-pstyp.
          MOVE rec_ekpo-knttp  TO rec_contr-knttp.
          MOVE rec_ekpo-repos  TO rec_contr-repos.
          MOVE rec_ekpo-webre  TO rec_contr-webre.
          MOVE rec_ekpo-konnr  TO rec_contr-konnr.
          MOVE rec_ekpo-ktpnr  TO rec_contr-ktpnr.
          MOVE rec_ekpo-ean11  TO rec_contr-ean11.
          MOVE rec_ekpo-effwr  TO rec_contr-effwr.
    mod-002
          CALL FUNCTION 'BAPI_CURRENCY_CONV_TO_EXTERNAL'
       EXPORTING
          currency              =  l_waers
          amount_internal       =  rec_contr-effwr
       IMPORTING
          AMOUNT_EXTERNAL       =  l_eff_amount.
               rec_contr-effwr = l_eff_amount.
    *mod-002
          MOVE rec_ekpo-xersy  TO rec_contr-xersy.
          APPEND rec_contr TO i_contr.
          CLEAR: rec_ekpo,rec_contr.
    mod-002
          CLEAR : rec_ekko,l_amount, l_eff_amount,l_waers.
    mod-002
        ENDLOOP.
    Modifying i_contr using i_ekko.
        SORT i_ekko BY ebeln.
        LOOP AT i_contr INTO rec_contr.
          READ TABLE i_ekko INTO rec_ekko WITH KEY
                              ebeln = rec_contr-ebeln
                              BINARY SEARCH.
          MOVE rec_ekko-bukrs  TO  rec_contr-bukrs.
          MOVE rec_ekko-bstyp  TO  rec_contr-bstyp.
          MOVE rec_ekko-aedat  TO  rec_contr-aedat.
          MOVE rec_ekko-ernam  TO  rec_contr-ernam.
          MOVE rec_ekko-lifnr  TO  rec_contr-lifnr.
          MOVE rec_ekko-zterm  TO  rec_contr-zterm.
          MOVE rec_ekko-ekorg  TO  rec_contr-ekorg.
          MOVE rec_ekko-ekgrp  TO  rec_contr-ekgrp.
          MOVE rec_ekko-waers  TO  rec_contr-waers.
          MOVE rec_ekko-wkurs  TO  rec_contr-wkurs.
          MOVE rec_ekko-kdatb  TO  rec_contr-kdatb.
          MOVE rec_ekko-kdate  TO  rec_contr-kdate.
          MOVE rec_ekko-inco1  TO  rec_contr-inco1.
          MODIFY i_contr FROM rec_contr.
        ENDLOOP.
      ENDIF.
      REFRESH: i_ekko,
               i_ekpo.
      CLEAR  : rec_ekko,
               rec_ekpo,
               rec_contr.
    ENDFORM.      "select_contracts
    Thanks.

  • How to add new validation for the iProcurement web page?

    Hi,
    I am very new to OA Framework. Can you experts give me some guidance on how to proceed with the following customization?
    My requirement is in iprocurement when you open a new cart and check out on "ICX_POR_SHOPPING_CART" there is a Project Field and reference to Charge account. If the users go to charge account (ICX_POR_CHECKOUT_SUMMARY) and enter the segment values ( which includes project segment) and enters a value in project segment other than '000000' with out entering the Project Field on "ICX_POR_SHOPPING_CART" the page should give error.
    Please give me some suggestions on how to proceed.
    Thanks
    Vish

    I need the client side validation. By saying server side validation if you mean writing a triger on tables to validate then I am thinking to take that option as last resort.
    Can you please tell me what is PPR ( Is it personalization?) stands for.? In my case the Charge Account is DFF.
    Can you direct me to any documentation on how to add custom javascript to achieve my objective?.
    Thanks for your Help.
    Regards

  • New validation - don't inform material number when creating

    Hello!!!
    I'd need to create a validation in order to avoid informing the field 'SAP Material number' when creating a new entry in MDM Data Manager for specific material types (material type is a lookup field which has two values, let's say 1 and 2).
    For material type 1, we need to inform, when creating the entry, the material type 1, supplier name and supplier reference, but not the SAP material number, as it comes informed through an interface from SAP R/3.
    For material type 2, we only need to inform the SAP material number.
    Could you guide me on how to do this validation?
    Thank you,
    Carlos Santamaría.

    Hello,
    The data flow is as follows:
    There are two scenarios, one for Goods:
    1. Add new record into the Data Manager.
    2. Inform field 'Material type' (lookup field) Goods.
    3. Inform field 'Supplier name' (lookup field).
    4. Inform field 'Supplier reference' (text field).
    5. Field 'SAP material number' must be left EMPTY when creating the new record. Once it's created, there is an interface from SAP R/3 which updates through ABAP API the records, informing the SAP material number and other fields informed in SAP R/3.
    The validation should avoid that the user informs the material number when creating the new record.
    Second scenario is for Finished Goods:
    1. Add new record into the Data Manager.
    2. Inform field 'material type' (lookup field) Finished goods.
    3. Inform field 'SAP material number' (text field).
    4. Optionally it is possible to inform Supplier name and Supplier reference, but it's not always inform.
    There is already a validation rule that force the user to inform 'Supplier name and supplier reference for Goods, and for Finished goods it's mandatory to inform the SAP material number.
    There is another field which is 'Unique key' which is a calculated field and it's composed by SAP material number + Supplier number + Supplier reference.
    Our problem is to avoid that the user informs the SAP material number only for Goods. If the user does it, the interface will not work as it is designed.
    Thanks for your feedback.

  • Price for new validity period not updating

    HI
    we have a  contract
    we have updated the prices of the material for the contract item WITH A NEW VALIDTY DATE in Future.
    the contract is showing the correct price as the future date is passed.(Date wa 15 september)
    But the table ekpo is showing the old price.
    Thanks in ADVANCE.

    Its a correct SAP behaviour.
    I will tell you how it works -
    Lete your current Date is 15/09/2009
    You have a price with validity as 01/09/2009 & 30/09/2009 and another price with validity as 01/10/2009 to 30/10/2009.
    Now if you open the contract in initial screen you will see the price valid for period Sep.
    Now you open the same contract during the month of Oct system will show price which is valid for the month of Oct.

  • Add new Validation to Seeded Page

    Hi All,
    I have a seeded HR Page which uses a non-EO based VO. I want to add some validation to see if the new row being added already exists for the employee. I believe I would need a VVO and VAM to check this.
    Since there is no EO to add business logic to, I am thinking of adding it to the CO as I want the to throw an error if the record info already exists.
    1) create a VVO and VAM in custom package as xx.oracle.apps.per....schema.server
    2) extend the CO , in processFormRequest() , capture the parameters to pass to the VVO,
    where do I write the initQuery()/executeQuery() for this VO or call this VVO from ?
    what are the exact steps to help achieve this validation or a better way to do it.
    Thanks
    Shankar

    Write this code in processFormRequest()
    String procedure = "begin package.Procedure(param1 => :1, param2 => :2); end;";
    OADBTransactionImpl oadbtransactionimpl = (OADBTransactionImpl)rootAM.getOADBTransaction();
    OracleCallableStatement oraclecallablestatement = (OracleCallableStatement)oadbtransactionimpl.createCallableStatement(procedure, -1);
    oraclecallablestatement.set<Parameter>(1, param1);
    oraclecallablestatement.set<Parameter>(1, param2);
    oraclecallablestatement.execute();
    This code you can use , you can some help from developer guide.
    Thanks

  • I have new valid subscription but it is not recognised!

    Hi,
    I had to cancel my old subscription and buy a new one because the old one did not allow me to update the credit card information - the discussion about it is here http://forums.adobe.com/message/5838930
    However it appears that the new subscription is not being recognise and whenever I start photoshop I see
    I have valid plans as can be seen from the capture below
    The one on top is the old one and canceled but still shows...
    Some help woould be appreciated
    Dr. Tarique Sani

    HI Tariquesani,
    Did you happen to try to sign out and sign back into the Creative Cloud? You might try solution 2 of this doc as this helps others.
    http://helpx.adobe.com/creative-cloud/kb/unknown-server-error-launching-cc.html
    Scott

  • How to add a new validity period to A016/KONP using LSMW?

    Experts:
    Now I have a problem,
    I need to add a new  period in Contract(ME33K),
    I already have a period item in contract like 01/01/2011~12/31/9999, 100,100.
    I need to use LSMW,
    1.change the period to 01/01/2011~01/01/2012,100,100
    2.add a new period :01/02/2012~12/31/9999,100,105
    I can do the first step beacuse there has value in table A016/KONP,but I can't do the second step,the field KNUMH is autocreated by system? I  use BUS2014/PURCONTRACT_CHANGE
    Please help!

    Thanks for reply,
    I have used these strcture for update,
    E1BPMEOUTVALIDITY
    E1BPMEOUTVALIDITYX
    E1BPMEOUTCONDITION
    E1BPMEOUTCONDITIONX
    But there is a field SERIAL_ID I don't know what value I should put in.
    Is it possible to use any function to create a serial_id? I konw it should be unique.
    If I put space in,it doesn't work
    Edited by: MF Z on Oct 12, 2011 4:50 AM

  • New validation of NIE and NOTE 1243503

    Hi all,
    I have implemented the note sap 1243503 so that in the infotype 0002 accept the new NIE that begin for 'Z' or 'AND'. but I have done a test with the NIE Y0182812E and gives an error.
    Why? someone can help me? 
    kind regards.

    HI
    We have the same situation, SAPGUI 7.20 and Office 2010, that launches BEX reports in new instances.
    We still have SAPGUI 7.20 for Test, just launched it to some test users
    We have the same situation also from BEX Analyzer !
    Is there any way to do any setiting that makes analyzer work without creating new instances  of Excel for every bex-report that are selected
    When I read what Charlie Belt have written, it seams that there is a possibility to start bex reports from the Analyzer without having more than 1 instance of Excel
    Best regards
    Hakan Karlsson

  • New AirPort Extreme will not connect to internet

    Purchased AirPort Extreme to replace older D Link 655 router. All of my Apple gear has been plug and play except this
    Extreme router.  I cannot get an internet connection to save my soul.  I tried connecting thru both my MacBook Pro and my HP Pavilion dv6.  I just assumed I could move the ethernet cord from the DIR-655 to the AirPort and all would be fine.  Not so.  I have reset, unplugged and restarted so many times I lost count.  Nothing works.  What am I doing wrong.  I even swapped out at store where I bought thinking I had defective router.  any ideas?  My wife works from home and I really need a better router with greater reach and thought this was it.  Please help.

    Simply restarting the modem will not always allow it to reset correctly so that it will issue a new valid IP address to the AirPort Extreme.
    Power off the cable modem completely for at least 30 minutes....longer will not hurt. Be sure to unplug the power cord from the back of the modem or unplug the power cord at the AC wall jack. If the modem has an easily accessible battery, pull the battery.
    Power off the AirPort Extreme as well.
    After the modem power down period, insure that the Ethernet cable from the modem is connected to the WAN "O" port on the AirPort Extreme. Reinstall the modem battery if it was installed previously.
    Power up the modem and let it run for 10 minutes by itself.
    Then power up the AirPort Extreme and let it run for a few minutes. Check to see if the Internet connection is working correctly now.

  • Extend a customer to a new company code (IDoc DEBMAS06)

    Hi,
    I'm experienceing problems when I try to add company code data (segment E1KNB1M) and sales data (segment E1KNVVM) to an incoming IDoc of basic type DEBMAS06. The customer is to be extended into two company codes and correlating sales areas.
    I have implemented notes 802008 and 895885 and now I get the error message "No batch input data for screen SAPMF02D 0310" when I check in WE02.
    I have narrowed down the problem to billing details on sales data. The problem is that the field account assignment group (KNVV-KTGRD) is emptied on the last run of sales data processing. The value is there earlier but then vanishes mysteriously. Has anyone a tip on how to get around this problem?
    I would most apprechiate any help in this matter.
    Best regards,
    Fredrik Skild

    Hi Muthuraman Govi  and Sanjeev,
    in fact I can see in backend in transaction KS03 (show cost center) there in the F4s, which comp.code + controll area combinations are valid and have indeed cost centers assigned.
    So I have a new valid comp.code and a new valid cont.area.
    The new comp.code belongs to the new contr. area.
    In SRM I set the BUK attribute as described by Sanjeev (I had that already done). Still, if it is like you say, why do I get an error in EBP when trying to buy products from the new plant in the new company code...
    Is there any more config.work necessary in backend or SRM?
    kind regards, matthias

  • How to change validity period of cost centre or activity type

    Hi
    How to change validity period for an Activity type or Cost centre?
    Can we change the validity period once created?
    regards
    Prakash

    Please note this can be done.
    Go to Edit Cost Center
    Goto Edit, Analysis Period.
    Create a new validity period say today until 3112999
    Change the data you want and save.
    When you go into the CC again it will show two validity periods.

  • Validation: How to maintain the entry in GB02C

    HI FI GURUS n EXPERTS,
    My requirement is that - We want to restrict Negative posting for some GL i.e. For some GL balance should not be Zero.
    When I have made the search on SDN, I found it can be done with the help of Validation: OB28 & GGB0.
    Currently we are not using any validation. When we use T-Code GGB0 --> Financial Accounting --> Line Item --> New Validation
    System shows a pop-up window to select Boolean Class & Message ID.
    I also found that this information is maintained in Table GB02C.
    When I use Se16 to see the detail of the table GB02C, I found there is only one entry Bool. Class: FP1 & Message ID 7F.
    But I don't know How to maintain the entry in table GB02C & What is the T-Code for it. which message ID I have to create.
    Please help.
    DSC

    Dear Alex,
    When I use: GGB0 --> Financial Accounting --> Line Item --> New Validation
    System shows a pop-up window to select Boolean Class & Message Class, I select the Message Class 9 and for Message Class Press F4 and select any message class. System gives an error message: Message ID must start with 'Z' Message no. GB116.
    Basically, My question is that: Which T-Code we have to use to maintain Boolean Class & Message Class.
    With thanks,
    DSC

Maybe you are looking for

  • How do I download pictures from Iphoto to external hard drive?

    How do I download my iphoto pictures to an external hard drive?

  • My safari wont open at all

    Everything on my computer works fine and I have successfully connected to the internet (wi-fi is on) but for some reason Safari will not open. I tried to google the problem and it told me to try it under a different user. I tried that and it still do

  • Can I use Greek language in a post?

    Can I use Greek language in a post?

  • Itunes - mac windows

    My itunes library is currently on a mac. My ipod is formatted to the mac. I have enabled disc use and copied my itunes folder to the ipod ready for transfer. How do I transfer this to my windows pc?

  • Error : Connection factory has been stopped

    Hi , i Have a JPA/Toplink application to be depolyed on OAS 10.1.3.3 , i defined a DataSource on the Application Server , but iam getting this error when iam trying to run my application : Caused by: java.sql.SQLException: javax.resource.spi.Applicat