Attachment count for item in SRM SC

Hi
I added attachment file to SRM SC PR document and stored in SAP content server.
when i create RFX, observed that for an item file attach count is set '0', however 2 attachment file is available and displayed in Notes and Attachment tab.
I think default attachment count is taken from BBPCONT table. but now i saved in content server. how to fetch the file count from content server and where to place the code in SRM.
Please advice.
Regards
Chandra

Hi
Thanks for your reply.
BBP_PDATT  does not have any Content server information. It only have attachment description alone and time etc.
Not sure where the file is stored inside SRM.
I found table BBPCONT is updating everytime but after i change the BBPFILESYSTEM to Content server setting at OACT transaction.
Not sure where its storing.
When i click the attach file in SRM, its not opening with HTTP -content server URL...its opening with Local SRM HTTP server URL.
Do you have idea when the Content server URL path for FIle will be opened when i click attach file in SRM protal.
How the document object is connected with Content server ?
Regards
Chandra

Similar Messages

  • Count for item records reaches 999 the second idoc gets triggered!

    Hi Experts,
         I have an issue. Sender is file and receiver is idoc with a header and item  level records. Only one header and n number of records can be there.
    Now we want to make  this way that as soon as the count for item records reaches 999 the second idoc gets triggered.
      Hints / Solutions Pls.
    Regards,
    Arnab .

    incorporate mapping logic such that for every 999 item records create new IDoc node
    check with this UDF for IDoc node mapping, item records will be input to UDF
    int count = a.length;
    int k=999;
    result.addValue("");
    for(int i=0;i<count;i++)
          if (i>=k){
              result.addValue(""); // if records > 999, add IDoc node
              k=k+999;     
    Do rest of the mapping accordingly

  • Play count for imported items

    Here's a new one for me...
    Starting with this latest version, when I burn a CD, it automatically marks the Play Count for those items at 1. Anyone else encounter this? Is there a fix?

    i've noticed that sometimes the play count does not increase for songs, and the only workaround i've seen that works is to do a second sync after the first one completes.

  • Tabel for PO-item in SRM

    Hi,
    Can anyone give me the name of the tabel for PO-item in SRM,?
    Br. Kim

    Hi,
    All information you can find in transaction BBP_PD for object BUS2201
    PO item  tables:
    - CRMD_ORDERADM_I - Business Transaction Item
    - BBP_PDIGP - Business transaction item-Purchasing information
    - BBP_PDBEI - Backend Specific Item Data
    - BBP_PDPSET - Further Procurement Information
    Regards,
    Marcin Gajewski
    please reward points for helpful answers
    Message was edited by:
            Marcin Gajewski

  • Unable to Attach file for list item using SP.File CopyTo Method

    Requirement: I have a document library and list, the requirement is i need to take a document from document library and attach to list item in the list using CSOM only.
    Followed technique: to achieve this requirement i followed below methodology
    clientContext = SP.ClientContext.get_current();            
                    webSite = clientContext.get_web();
                    webSite.AllowUnsafeUpdates =true;
                    var list = webSite.get_lists().getByTitle('Documents');
                    item = list.getItemById(3);
                    file = item.get_file();
                    file.checkOut('Comments',1);
                    file.copyTo("xxxxxxx/Lists/Student/Attachments/4/mahesh.docx","1"); 
    file.checkIn('Comments',1);
                    clientContext.load(file );
                    clientContext.executeQueryAsync(Function.createDelegate(this, this.OnLoadSuccess), Function.createDelegate(this, this.OnLoadFailed));      
    Issue: This functionality is absolutely working fine when list item contains at least one attachment, if list item doesn't have any attachments the code is failing. i tried web.AllowUnsafeUpdates also but not working.
    Could anyone please help me on this.... :(
    Thanks in Advance!
    Regards,
    Mahesh Yamana
    Mahesh@SharepointSolutions

    Hi SK,
    Thank you for your reply!
    We are not allowed to use Visual Studio and the same thing we can use in JavaScript, but file stream takes path as one parameter which is physical location of your file system. When you use it some times users might not have access to the file system then
    our code fails.
    Regards,
    Mahesh Yamana
    Mahesh@SharepointSolutions

  • Error in account assignment for item

    Hello,
    We have configured EBP at Stack 03 in SRM release 550
    We are facing problem to create shopping cart,
    Already it was working fine but now at the time of adding item to shopping cart it shows below error
    messages
    1.Version 0 is not defined for fiscal year 2007
    2.Error in account assignment for item
    For your reference error screen is given in attached document.
    pls advise
    Regards,
    Santosh

    Hi Christophe,
    I am getting the same error <b>'Version 0 is not defined for fiscal year 2007'</b> when tried to create a Sales Order in IDES system and I am trying the solution to add the fiscal year 2007 in T.code OKEV but it fails.
    The steps what I have done :
    1. Go to OKEV
    2. Selecting control area 1000
    3. Selecting the version 0 line
    4. then trying to open the Settings for Each fiscal year from Dialog Structure
    The error i get is :
    <b>E: Activation of the indicator is not permitted</b>
    and the highlighted line in red is for Version 1
    The default indicator is set for version 1 is Plan, WIP/RA, Variance & Legal Valuation (Valuation view)
    I tried in many ways to 'uncheck' the boxes for this version 1 but fails.
    Pls help.
    regds,
    Umesh

  • How to add pictures in CCM for items in SRM_EXTRAXTED_CATLG

    Hi guys (and girls of course),
    Best wishes for 2007 for all of you.
    I've got following issue I've been struggling with: I'm trying to add a picture to items in CCM, but for items coming from R3 (replicated to SRM). I want to use the standard PICTURE/URL field for this ('complex' data type)
    (procedure for uploading R/3-materials is currently already working)
    I've been checking out following BADI's:
    <u>/CCM/IF_EX_CTLG_ENRICHMENT~ENRICH_ITEM</u>
    I have found an example for implementing this in another thread and this seems to work for 'simple' characteristics, eg /CCM/CONTRACT_ID as mentioned in the example)
    <u>IF_EX_BBP_CCM_CHAR_MAINT~VALUATE_PRODUCT</u>
    for additional customer-characteristics this works fine, also for simple standard characteristics (eg /CCM/MPN) this works fine.
    But in both cases i seem to be unable to fill the complex characteristic /CCM/PICTURE (subfield /CCM/URL). I tried to use the same syntax as in the CSV-load file (ie /CCM/PICTURE#/CCM/URL) but it's not working as i expect.
    When i add this info manually to the field, the picture shows as expected. (But adding this info manually is not an option of course.)
    Any thoughts or hints would be greatly appreciated.
    Some additional information
    SAP_ABA     700     0009     SAPKA70009
    SAP_BASIS     700     0009     SAPKB70009
    PI_BASIS     2005_1_700     0009     SAPKIPYJ79
    ST-PI     2005_1_700     0001     SAPKITLQI1
    SAP_BW     700     0009     SAPKW70009
    SAP_AP     700     0006     SAPKNA7006
    CCM     200_700     0005     SAPK-27005INCCM
    SRM_PLUS     550     0006     SAPKIBK006
    SRM_SERVER     550     0006     SAPKIBKT06

    Hi ,
    I was not active on SDN for some time hence did not see yr thread.
    We had used SRM_EXTRACTED_CATALOG in our earlier project and managed to get pictures for all the items in shopping.
    The path we took:
    with the report BBP_CCM_TRANSFER_CATALOG get the SRM_EXTRACTED_CATALOG in CAT
    map the relevant categories in SRM_EXTARCTED_CATALOG to /CCM/MASTER_CATALOG.
    import all the picture JPEG files for all the items in the MIME of server
    SE80->MIME repository -> drill down to BSP/SAP/BC/CCM (sorry i don't remember the exact path and I don' t have the system now) -> create yr own folder-> import all the JPEG files to this folder.
    now derive a URL for each item in a format: http:
    server name.domain name\services (sap\bc\bsp\cat\yr folder name\file name)
    validate this URL in IE
    it should derive the picture from the MIME of yr server and show you on screen
    now go to mastrer catalog ->open the chara "image" for each item -> paste this url and type (JPEG) -> and save the item
    this should give picture of each item when you are shopping in EBP as preview and in detail also
    it's somewhat cubersome to paster those URLs but it's one time activity.
    Helpful?
    BR
    Dinesh
    reward if helps

  • How to set the conditions for item deletion approval workflow?

    Hi,
    I have created approval workflow for item modifications ie, when user try to modify an item, it will send a mail to Project Manager. For that I set the conditions in Change the behavior of the overall task: 1. When the task process starts 2 . When the task
     process completes .
    Change the behavior of the single task: 1.when a task is Pending.
    [I followed this https://www.nothingbutsharepoint.com/sites/eusp/Pages/5-Steps-to-Enhance-SharePoint-2010-Approval-Workflow.aspx ]
    My Requirement is that I want to set this same workflow for the scenario: when the user deletes an item it will send a mail (intimation mail for item deletion) to Project Manager. here i dont want to send modification mails when user deletes an item.
    When user modifies an item: 1. intimation mail, 2. Approve/Reject mail 3. intimation for approval / rejection mail.
    When user deletes an item: 1. intimation mail.
    How can we set it in one approval workflow?? where i have to set the condition for sending either item modification mails or deletion mail.
    Thanks,
    Praveen ji

    Hi,
    According to your post, my understanding is that you wanted to start approval workflow when item deleted.
    You should first make some changes to trigger the workflow when you delete the item.
    You can use the Event Receiver to achieve it.
    In order to trigger workflow on item delete you need to create event receivers and from event receiver call the workflow already attached with list.
    http://ravendra.wordpress.com/sharepoint-workflow-on-list-item-delete/
    You can also create custom action to start the workflow, you can refer to the following article, then modify the workflow as your need.
    http://blogs.sharepoint911.com/blogs/jennifer/Lists/Posts/Post.aspx?ID=50
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Item level link in PO for items added from individual Shopping carts

    Hi all,
    IF i create a PO in Sourcing using multiple shopping carts,then for each of the item in the PO ,is there any link which has details about the Line item of the SC from which the PO was created?I am looking for some link in the PO(created from multiple carts) at the item level with the Items in the shopping cart.
    E.g. I create PO 100 from cart 10 and Cart 20.
    CArt 10:
    Line item A
    cart 20:
    Line item B
    PO 100:
    Line Item A(1st item)
    Line item B(2nd item)
    For the above example,is there any link in PO 100 for item A in SC 10 and for item B in SC 20?
    Thanks in advance.

    What are you trying to achieve? What other link do you need if you get the item GUID (this is not the shopping cart number!)? The item GUID is a unique number in the SRM system that is only used for that particular item. So there is no need to identify it any further or in any other way?
    So 4 ways to get it:
    1. use the correct tables (CRMD_ORDERAMD_I & BBP_PDIGP using GUID and SRC_GUID from the top of my head).
    2. Use the BBP_PD_PO_ITEMGETDETAIL Function Module (do a search for BBP_PD_PO* in transaction SE37 to find the correct name).
    3. use transaction BBP_PD (only reference)
    4. use the PO transaction in internet explorer and check the preceding shopping carts
    Regards,
    Robin

  • I give up! - waiting for items to copy

    I know a lot has been said on the subject and I've said a few things myself.  However, I've about reached my breaking point and would love it if someone could point me the way to someone at Apple to talk to.
    I'm referring to syncing and the dreaded message generally at the end of the sync, "waiting for items to copy."  Sometimes the message will end after a long time (an hour) and all will seemingly be ok, and sometimes it will continue indefinitely.  I've tried virtually every suggestion here and from apple senior support.  I have had the same problem for well over a year with 2 iPads and 2 iPhones.  I've had syncing problems seemingly forever, back to 3 years ago when I had a MacBook Pro and after with my present computer, an iMac.  However, the problem was not the same previously, i.e., waiting for items to sync., in the past year or so.   It seems to be happening with more regularity now, like almost every time I want to completely change songs on my devices.
    If I interrupt the "waiting for items to copy," I often get a huge amount of "other" indicated in the bar graph in iTunes showing the amount of audio, apps, etc.
    I have a large library, almost 2TB and 80k songs.  I don't know if that's the problem.  I also have a 124gb iPad and 2 64gb iPhones.  I rotate the songs every few weeks... I have about 15 playlists set up randomly so I can just switch playlists.  As a result, I can rule out that corrupt songs are causing the problem unless there are a lot of corrupt songs.
    Without exaggeration, I must have talked to 10 senior apple technicians.  I'm covered by Apple Care on all but one of my 3 devices.  It's always a very lengthy conversation and doing mostly the same things over and over with call backs necessary.  And the problem doesn't get resolved.
    The only way I can seem to resolve the issue is by doing a complete erase on the device and syncing my songs 1 playlist at a time.  It's an incredibly lengthy process, especially when I try to sync normally at first and that fails - there went up to a few hours' time.
    However, I'm not so sure about this method any longer.  I sync'd my iPad yesterday, which took an entire day or about 15 hours.  After completely erasing everything and restoring, I sync'd 1 playlist at a time as previously mentioned.  I got the "waiting" message after each sync, but it eventually went away and all seemed fine.  That is, until I checked my iPad.  I should have had 22,000 songs (according to iTunes and a manual count of songs taking the totals from my playlists) but the iPad indicated only 12,000.
    If it is not an inherent problem with every version of iTunes and/or every OS in the last few years, the only other thing I can think of is that's my computer.  I am flinging my hands up in the air at this point and begging for a phone number of someone to talk to who can help.  Most of the senior iTunes reps claim they are unaware of the problem, which is baffling to me.

    (In response to Mike Stitzer's post):
    I'm a 30-year+ PC user (DOS then Windows) with a systems programming and admin background in Unix.  Apple is still a bit foreign to me, although not out of the realm of understanding.  The problems Apple now faces deal with (1) its popularity, which now makes it susceptible to the same kind of hacking-attacks that Windows has endured forever (which has nothing to do with these problems, granted); (2) complexity of the technology and (3) inexperience and/or lack of knowledge plus limited training of its customer & tech support staff (both of these being the central issues of this syncing problem). 
    You make a good point: these companies are now using "us" as their beta-testers. They don't thoroughly vet their products before releasing them into the market, and then leave it up to the users to find problems/bugs, and maybe even figure out how to fix them.  I don't know, honestly, but that's how it seems.  Maybe they don't care.  Maybe they know their client-base will remain steady and reliable because people still want to have iPads and iPhones and iPods.  And like all tech companies, Apple is always moving on to the next best thing, the newest upgrade features which lure their client-base to buy again, and attract new buyers.  Like any other company, their bottom line is what matters, and fixing problems, such as this sync one, may not be cost-effective enough to rise to the level of fixing, simply because it doesn't appear to be widespread enough, although who knows.  I know people who have iphones who NEVER connect them to their laptops for syncing, who buy music from iTunes from their iPhone and that's their music library.  That's the extent of their 'use.'  There are a lot of Apple customers, maybe a majority of users, who have no clue about ninety-percent of what is discussed in these forums. 
    In any event, for some reason, after I updated to the latest iTunes, I was able to sync my three "i" devices, iPhone--which was what I was having the trouble with; then the iPad and just the other day, my iPod Classic; all synced without problem.  Last Sunday I did, momentarily, have the "waiting to apply changes" stick while trying to sync some newly made ring tones to my iPhone, so I bailed out of the process, rebooted my (Windows 7) laptop, and tried again, and it took.  Don't ask me why.  I have no idea. 
    Regarding Windows... I have to say that since Microsoft's XP, I haven't had many problems with the system.  I had seriously considered getting a Mac the next time I get a new laptop, and just going "all Apple" but I'm definitely reconsidering that now.  With all the new products coming on the market now, I don't want to put all my cookies into one jar... you know?  Things change, that's a guarantee. 

  • Setting colors for item labels in JFreeChart (WaferMapRenderer)

    Hi,
    first of all, sorry for posting a JFreeChart related posting on this forum, but I didn't get a solution right now (I even didn't find anything useful on the JFreeChart website/forum). Here's my question...
    I'm trying to set the color for item labels in the legend but with no success.
    Here's a code example:
    final JFreeChart chart = ChartFactory.createWaferMapChart(
        "Wafer Map Demo",         // title
        dataset,                  // wafermapdataset
        PlotOrientation.VERTICAL, // vertical = notchdown
        true,                     // legend          
        true,                    // tooltips
        false
    WaferMapPlot plot = (WaferMapPlot) chart.getPlot();
    WaferMapRenderer renderer = new WaferMapRenderer();
    renderer.setSeriesItemLabelPaint(0, Color.red);
    renderer.setSeriesItemLabelPaint(1, Color.blue);
    plot.setRenderer(renderer);The default behavior of the WaferMapRenderer is also strange because the item label as well as the item marker is painted black so you cannot distinguish different fields of the wafer map. Is this a bug or am I doing something wrong (or missing somehting)?
    Any help would be greatly appreciated.
    Thanks and best regards,
    - Stephan

    Your folder action script doesn't work because of one simple error:
    set label index of every item of entire contents of processFolder to 7
    Nowhere in your script is 'processFolder' defined, so AppleScript has no idea what you're trying to do.
    Given that you (correctly) iterate through added_items, the correct format would be:
    on adding folder items to this_folder after receiving added_items
      repeat with item_ in added_items
        tell application "Finder"
          set label index of item_ to 7
        end tell
      end repeat
    end adding folder items to
    In other words, this changes the label index of each item just added.
    That should work provided you're dropping files into this folder. If you're dropping folders then this would set the label index of the folder itself, but not necessarily the items within that folder. For that you'd need to add a check to see if item_ was a folder and add code to handle folders.
    Also note that this kind of folder action will only work on the folder itself - that is, if you have folder A that contains subfolder B, then dropping a file into subfolder B won't trigger the script and won't change that item's label. To do that you'd have to attach your folder action to subfolder B.

  • How to only count parent items in a hierarchical query

    Hello,
    We have a query of Code Review Request and Code Review Responses and also a Query of PBI's and Tasks, each of which are pinned to the home page in TFS Web Access.  For the Code Review query we'd like to only show the count for parent items on the home
    page, and for the PBI/Task query we'd like to only show the count for the Tasks of a certain status.
    Is it possible to specify how the count is calculated, separate from the query filter(s)?

    Hi Burton,  
    Thanks for your post.
    No, there’s no default way to specify a calculated count for work item query in this scenario. If you want to show Code Review Request work items or Task work items in home age, you should try to create the separate queries for
     Code Review Request work items or Task work items, then pin that queries to home page.
    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.

  • Field 'Goods Receipt / Performance of Service' in 'Related Documents' Tab of PO Item in SRM

    Hi Gurus,
    I have a requirement where I need to make 'Goods Receipt / Performance of Service' in 'Related Documents' Tab as non-editable based on certain fields on the PO Item.
    On searching SDN, I found that this can be done via SPRO in the below path SPRO->SRM Server->Cross application basic settings->Extension and field Control -> Configure field control -> configure control for fields at item level.
    But here in this I am finding difficulty on using the Dyn. Customer Class and method.
    Please help us on how to find the relevant standard CLass and Method.
    I am new to SRM Programming.
    Appreciate your inputs on this.

    Hello,
    have a look at SPRO:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Extensions and Field Control (Personalization) > Configure Field Control > Display Standard Metadata Tables for Item Fields > Display Delivered Metadata Table for Item Fields.
    Here, for object type BUS2201, you can see standard dynamic control class name is /SAPSRM/CL_PDO_DYN_MDF_IT_PO.
    You need to do your own field control configuration using specific class and method based on the standard one seen above.
    Then, assign this class/method:
    SAP Implementation Guide > SAP Supplier Relationship Management > SRM Server > Cross-Application Basic Settings > Extensions and Field Control (Personalization) > Configure Field Control > Configure Control for Fields on Item Level > Metadata for Fields on Item Level.
    Regards.
    Laurent.

  • Error when opening Count for Campaigns ZSEG_D02_Q0001.

    I get the attached error when opening Count for Campaigns ZSEG_D02_Q0001 on the portal.
    Please tell me what can be the reason behind this.

    Hi,
    you write field routine for that infoobject(BPSTATE), like below.
    DATA X TYPE /BI0/OIBPSTATE.
    CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT'
              EXPORTING
                INPUT  = <SOURCE_FIELDS>-BPSTATE
              IMPORTING
                OUTPUT = X.
    RESULT = X.
    I HOPE IT SHOULD WORK.
    Regards,
    Ranganath.

  • GL account given in Default Settings for Items is not taking precedence

    Hi All,
    Could you please give your valuable inputs for my query
    Which takes precedence....GL account given in Default Settings for Items at the top of the shop screen or the Product category and GL account assignment maintained in SRM GUI?
    Scenario: I input a GL account in 'Default Settings for Items' at the top of the shop screen. Then click on Describe Requirements. Here I change the Product Category and add the line item to shopping cart.
    What GL account will appear in the cost assignment? Default value maintained at the top or the value maintained in the Product category table.
    Thanks
    Deepthi....

    Hi Muthu,
    Thank you for your response.
    It is not picking the default G/L account assigned to cost center( I believe you are talking abt OKB9 trans). It is picking the G/L account which is assigned to the product category in the customising. This is happenning only if the product category is changed for the line item while adding the item to shopping cart. Otherwise the same G/L account given at the header is appearing in the line item too.
    Also While changing the G/L#  information in Default settings for items at top, if Cost center is also changed then the same cost center is appearing in the cost assignment section for the line item but not the G/L.
    Wanted to know if this is a standard design or not. I would like to have the header data to take precedence over the product category and G/L assignment. Any suggestions please
    No ..... I checked in csks table.There are many cost centers for the company code.
    Thanks
    Deepthi..

Maybe you are looking for

  • Re: Follow up on an old thread about memoryutilization

    At 04:21 PM 12/5/96 -0800, you wrote: This thread was active a few months ago, unfortunately its taken me until now for me to have enough spare time to craft a response. Derek, Thank you for finally giving me a more in-depth explanation of some of th

  • How do I delete a digital signature field?

    I have Adobe Acrobat Pro 9 on Snow Leopard. I created a digital signature for a PDF file but it didn't look good, so I decided to delete it. I figured out how to delete the signature, but the signature field with the little red arrow did not delete w

  • Submit button not throwing error

    I have a Search Region and a table to show the data based on Search criteria...After search I am modifying the some fields with invalid data in Result table and I am clicking the Submit button, it is throwing error(I written Exception in EO level) ,

  • Can't Send Mail with Same Outgoing Server

    I have 2 Roadrunner accounts that use the same outgoing smtp server. In order for me to send email (receiving POP email is not a problem), I have to set the outgoing server for port 25, no SSL and no authentication. I can get one of the accounts to w

  • Wireless syncing - Is it possible?

    I've got a 1st generation Touch and I've downloaded a couple of apps such as Air Sharing which allow you to wirelessly send files over a wi-fi network to your iPod from your computer. If files like this can be sent, surely it is possible to wirelessl