Update the Milestone description

Hi,
I would like update the Milestone description with a input file. I used the function READ_TEXT and SAVE_TEXT but I see that only long text is updated and not short (field MLTX-KTEXT). I used the funtions : CJBP_MILLESTONE_UPDATE, BAPI_PROJECT_MAINTAIN, CN2M_MLST_CHANGE and Sap Note 1300978 but I can't update the Mileston description!! I hope that the last solution isn't directly update the MLTX table!
Thanks for help.

hi,
If the updation you are carrying out is through report programming, then the other way to update that table is to use database statement update or modify.
1) Create a internal table of similar structure of the database table and fill in it with entries existing in the database table.
2) Modify the internal table by using
LOOP AT ITAB INTO WA
MODIFY table itab from wa transporting KTEXT.
ENDLOOP.
3) MODIFY DBTAB FROM TABLE ITAB  ( Make sure entries already exist else new entries are added to dbtab)
OR
UPDATE DBTAB FROM TABLE ITAB ( Make sure entries already exist else NO changes are made to dbtab)
Thanks and regards
Sharath

Similar Messages

  • How can I update  the metadata description on iBooks?

    Hi,
    I was wondering if anyone has advice on how to help please?
    I recently  published my first kids book on iBooks. The description displaying on iBooks has a wrong word on it, so  I wanted to change it.  I tried updating the whole file from iTunes Producer, and submitted the whole package again on  the 6th April, but the  description has still not been updated.  I looked into trying to adding a new text file by saving a ".tab" file,  but haven't been able to get the iTunes Producer to open the file. According to Apple FAQ, this should change the description within 24 hours.  The book itself is for sale, and there is no problems with the book.
    Can anyone offer advice, or suggestions please to fix this problem,
    Thanks in advance.

    Follow these steps
    Log on to http://localhost:7001/em
    In the left navigation pane, expand Business Intelligence and click coreapplication
    Click the Deployment tab
    Click the Repository sub tab
    Click Lock and Edit Configuration
    Click Close when you receive the confirmation message "Lock and Edit Configuration - Completed Successfully
    In the "Upload BI Server Repository" section, click Browse to open the Choose file dialog box.
    repository password and confirm the password
    Click Apply
    Click Activate Changes
    Click Close when you receive the confirmation message Activate Changes - Completed Successfully
    Click Restart to apply recent changes to navigate to the Overview page
    On the Overview page, click Restart
    Click Yes when you receive the message Are you sure you want to restart all BI components?
    Allow the Restart All processing to complete. This may take a few moments
    Click Close when you receive the confirmation message Restart All - Completed Successfully
    Confirm that System Components are 100% and that five components are up. Leave Fusion Middleware Control open
    If it is helpful, please mark as correct or helpful

  • Import qeustion.  How to to update the image description

    We have imported 200k images using image manager, but there was not a way to specify the image description
    I thought I may be able to do it in the import manager from a source file which had fields for image name and image description, but can not find a way to do this in image manager or in the import manager as the image table is not the main table.
    How can we update the description field on images?
    Thanks

    Hi Lee,
    We had same issue..We cannot see the image description in datamanager..we have created  a qualiifed look up and reordered qualified table in such away, so that the qualified table is just below Image ..
    Now you can import the image description via import manager and put the corresponding  image in image table..
    I know its digy but cant help ..waiting for 7.1 ..
    Lets see what it offers...
    Cheers!!
    Vikrant M Kelkar..

  • ITunes is not updating my podcast description

    Hello community,
    I'm the admin for the Open Society Foundations podcast feed, and iTunes has not updated the podcast description or image and I can't figure out why not.  Any advice or assistance appreciated.  This is the feed with the current description: http://feeds.feedburner.com/OpenSocietyInstitutePodcast.  iTunes is updating all episodes, it's just not updating the description, which is in the xml file as:
    <itunes:summary>The Open Society Foundations work to build vibrant and tolerant democracies whose governments are accountable to their citizens. To achieve this mission, the Foundations seek to shape public policies that assure greater fairness in political, legal, and economic systems and safeguard fundamental rights. On a local level, the Open Society Foundations implement a range of initiatives to advance justice, education, public health, and independent media. At the same time, we build alliances across borders and continents on issues such as corruption and freedom of information. The Foundations place a high priority on protecting and improving the lives of people in marginalized communities.</itunes:summary>
    <description>The Open Society Foundations work to build vibrant and tolerant democracies whose governments are accountable to their citizens. To achieve this mission, the Foundations seek to shape public policies that assure greater fairness in political, legal, and economic systems and safeguard fundamental rights. On a local level, the Open Society Foundations implement a range of initiatives to advance justice, education, public health, and independent media. At the same time, we build alliances across borders and continents on issues such as corruption and freedom of information. The Foundations place a high priority on protecting and improving the lives of people in marginalized communities.</description>
    I've read through other threads here and I believe I've confirmed that iTunes is pointing to the correct feed, and that I'm using the right tags.  But, clearly I'm doing something wrong -- just can't figure out what.
    Many thanks!

    Although on subscribing iTunes is showing the contents of the 'description' tag (I thought it wasn't before. but I could be wrong) the 'itunes:subtitle' and 'itunes:summary' tags are still empty. If you've made the changes, have you uploaded the changed feed?
    When you add a new episode to your feed and upload it, it appears immediately for subscribers because their iTunes application reads the feed directly and the Store is not involved.
    However because of the huge number of podcasts in the Store (thousands) the Store caches the feed and checks it for updates periodically. For this reason it usually takes 1-2 days for new episodes to appear in the Store: sometimes it can be less, and occasionally the whole process seems to get stuck and it can take several days.
    You mention 'new episodes' but there is only one episode in the feed.

  • Does anybody have any advice about updating your book description once the book is live?

    I made a careless spelling mistake while filling out the metadata for my children’s ebook. Obviously I quickly changed it and resubmitted my “package”. That was four days ago and the spelling mistake is still there in the book description for all the world to see. Does anybody have any suggestions on how to push this through? It really should only be a 30 second fix yet has turned into a complete nightmare. Please help. Thanks.

    The description is one of the metadata fields that you cannot update yourself. You need to contact Apple and ask them to make the change for you. Quote the title, Apple ID, and ISBN of the book, and added description of the exact change needed, or complete replacement text for the description.
    Michi.

  • [svn] 1531: update the flex-sdk-description to 3.0.1

    Revision: 1531
    Author: [email protected]
    Date: 2008-05-02 08:38:50 -0700 (Fri, 02 May 2008)
    Log Message:
    update the flex-sdk-description to 3.0.1
    update the manifest variables so the versions will be in sync with the description file
    bug: https://bugs.adobe.com/jira/browse/SDK-15416
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-15416
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties

    Hi,
    Have you tried updating to Flex Builder 3.0.2 and then using Flex SDK 3.5?
    Updates are available here: http://www.adobe.com/support/flex/downloads_updaters.html#flex3
    Alternatively, Flash Builder 4 also provides full support for Flex SDK 3.5.
    Thanks,
    Andrew
    Senior Product Manager, Flash Builder

  • I have typos in my podcast description. Updating the RSS does not correct this. How can I get iTunes to re-read my RSS???

    I have typos in my podcast description. Updating the RSS does not correct this. How can I get iTunes to re-read my RSS???

    Thanks for your help.
    Here are the RSS feeds:
    http://www.solidrockvista.com/Podcasts/Lite/rss.xml
    http://www.solidrockvista.com/Podcasts/Phat/rss.xml
    And here are the iTunes pages:
    http://itunes.apple.com/us/podcast/james-world-lite/id162059136
    http://itunes.apple.com/us/podcast/james-world-phat/id162296074
    Both Podcast Descriptions have typos.

  • Updating the description field on the CRM Service Order

    HI Experts,
    I want to update the description fied with the service order number on the service order.
    What is the procedure to update the screen field on the crm service order, is it by order_maintain.
    Thanks in Advance for your help,
    Praveen

    Hi Praveen,
    Changing the field label on the WebUI is discussed many a times. Before posting, it is always a best practice to search for the solution.
    here is the link
    Change Field name & make it optional
    Hope this solves your requirement.
    Best Regards
    Shiven

  • [svn] 762: -update the 3.0 branch to use build. properties to create the flex-sdk-description.xml

    Revision: 762
    Author: [email protected]
    Date: 2008-03-10 07:44:49 -0700 (Mon, 10 Mar 2008)
    Log Message:
    -update the 3.0 branch to use build.properties to create the flex-sdk-description.xml
    Modified Paths:
    flex/sdk/branches/3.0.x/build.properties
    flex/sdk/branches/3.0.x/build.xml
    Added Paths:
    flex/sdk/branches/3.0.x/collateral/en_US/flex-sdk-description.xml

    By the way, simply adding the quotes around the lexical names in the sql statement doesn't work. That causes the lexical references to be ignored as simple string values:
    SELECT
       '&FLEX_GL_BALANCING_APROMPT' alias_gl_balancing_aprompt
      ,'&FLEX_GL_ACCOUNT_LPROMPT'   alias_gl_account_lprompt
      ,'&ACCT_BAL_LPROMPT'          alias_acct_bal_lprompt
    FROM dualI turned on statement-level debugging via xdodebug.cfg and saw how it compiled the lexicals. By replicating the call to apps.fnd_flex_xml_publisher_apis.kff_segments_metadata that I found there, I was able to hack together a workaround for this issue.
    Please point me to a better way of doing this if possible, as I had to GRANT EXECUTE on this apps package to my custom code schema. Is there a better lexical/flexfields reference than the XML Publisher documentation?
    Here is the call I made in my before-report trigger:
    --set ACCT_BAL_LPROMPT flexfield segment metadata lexical
    begin
    apps.fnd_flex_xml_publisher_apis.kff_segments_metadata(
      'FLEX_ACCT_BAL_LPROMPT',
      'SQLGL',
      'GL#',
      101,
      'GL_BALANCING',
      'Y',
      'LEFT_PROMPT',
      c_FLEX_ACCT_BAL_LPROMPT
    end;

  • I want to update the FND_FLEX_VALUES_TL table "DESCRIPTION" Column

    Hi,
    i want to update the description column in Fnd_Flex_Values_Tl Table for a specific value set id, but my question is my client is having two languages AR & US he wants the description of AR in Description of US so help me to update the description column as per the AR language for all accounts.
    select ffv.flex_value_set_id,
    ffv.flex_value_id,
    ffv.flex_value,
    ffvtl.flex_value_id,
    ffvtl.language,
    ffvtl.description
    from fnd_flex_values_copy ffv,
    fnd_flex_values_tl_copy ffvtl
    where ffv.FLEX_VALUE_ID=ffvtl.FLEX_VALUE_ID
    and ffv.flex_value_set_id='1007630'
    order by flex_value,language
    Regards,
    Pasha

    As expected...
    Isn't that message self-explanatory?
    You're updating a child record, and if you're updating the cild_table.parent_id then that parent_id has to exist in the parent_table.
    SQL> create table prnt(a varchar2(10) primary key);
    Table created.
    SQL> create table chld(a varchar2(10), b varchar2(10) references prnt (a));
    Table created.
    SQL> insert into prnt values('Parent 1');
    1 row created.
    SQL> insert into chld values('Child 1','Parent 1');
    1 row created.
    SQL> update chld set b = 'Parent 2';
    update chld set b = 'Parent 2'
    ERROR at line 1:
    ORA-02291: integrity constraint (INFO.SYS_C00311351) violated - parent key not found
    SQL> insert into prnt values('Parent 2');
    1 row created.
    SQL> update chld set b = 'Parent 2';
    1 row updated.

  • Updating the template for Test Case Description

    Hi All,
    Greetings...
    In one of my projects, I want to customize the template provided by the SAP in test case description.
    We can add test case description while creating Manual Test Case (Tx: STWB_TC), Test Script and Test Configuration (Tx: SECATT)
    I want ot update the default template with the custom template.
    We had tried to update the same in SOLAR_PROJECT_ADMIN --> select Project --> Project Standard --> Project Templates --> Documantation Types, selected TD1, Test Case Description of Complete Directory of Document Types and using Document Template --> Change and Import we tried to update the template. In the document type, it has been changed but it is not reflecting in the other transactions.
    Please help me in this regard to update the test case description.
    Thanks in Advance
    Saman

    Hi,
    More information about the issue....
    We are creating the test scripts both manual and automated.
    Manual
    Using the Tx. STWB_TC, we are creating the manual test cases. While doing so we will provide the test case desctiption
    Automated ECATT
    using the Tx. SECATT, we are creating the Test Configuration. We are providing description through the documentation option.
    The SAP format for both documents is
                   &DESCRIPTION&
                   &PREPARATION&
                   &ENTRANCE&
                   &REALIZE&
                   &CHECK&
                   &FURTHER_HINTS&
    But we want the format to be
                   <DESIGNSTEPS>
                   <INPUTDATA>
                   <EXPECTEDRESULT>
                   <TARGETSYSTEM>
    So we want to update the format / template to reflect the changes.
    Please guide us to do so.
    Thanks and Regards
    Saman

  • Can iPhoto update the descriptions of photos shared to Flickr?

    I just finished uploading 150-odd photos I took into iPhoto 9.5.1 (902.17) and annotated virtually all of them.  Having waited through the long, slow upload process I now notice that I made a number of typographical errors in the descriptions.  After I have corrected them in iPhoto, is there any way short of deleting the photos on Flickr and uploading again, to get iPhoto to update the descriptions, or do I need to go through and update them by hand on Flickr?

    Intestingly enough, I see that some of the photos I uploaded to the Flickr photostream have an indication of that in the "information" display, but the bulk of them do not.  I think it may relate to my having selected 153 (148 photos, 5 short videos) in iPhoto and asking it to upload them all in the same go.  That upload "stalled-out" at some point and I ended-up having to do the last 20 or so (guessing) in a second upload.  I'm guessing that iPhoto didn't record the uploading for the first chunk

  • [svn] 1593: Updated the description of legacy-externalizable setting.

    Revision: 1593
    Author: [email protected]
    Date: 2008-05-07 10:08:43 -0700 (Wed, 07 May 2008)
    Log Message:
    Updated the description of legacy-externalizable setting.
    Modified Paths:
    blazeds/trunk/resources/config/services-config.xml

    Kiran,
    Very good finding man.......
    When you are doing transfer postings of legacy asset data's balances to asset recon accounts with OASV, you need to adjust this ord dep posted (curr yr dep) also.
    For ex lets say-your APC value is 1000-Accum dep till last day of last FY is 200---and ord dep posted amount (curr yr dep, which is posted in legacy system) is 50. And in this scenario your adjustment entry in OASV will be as same as below entry.
    1st entry) APC Value new GL Account   Dr         1000
                             Accum Dep new GL account   Cr                 250   (200+50)
                             Asset OB Upload clg acc         Cr                 750
    2nd entry) Asset OB upload clg account Dr            750
                      Accum dep old GL A/c           Dr             250
                               APC value old GL account      Cr                1000
    Here new GL account means, the recon GL account, which is using currently for asset APC and Accum Dep postings. And old means, the recon GL account numbers, those used in your legacy system.
    My sincere advise is that, please use F-02 for transfer postings other than OASV, since F-02 is very flexible.
    Before doing F-02 switch off recon indicators for all asset related GL accounts with OAMK and pass F-02 entry and switch it on again.
    I hope this is more helpful to you.
    Dont say that this is my last question or something else man....
    This forum is meant for these kind discussions only.
    Thanks,
    Srinu

  • [svn] 1591: Updated the description of legacy-externalizable setting.

    Revision: 1591
    Author: [email protected]
    Date: 2008-05-07 08:58:17 -0700 (Wed, 07 May 2008)
    Log Message:
    Updated the description of legacy-externalizable setting.
    Modified Paths:
    blazeds/branches/3.0.x/resources/config/services-config.xml

    Kiran,
    Very good finding man.......
    When you are doing transfer postings of legacy asset data's balances to asset recon accounts with OASV, you need to adjust this ord dep posted (curr yr dep) also.
    For ex lets say-your APC value is 1000-Accum dep till last day of last FY is 200---and ord dep posted amount (curr yr dep, which is posted in legacy system) is 50. And in this scenario your adjustment entry in OASV will be as same as below entry.
    1st entry) APC Value new GL Account   Dr         1000
                             Accum Dep new GL account   Cr                 250   (200+50)
                             Asset OB Upload clg acc         Cr                 750
    2nd entry) Asset OB upload clg account Dr            750
                      Accum dep old GL A/c           Dr             250
                               APC value old GL account      Cr                1000
    Here new GL account means, the recon GL account, which is using currently for asset APC and Accum Dep postings. And old means, the recon GL account numbers, those used in your legacy system.
    My sincere advise is that, please use F-02 for transfer postings other than OASV, since F-02 is very flexible.
    Before doing F-02 switch off recon indicators for all asset related GL accounts with OAMK and pass F-02 entry and switch it on again.
    I hope this is more helpful to you.
    Dont say that this is my last question or something else man....
    This forum is meant for these kind discussions only.
    Thanks,
    Srinu

  • Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?

    Hi all! I was updating the software on i pad to ios6, update was interrupted(apple update server is unavailable...). iTunes Diagnostics shows that "secure link to I tunes store failed". I use Windows 7 Home Premium 64 bit. Can anybody help please?
    The following was done so far:
    1. Windows Firewall - new rule created for itunes.
    2. iTunes - latest version installed.
    3. LAN setting : automatic detection of proxy is enabled;
    4. iTunes diagnostics shows:
    Microsoft Windows 7 x64 Home Premium Edition (Build 7600)
    TOSHIBA Satellite L655
    iTunes 11.0.2.26
    QuickTime 7.7.3
    FairPlay 2.3.31
    Apple Application Support 2.3.3
    iPod Updater Library 10.0d2
    CD Driver 2.2.3.0
    CD Driver DLL 2.1.3.1
    Apple Mobile Device 6.1.0.13
    Apple Mobile Device Driver 1.64.0.0
    Bonjour 3.0.0.10 (333.10)
    Gracenote SDK 1.9.6.502
    Gracenote MusicID 1.9.6.115
    Gracenote Submit 1.9.6.143
    Gracenote DSP 1.9.6.45
    iTunes Serial Number 003FB880034B7720
    Current user is not an administrator.
    The current local date and time is 2013-04-23 11:01:14.
    iTunes is not running in safe mode.
    WebKit accelerated compositing is enabled.
    HDCP is supported.
    Core Media is supported.
    Video Display Information
    Intel Corporation, Intel(R) HD Graphics
    **** External Plug-ins Information ****
    No external plug-ins installed.
    iPodService 11.0.2.26 (x64) is currently running.
    iTunesHelper 11.0.2.26 is currently running.
    Apple Mobile Device service 3.3.0.0 is currently running.
    **** Network Connectivity Tests ****
    Network Adapter Information
    Adapter Name:          {1CB5BBC2-8124-4664-899A-CE0A4683E3B4}
    Description:          Realtek RTL8188CE Wireless LAN 802.11n PCI-E NIC
    IP Address:          0.0.0.0
    Subnet Mask:          0.0.0.0
    Default Gateway:          0.0.0.0
    DHCP Enabled:          Yes
    DHCP Server:
    Lease Obtained:          Thu Jan 01 08:00:00 1970
    Lease Expires:          Thu Jan 01 08:00:00 1970
    DNS Servers:
    Adapter Name:          {8140112A-43D0-41D6-8B36-BE146C811173}
    Description:          Atheros AR8152/8158 PCI-E Fast Ethernet Controller (NDIS 6.20)
    IP Address:          10.5.7.196
    Subnet Mask:          255.255.0.0
    Default Gateway:          10.5.0.1
    DHCP Enabled:          Yes
    DHCP Server:          172.18.255.2
    Lease Obtained:          Tue Apr 23 10:14:40 2013
    Lease Expires:          Tue Apr 23 22:14:40 2013
    DNS Servers:          121.97.59.7
                        121.97.59.2
                        121.97.59.3
    Active Connection:          LAN Connection
    Connected:          Yes
    Online:                    Yes
    Using Modem:          No
    Using LAN:          Yes
    Using Proxy:          No
    Firewall Information
    Windows Firewall is on.
    iTunes is NOT enabled in Windows Firewall.
    Connection attempt to Apple web site was successful.
    Connection attempt to browsing iTunes Store was unsuccessful.
    The network connection timed out.
    Connection attempt to purchasing from iTunes Store was successful.
    Connection attempt to iPhone activation server was successful.
    Connection attempt to firmware update server was unsuccessful.
    The network connection timed out.
    Connection attempt to Gracenote server was successful.
    The network connection timed out.
    Last successful iTunes Store access was 2013-03-22 10:05:31.
    @@@. iTunes IS ENABLED THROUGH THE FIREWALL , even though diagnostics says "NOT enabled"

    hours after the first post i somehow got this to work. dont know how, but i do tried the dns clear cache, the clear host file, oh and i did the check automatically detech dns AND THEN se-check it again before i got this to work.

Maybe you are looking for

  • Report of all sales orders for a business unit

    I am analyzing revenue, and I would like to run a report that would list all sales orders and the value of those orders in a particular business unit. I require the value of each and every sales contract during a certain period. Can I run a report th

  • Archiving object CHANGEDOCU

    Hi, I need to archive data using archiving object CHANGEDOCU. Now the condition is that in this archiving object, I need to restrict the data (to be archived) to company code 1030 (country US). As the company code field is not available in the select

  • How do I block a website on Firefox?

    I would like to block a website on the internet.

  • Why is everything have a shadow on my screen????

    For watever reason, everything on the screen has a shadow 1mm to the right of it. It's like there is another layer underneath that is shifted just to the right. I'm not sure how else to describe it. It makes the screen blured and text is harder to re

  • Ssfcomposer

    Hi Gurus!! When I am trying to see the print preview of me22n, that is purchase order i am getting a message saying "message no 41 does not exist in work area ssfocmposer". So,  I went into ssfocmposer message class and in 41 gave a value,it obviousl