Maintaining Issue for BBPC_UP_DOWNLOAD Contract Download/Upload in SRM 7.0

Hello Experts,
I'm trying to create a new variant in BBPC_UP_DOWNLOAD table for achieving customer demands while downloading contract in SRM 7.0. I have referred many OSS notes (1612239, 812884 etc.) for this but I couldn't succeeded to maintain table BBPC_UP_DOWNLOAD properly. I basically would like to download item level of contracts to excel file with header names.
Customer's Demanded excel file format as below:
Item No     Product Name      Product Decription          Quantity   Price           Currency
0001               11111111                 Desciption 1                       1.00              100,00            TL
0002               22222222                 Desciption 2                       1.00              200,00            TL
0003               33333333                 Desciption 3                       1.00              300,00            TL
I followed the instruction Oss 812884 to compose excel format via creating a new variant in the table BBPC_UP_DOWNLOAD but the format is really different and there are many unwanted values, many technical names in the downloaded excel file.
1- Is it possible to compose excel file when contract downloading as I mentioned above using a new variant in table BBPC_UP_DOWNLOAD?
2- If It is possible could you please tell me for maintaining of the table in detail. I searched about the maintaining this table properly but I couldn't find anything.
Best Regards.
Mehmet Gullu
Edited by: mehmet gullu on Nov 28, 2011 3:16 PM
Edited by: mehmet gullu on Nov 28, 2011 3:20 PM

Is the question not clear?
Please advice some kind of solutions to me. I need to download and upload excel file in proper format but I don't know how...

Similar Messages

  • Missing data status for Idocs : HR ORG Upload in SRM

    Hi All,
        We are using ALE Idocs for uploading HR ORG in SRM system.We are getting some IDocs errors. 51 status is 'Missing data'.
    Details description like below:
    Missing data
    Message no. HRALX00_ORG315
    Diagnosis
    It has been determined that the employee 00036837 has been received for the first time. However, not all the data that is needed to create a business partner has been received. In this case, the infotype 1001 and the subtype A209 have not been entered for the employee.
    Procedure
    Maintain the filter of the appropriate distribution model. To do this, call transaction BD64 in the source system. Add a new filter group to the data filter. Assign the following values for the filter group: infotype: 1001, object type: P, subtype: A209. After you have generated the partner profile again and distributed the distribution model, you can redistribute the relevant IDoc.
    Please help me How to resolve this issue.Please let us know if you need any more information.

    Hi Ramchandra,
    it s the best solution to your query to load the IDOCs manually using the context menu of the datapackage or IDOC --> manual update and then refresh the load as it is not throwing any error
    check do you have enough number of process running in your system
    check for TRFC logs
    Thank you

  • Creation of Purchase Contract through Upload

    Dear Gurus,
                       Mine is SRM 5.0 version and its ECS. I have created a Contract in the frontend and then Downloaded the contract in an Excel and then Deleated the Document Number and the GUI Id's and when again trying to upload the file through the Upload option from Frontend, it gives the following error message:
    <b>The specified file could not be read</b>
    Please Advice on the above issue.
    Thanks in Advance,
    Mohit.

    Hi
    <u><b>Please go through this -></b></u>
    <u>For moving contract from ERP to SRM system,please take help from</u>
    help.sap.com
    they mentioned everything very clearly.
    <u>http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFAISMM/CABFAISMM.pdf</u>
    <u>http://help.sap.com/saphelp_srm50/helpdata/en/42/f93dfd975f3ee6e10000000a1553f7/frameset.htm</u>
    <u><b>Also please refer to SAP Consulting Notes below -></b></u>
    Note 859049 - SRM 5.0: Restrictions for uploading and downloading
    <u>Related Notes</u>
    907271 - Upload: New condition when you update the item
    812884 - How to change the fields used for Excel Up- and Download
    790860 - Frequently asked questions for Excel upload and download
    734946 - SRM: Restrictions for upload and download
    Note 734946 - SRM: Restrictions for upload and download
    <u>Related Notes</u>
    859049 - SRM 5.0: Restrictions for uploading and downloading
    790860 - Frequently asked questions for Excel upload and download
    673479 - Excel download: Quantities not displayed correctly
    Note 812884 - How to change the fields used for Excel Up- and Download
    <u>Related Notes</u>
    863542 - Excel download for bid invitations with display variant
    859049 - SRM 5.0: Restrictions for uploading and downloading
    Note 790860 - Frequently asked questions for Excel upload and download
    Note 673479 - Excel download: Quantities not displayed correctly
    <u>Also see the Report - <b>BBP_CONTRACT_INITIAL_UPLOAD</b></u>
    You can use this report to upload the contracts and scheduling agreements from an ERP system to an SRM system. A contract or a scheduling agreement from the SAP backend system is uploaded to the SRM system as a contract or a global outline agreement (GOA), based on the transaction type customized in the SRM or SAP backend systems.
    <u>Refer to this link for details.</u>
    http://help.sap.com/saphelp_srm50/helpdata/en/6d/1e8442a07b0e53e10000000a155106/frameset.htm
    <b>Other related links -></b>
    Re: Initial Upload of Contracts using Flat file to SRM
    Upload legacy contract into SRM and CCM
    Re: Contract Upload to New System
    Re: Upload COntracts
    Do let me know.
    Regards
    - Atul

  • OpenPS4MSP Version 2.02's issue for upload & download chinese.

    Hi,
        i try to use OpenPS4MSP Version 2.02(logon SAP system with chinese-ZH) to download & upload PS data,but i get unreadable code when WBS description is chinese.
        does OpenPS4MSP Version 2.02 just suport English & German?
        Regards

    SAP Note: 579761
    8. Question: What languages are supported by OpenPS for Microsoft Project?
                  Answer:
                  OpenPS for Microsoft Project currently supports English and German.
    if i want to upload & download chinese,how can i do ?

  • Peformance Turning for File Download / Upload with Enabled SharePoint Audit

    Greetings all, may I ask your help for Peformance Issues?
    Background:
    I tried to create a ASP.NET Web Page to download/upload/list SharePoint file and deployed to IIS website in same application server (will NOT use web part as some users are NOT allowed to direct access confidential workspace)
    Besides, for Audit Log record purpose, the page will impersonate (without password) the logged in user:
    SPUserToken userToken = web.AllUsers[user].UserToken;
    SPSite s = new SPSite(siteStr, userToken);
    For File Listing, the web service can provide fast response, and we are using service A/C for connection (as no auting for listing, but require audit for file download upload)
    Several implemeation options tested for File Downloiad / Upload, but issues occured and finding listed below:
    Issues
    1) SharePoint Object Model
    When I open Site (using new SPSite), it's too slow to respond. (under 1s for all operations, but require 10~50s for open SPSIte. e.g.
    using(SPSite s = new SPSite(siteStr) //50s
    How can I download/upload file without open SPSite object (using SharePoint object model, but user token should be kept to allow SHarePoint identifiy user actions. e.g. Updated by Tom, NOT system administrator)?
    2) SharePoint default web service
    For file download, I tried to use SharePoint Web Service for download file, it's quick but how can SharePoint record the audit log to downloaded user, and not service A/C? ( e.g. View by Tom, NOT system administrator)
    With Windows SSO solution, please note system should NOT prompt to ask user password for use impersonation
    3) HTTP Request API (for file download)
    As mentioned in point 2, if the system cannot get password from user, SharePoint also recorded service A/C in audit log... ><
    Thank you for your kine attention.
    .NET Beginner 3.5

    Thank you for prompt response, please find my reply with Underline:
    Hi,
    Maybe I'm not quite clear about the architecture you have now.
    Is your asp.net application deployed in separate IIS site but in the same physical server as SharePoint?
    Yes
    "we are using service A/C for connection", can you please explain the 'A/C'?
    Domain User, Local Admin and also SharePoint Service Admin A/C
    Opening SPSite is relatively slower but shouldn't take 50 sec. However it depends on your server hardware configuration. You should meet the minimum hardware requirements for SharePoint.
    Assigned double resources based on minimum hardware requirements.
    For details, 50s is the load test result. But for other SharePoint operation, it takes around/under 3s reponse time.
    Are you using SharePoint Audit log? Exactly If so then why don't you just put the hyperlink to the documents in your asp.net page. User maybe have to login once in SharePoint site but
    it depends on your security architecture. For example if both of your sites in local intranet and you are using windows integrated authentication, SSO will work automatically  User is NOT allowed
    to access SharePoint site/server (not implemented for sepreate server yet, as performance issues occured for
    separate site in same server)  directly from Internet, the
    middle server with web interface created for user request.
    Whatever I understands gives me the feeling that you download the file using HTTPWebRequest C# class. However regarding security it depends on how authentication is setup in asp.net web site and in sharepoint. If both site uses windows integrated security
    and they are in the same server, you can use the following code snippet:
    using (WebClient webClient = new WebClient())
    webClient.Credentials = System.Net.CredentialCache.DefaultNetworkCredentials;
    webClient.DownloadFile("file ur in sharepoint", "download directory");
    Thanks, will try and reply later
    But still, as I've mentioned, not quite clear about the whole architecture.
    A) Request Handling
    1) User use browser to request file listing and/or download file (hereafter called: File Download Request) from custom ASP.NET page (Let's say In Server 1, IIS 1)
    2) ASP.NET page  or File Handler ashx (Server 1, IIS 1) call custom web service, SharePoint deault/OOTB web service or using SharePoint Object Model to access SharePoint Document Library (in Server 1,
    IIS 2)
    3) Both SharePoint and IIS Web Site
    (Server 1, IIS 1 & IIS2) using the same service A/C
    4) The web service , File Handler return file obeject to IIS1
    5) IIS 1 reply File Download Request to user
    B) Application Architecture (In testing environment)
    1) no load balancing
    2) 1 DB server (Server 2)
    3) 1 Application Server (with IIS 1 - ASP.NET, IIS 2, SharePoint Web Site with default SharePoint Web Service, IIS 3 SharePoint Admin Site & IIS 4 Custom SharePoint Web Service)
    4) Sepreate AD Server (Server 3)
    Thanks,
    Sohel Rana
    http://ranaictiu-technicalblog.blogspot.com
    .NET Beginner 3.5

  • PS downloads uploads for my CS5 (fully licensed) but "can't install" - offers no explanation. Help appreciated. Greg

    PS downloads uploads for my CS5 (fully licensed) but "can't install" - offers no explanation. Help appreciated. Greg

    32 versus 64 doesn't make a difference.
    "I've seen similar issues on httP://feedback.photoshop.com You should maybe post there to report the bug."
    Thanks.  I searched there and found what might be a workaround. I think this is simply a bug in CS5. If (as indicated in posts revealed by searching the forum you linked me to) I temporarily change Printer Manages Color to Photoshop Manages Color in the PS window, I can then access Print Settings again to make changes, Save and then change Photoshop Manages Color back to Printer Manages Color.
    Go figure.
    Thanks a lot for the help.
    What I don't understand is why everyone isn't experiencing the same issue.

  • IOS 5 update issues.  It tells me "This device isn't eligible for the requested download." Anyone else having this issue?  It's giving me this message for my iPhone 4 and iPad 2.

    iOS 5 update issues.  It tells me "This device isn't eligible for the requested download." Anyone else having this issue?  It's giving me this message for my iPhone 4 and iPad 2. 

    Make an appointment at an Apple Store to have your device examined by a technician. Or contact Apple Support.

  • I pay 9.99 usd per month for the Creative Cloud Photography Plan.  I mostly use LR... can i download / use the more powerful Photo Shop for this contract price also?

    I pay 9.99 usd per month for the Creative Cloud Photography Plan.  I mostly use LR... can i download / use the more powerful Photo Shop for this contract price also?
    Asking for help here. 

    Yes, the Creative Cloud photography plan includes photoshop & Lightroom.
    Regards
    Rajshree

  • Download Issue for CS3 on the Mac

    I am trying do download the CS3 on the Mac I get this message: HTTP ERROR: 404 /support/downloads/dlm/main.jsp  RequestURI=/support/downloads/dlm/main.jsp

    Downloads available:
    Suites and Programs:  CC 2014 | CC | CS6 | CS5.5 | CS5 | CS4 | CS3
    Acrobat:  XI, X | 9,8 | 9 standard
    Premiere Elements:  12 | 11, 10 | 9, 8, 7
    Photoshop Elements:  12 | 11, 10 | 9,8,7
    Lightroom:  5.6| 5 | 4 | 3
    Captivate:  8 | 7 | 6 | 5
    Contribute:  CS5 | CS4, CS3
    Download and installation help for Adobe links
    Download and installation help for Prodesigntools links are listed on most linked pages.  They are critical; especially steps 1, 2 and 3.  If you click a link that does not have those steps listed, open a second window using the Lightroom 3 link to see those 'Important Instructions'.

  • Fox Digital Download issues for iTunes

    I have Itunes version 11.0.4 and I am trying to import a Fox digital copy of a movie into Itunes, however every time I double click to import I receive the error message that it "requires Itunes version 7.6.2 or newer" and requests that I update Itunes. I see it states to go to iTunes directly and select the movie, but where/how to I enter the code for the free download?

    Never mind. I found the redeem link at the very bottom of the iTunes screen. Very tiny.

  • ECC to CRM Mapping Issue for vendor data

    Hi,
    I am facing an issue for replicating vendor data from ECC to CRM. One of the vendor is not confirmed at ECC side and one vendor's time zone is not maintain in the master of time zone in CRM side. This may be the issue.
    But Where exact we can see that mapping of the tables of ECC and CRM. So in future we should maintain mandatory data based on mapping to avoid BDOC failure.

    Hello Rahul ,
    The field (MARA-BISMT) is not used in CRM system. If you want this
    field to be maintained in CRM as well, and to be transferred from R/3
    to CRM you must enhance the standard by customer extensions.
    The procedure for customer enhancements for Download from R/3
    to CRM is described in the following document:
    SAPNet, alias crm,   > Media Library   > Documentation   >
    Key Capabilities   > Master Data   > CRM Product: Customer
    Enhancements for Download/Upload
    For further information about Product Master enchancements and how to
    find techncical documentation about it please refer to the attached
    Note 428989.
    Thanks & regards,
    Krishnen

  • Excise invoice for rental Contract

    hi
    I have created a FV rental contract.
    My client requirement is that the billing doc number should have continuous series as that of excise invoice.
    Suppose the present number range of normal sales is 100 then the billing doc for rental contract should have 101.
    When i goto J1IIn and trying to create a invoice i am getting an error that
    Customization for document type ZFV missing in table billing type reference
    iN THE customization of Assign Billing Types to Delivery Types i tried but no use
    as there will not be any delivery for rental contracts
    regards

    Hi
    Issue resolved i have maintained only billing type in assign billing types in cin customising
    regards

  • Error in BAPI RETURN for Service Contract

    Hi,
      I get an error in the BAPI Return for the Uploading the Service Contracts by LSMW. The Error Message is E BS No status object is available for &.Also want to know can we upload multiple line of header text for a Contract by this BAPI. If so then how would I do this , as the BAPI structure BAPISDTEXT has textline upto 132 characters. And I am take only one file in LSMW where the header & details come alongwith text. Or could also tell me the file structure of for the data upload. The legacy system sends multiple text in the header for a Contract.For Eg.
    Header1 Detail1 Text1
    HEader1 Detail2 Text2
    Header1 Detail3 Text3
    So I would need this text1TEXT2text3 in the Header Text of the Contracts. Or do I need the change the file structure. Many thanks for your time and help.

    Thanks Nablan, I could do that for multiple header coming in file. But I have a question for you on BAdI ALM_ME_006_GOODSMVT. I have implemented this BAdI , and this BAdI is called by a function Module ALM_MEREP_006_CREATE. When I test this FM giving the Material , Orderid and Movement type entries, this BAdI is triggered when giving a breakpoint. I've given this code for changing the movement type to 961. Cause the stanadrd scenario does not maintain Movement type 961 in Mobile Asset Management. The Movement type 961 for unplanned Materials comes to SAP and changes to 261 as maiantained by TCOKO table. To bypass this & retain the movement type 961 in SAP I'm using this BAdI. Currently this is what I'm doing and am stuck in the method interface how do I call the method.
    method IF_EX_ALM_ME_006_GOODSMVT~CREATE .
    break-point.
    *DATA : i_ce_goodsmovement TYPE REFERENCE
              ALM_ME_CUSTOMER_ENHANCEMENT.
    DATA : lr_badi_goods_movement TYPE REF TO if_ex_alm_me_006_goodsmvt.
    DATA : ls_user_data TYPE ALM_ME_USER_DATA-USERID.
    *DATA : goods_movement TYPE ALM_ME_MATERIAL_MOVEMENT.
    CALL METHOD lr_badi_goods_movement->create
      EXPORTING
           ce_goodsmovement = ce_goodsmovement
      IMPORTING
           user_data        = ls_user_data
           custom_user_data = ls_ce_user_data
           goods_movement   = goods_movement
      changing
           return           = return[].
    CALL FUNCTION 'ALM_ME_COMMIT_OR_ROLLBACK'
           TABLES
                return = return.
    endmethod.
    Please help me to get the data in this method. How do I call this.

  • I have really slow internet, i bought OS X mountain lion & tried for days to download it. my internet cuts every time & the download restarts from the beginning is thr a way to download the software as a "zip" file or from a link not app store?

    I have really slow internet, i bought OS X mountain lion & tried for days to download it. my internet cuts every time & the download restarts from the beginning is thr a way to download the software as a "zip" file or from a link not app store?

    MacBook Pro
    https://discussions.apple.com/community/notebooks/macbook_pro 
    https://discussions.apple.com/community/mac_os/mac_os_x_v10.7_lion?view=discussi ons
    http://www.apple.com/support/macbookpro
     Take it somewhere that has better broadband. The best you can do sometimes is invest in new modem that works with your system instead of the rental etc in most cases.
    Do a Safe Boot.
    Make sure your firewall is set properly. Don't use 3rd party. AV software can get in the way.
    Make sure you are getting the service and a clean strong modem signal - slow is one thing but if it drops off and can't maintain a connection you have hardware issues, not software - and upgrade to a new OS doesn't tend to improve, it may even not work with older networking equipment once you do get it.
     I agree and think electronic only goes too far. And when you do get it: burn the package and manually set it aside first before running the intaller! make a flash memory installer, put it on DVDs too.

  • Source determination in backend (R/3) for distributed contract i.e. GOA

    Hi,
    Source of supply is not getting picked up in R/3 in PR generated for Non- stock item while creating work order (IW31), though GOA exists in R/3 for that material. Maintaining source list also does not help.  Please note that it works fine for local contracts. Also it works for PR created using ME51n for GOA as well.  Any solution?
    Thanks,
    Manoj

    Hi, did you ever solve this issue? i am suffering the same type o problem, please let me know in case you found a solution.
    Best regards.

Maybe you are looking for

  • Replacing a lost or stolen pre-paid sim card

    Please call us on 13 22 00 to arrange a replacement. Any credit on your Pre-Paid account will remain, but credit expiry periods will still be applicable. If your credit is about to expire, you can recharge your account to retain the credit balance un

  • How to find datasource for cube 0BCS_C11

    Now we plan to do BCS. We want to create a cube ZBCS_C11 to copy real-time cube 0BCS_C11, the question is how to find datasource? Is there any standard datasource? Pls info, thanks!

  • Illustrator File convert to PDF becomes Blurry

    I have a fine resolution artwork in illustrator and when i convert to PDF it becomes more blurry on screen. Please advise, I want a PDF copy as smooth as the original AI was. Also how do I apply the gradient color on Text? Many Thanks

  • Blu-Ray DVD's doesn't play in HP Pavilion dv7-1020us Notebook Pc

    Hi All, I came across a issue that " HP Pavilion dv7-1020us NB PC ALL" is not able to play new Blu-ray DVD's like movies. It just pushes out the disc, doesn't even read them. Tried in all the updated players by HP like HP Media smart. Tried in Cyberl

  • 0rt_pa_tran_control initialization of delta queues

    Hi all, we are doing initialization for delta queues of Infopackage 0rt_pa_tran_control (POS DM), but the initialization job finished with the error RSAR 260 "Source system XXXXXXXX is not active for this BI" (XXXXXXXX is the logical system). Any ide