ECC local PO mapping detailsu2019

Hi All,
I am trying to change the PO data through the BBP_DOC_CHNAGE_BADI( through BBP_PO_CHANGE)
Where my requirement is couple of the shopping cart custom header details ( Like telephone no , fax no , email id of preferred vendor ) need to map it to the Vendor details ( ET_PARTNER) .
I can see in the run time, its updating in the ET_PARTNER table , where if i see in the PO its showing fields from vendor master fields .
We are running on SRM 5.0 Extended classic scenario.
Any pointers for this issue will really helpful for me.
Thank you,

Hi Disha ,
Thank you so much for your help .
Let me explain you here .
I have some shopping cart custom fields at shopping cart header level ( Telephone no , fax no , email id )
I want map these shopping cart header custom deatils level to fixed vendor of PO contact deatils
For that i have implemented this BADI .
Pls see the code below
METHOD IF_EX_BBP_DOC_CHANGE_BADI~BBP_PO_CHANGE.
  MOVE-CORRESPONDING IS_HEADER TO ES_HEADER.
  ET_PARTNER[]  = IT_PARTNER[].
  ET_ACC[]      = IT_ACC[].
  ET_HCF[]      = IT_HCF[].
  ET_ICF[]      = IT_ICF[].
  ET_SDLN[]     = IT_SDLN[].
  LOOP AT IT_ITEM INTO WA_ITEM .
    MOVE-CORRESPONDING WA_ITEM TO WA_PO_ITEM.
    APPEND WA_PO_ITEM TO ET_ITEM .
  ENDLOOP.
  CALL FUNCTION 'BBP_PD_SC_GETDETAIL'
    EXPORTING
      I_GUID     = V_HEADER
    IMPORTING
      E_HEADER   = SC_HEADER
    TABLES
      E_ITEM     = SC_ITEM
      E_LONGTEXT = SC_LONGTEXT.
  READ TABLE ET_PARTNER INTO LS_PARTNER WITH KEY
                    P_GUID      = IS_HEADER-GUID
                    PARTNER_FCT = C_FIXED_VENDOR.
  IF SY-SUBRC EQ 0.
    CLEAR IDX.
    IDX = SY-TABIX.
*Custom fields at Shopping Cart Header level u2013 Phone, Fax, Email .
    LS_PARTNER-TEL1_NUMBR = SC_HEADER-ZZ_TEL_NUMBER.
    LS_PARTNER-FAX_NUMBER = SC_HEADER-ZZ_FAX_NUMBER.
    LS_PARTNER-E_MAIL     = SC_HEADER-ZZ_SMTP_ADDR.
    MODIFY ET_PARTNER INDEX IDX FROM LS_PARTNER TRANSPORTING
                                                  TEL1_NUMBR
                                                     FAX_NUMBER
                                                     E_MAIL.
  ENDIF.
But if i see in the PO vendor contact details , It gettting from Vendor master data , But not from shopping cart contact detils
Thank you

Similar Messages

  • Local policy-map in IOS-XR

    We are migrating an IOS based PE to ASR9K with XR4.2. Customer has a local policy-map to match SNMP, telnet packets generaing from router and set Precedence value 3.
    ip access-list extended MGMT
    permit tcp any any eq telnet
    permit udp any any eq snmp
    route-map MARK permit 10
    match ip address MGMT
    set ip precedence flash
    ip local policy route-map MARK
    With ABF we can only set next-hop. Any other way we can do this in XR?
    Thanks,

    Thanks Maxime, but actually I have few more traffic in the same class like syslog, ntp, tacacs.  Not all are supported with this direct marking..
    ipv4 access-list MGMT
    10 permit tcp any any eq telnet
    20 permit udp any any eq snmp
    30 permit udp any any eq snmptrap
    40 permit udp any any eq ntp
    50 permit udp any any eq syslog
    60 permit tcp any any eq ssh
    70 permit tcp any any eq tacacs

  • Listing Drives(local and mapped)

    I want to list(and count )all local and mapped drives.
    I tried to use the listRoots() function.
    When i wrote the following code:-
    File[] drives = File.listRoots();
    System.out.println("List of drives:-");
    for(int i = 0 ; i <drives.length;i++){
    System.out.println((i+1)+" Name:\" "+drives[0].getName()+"\" Path: \""+drives[0].getAbsolutePath()+"\"");
    It gave me the below output:-
    List of drives:-
    1 Name:" " Path: "C:\"
    2 Name:" " Path: "C:\"
    3 Name:" " Path: "C:\"
    4 Name:" " Path: "C:\"
    5 Name:" " Path: "C:\"
    6 Name:" " Path: "C:\"
    7 Name:" " Path: "C:\"
    On my mahcine i have a C:\ and 5 mapped network drives which are currently active and connected.
    Can someone point out where i am going wrong or what i need to do to achieve my goal.

    Stop using drives[0] use drives [ i ] instead.

  • 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

  • Get Map As XML/Server Image returns blank image on server and errors out on local

    In Server, map.getMapAsXML and map.getMapAsServerImage both return blank images though they return a valid url
    In local, executing map.getMapAsXML reports the following error:
    Uncaught SecurityError: Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported. oraclemapsv2.js:2171(anonymous function) oraclemapsv2.js:2171(anonymous function) oraclemapsv2.js:2137f

    You may be using Windows with limited functionality as the previous version expired. Did you re-format the drive/partition before you did the "fresh" install if not Windows probably kept the old install information so knew that it was expired previously. Either activate Windows (try typing slui.exe and filling in the product key and activate - then restart the machine) or re-format the drive/partition that Windows is on and re-install Windows again.

  • Mapping ECC to CRM

    Hi,
    I am new to abap and I have this requirement to work on. I need to create some tables in ECC and then map those tables to CRM via the middleware. And data has to be passed from ECC to CRM everytime there is a change in ECC. Is there any tutorial or link that will explain to me how I can MAP ECC and CRM. Please help.
    Moderator message: sorry, these forums cannot replace proper training, please search for available information.
    Edited by: Thomas Zloch on Nov 29, 2011 1:03 PM

    Hi Kris,
    We  maintain the mapping between ECC BP Grouping to CRM BP Grouping in ECC with transaction code PIDE.
    In your case do the following settings is required in PIDE -->R/3->CRM: Assign Account Grp. to BP Classification
    Values are maintained in ( )
    Account Group (CUBP)  
    Description(Sold To party)       
    Classification    (B)
    BP Grouping    (Z1)       
    External (Tick     )
    Maintain same number range in ECC & CRM.
    Best Regards,
    Rajendra Sonawane

  • To Turn OFF ATP check in APO-GATP Instead do locally in ECC.

    Dear SAP Friends,
    Currently for Sales orders & Deliveries, we have ATP Check (Allocation Check + Product Check) happening in APO-GATP. We would like to turn-off ATP check in APO-GATP, instead want to do only Inventory Check in ECC locally.
    We want to do above for few particular model/plant combinations and not for all model/plant combinations. Meaning APO-GATP will still be used for many other APO relevant Model/Plant combinations.
    What are the changes required to CIF Integration models u2013 Salesorder+ATP Check, or any other IM. Any changes specific to material master in ECC - like MRP Controller, ATP Group, Strategy Group or any config changes on APO side.
    Please guide me with stepwise instructions.
    Appreciate your help.
    Thank
    Satish
    Edited by: SatishW on Jun 18, 2010 9:33 PM

    Hi Satish ,
    I am not an expert on GATP but logically what I can suggest following steps :
    1.As you want ATP check to happen in APO for few codes, you will have to Select/Tick 'Material Independant Object' - ATP Customization in CIF IM , so that ATP customizing settings are transferred to APO from ECC.
    2. But at the same time you need this ATP check to happen in ECC locally and not in APO for certain products, then in other CIF IM you have to select 'Material dependant objects '- ATP Check where you can set the filter/exclusion on those codes so that the ATP check does not take place in APO.
    3. Also like as R/3's backorder processing, in order itself you can set as the ATP check to occur in R/3 and not in APO.
    Hope this helps...
    Regards,
    Digambar

  • External Hard Disc won't mount - Partition Map error.  Can't repair with Disk Utility

    Happy New Year all and thanks in advance for any support/advise.
    I have some important data on an external drive that does not seem to want to mount.  The drive is a 500 GB Seagate connected via USB.  I am currently on an iMac 3.06 GHz Intel Core 2 Duo running Yosemity 10.10.1
    What I've tried:
    Multiple computers - connected the drive to various apple computers with the same result.
    New enclosure:  I have removed the actual HD from the enclosure and connected it using a new one.
    Disk Utility:  Verifying Disc reports the following error:  'Error: Partition map check failed because no slices were found.'  Screenshot below:
    I have searched this and other forums and run a few commands in Terminal that seem relevant to the issue, but am out of my depth in terms of interpreting the results.  Thank again for your attention!!!
    Commands run in Terminal:
    diskutil list
    diskutil cs list
    mount
    diskutil info disk1
    Full Results pasted below:
    diskutil list...
    Ethan-Smiths-iMac:~ Ethan$ diskutil list
    /dev/disk0
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *1.0 TB     disk0
       1:                        EFI EFI                     209.7 MB   disk0s1
       2:                  Apple_HFS Macintosh HD            999.3 GB   disk0s2
       3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3
    /dev/disk1
       #:                       TYPE NAME                    SIZE       IDENTIFIER
       0:      GUID_partition_scheme                        *500.1 GB   disk1
       1:         Microsoft Reserved                         134.2 MB   disk1s1
    diskutil cs list...
    Ethan-Smiths-iMac:~ Ethan$ diskutil cs list
    No CoreStorage logical volume groups found
    mount...
    Ethan-Smiths-iMac:~ Ethan$ mount
    /dev/disk0s2 on / (hfs, local, journaled)
    devfs on /dev (devfs, local, nobrowse)
    map -hosts on /net (autofs, nosuid, automounted, nobrowse)
    map auto_home on /home (autofs, automounted, nobrowse)
    diskutil info disk1...
    Ethan-Smiths-iMac:~ Ethan$ diskutil info disk1
       Device Identifier:        disk1
       Device Node:              /dev/disk1
       Part of Whole:            disk1
       Device / Media Name:      ST950032 5AS Media
       Volume Name:              Not applicable (no file system)
       Mounted:                  Not applicable (no file system)
       File System:              None
       Content (IOContent):      GUID_partition_scheme
       OS Can Be Installed:      No
       Media Type:               Generic
       Protocol:                 USB
       SMART Status:             Not Supported
       Total Size:               500.1 GB (500107862016 Bytes) (exactly 976773168 512-Byte-Units)
       Volume Free Space:        Not applicable (no file system)
       Device Block Size:        512 Bytes
       Read-Only Media:          No
       Read-Only Volume:         Not applicable (no file system)
       Ejectable:                Yes
       Whole:                    Yes
       Internal:                 No
       OS 9 Drivers:             No
       Low Level Format:         Not supported

    Select the disk1s1 volume under the main drive entry, then click on the Mount icon in the Disk Utility toolbar if it goes active and see if a volume then mounts on your Desktop. If it does not, then you need to reformat the drive. And, you cannot access the volume in order to copy your data somewhere else. If you are willing to spend money on the problem, then you can always try using a software recovery utility:
    General File Recovery
    If you stop using the drive it's possible to recover deleted files that have not been overwritten by using recovery software such as MAC Data Recovery, Data Rescue II, File Salvage or TechTool Pro.  Each of the preceding come on bootable CDs to enable usage without risk of writing more data to the hard drive.  Two free alternatives are Disk Drill and TestDisk.  Look for them and demos at MacUpdate or CNET Downloads. Recovery software usually provide trial versions that enable you to determine if the software would help before actually paying for it. Beyond this or if the drive has completely failed, then you would need to send the drive to a recovery service which is very expensive.
    The longer the hard drive remains in use and data are written to it, the greater the risk your deleted files will be overwritten.
    Also visit The XLab FAQs and read the FAQ on Data Recovery.

  • Creating a bit map index on a partitioned table

    Dear friends,
    I am trying to create a bitmap index on a partitioned table but am receiving the following ORA error. Can you please let me know on how to create a local bit map index as the message suggests?
    ERROR at line 1:
    ORA-25122: Only LOCAL bitmap indexes are permitted on partitioned tables
    Trying to use the keyword local in front leads to wrong syntax.
    Thanks in advance !!
    Somnath

    ORA-25122 Only LOCAL bitmap indexes are permitted on partitioned tables
    Cause: An attempt was made to create a global bitmap index on a partitioned table.
    Action: Create a local bitmap index instead
    Example of a Local Index Creation
    CREATE INDEX employees_local_idx ON employees (employee_id) LOCAL;
    Example is about btree and I think it will work for bitmap also.

  • Nokia OVI Maps - Free Navigation

    Nokia OVI Maps - Free Navigation
    Mobile navigation for everyone, the Ovi Maps takes you where you want to be and shows you what you want see, with navigable maps for over 70 countries worldwide. All this with only one click. And it's all free.
    - Free Drive navigation
    - Free Walk navigation
    - Free maps and map updates
    - Free Events guides
    - Free Lonely Planet guides
    - Free Michelin guides
    You thought Garmin and TomTom were in trouble when Google announced its free Navigation service? Wait until investors hear Nokia's news.
    Reuters is reporting that Nokia will offer free navigation on its smartphones. However, instead of just the US (the current Google limitation sans hacking), Nokia will be demonstrating its reach by offering free turn-by-turn directions in 74 countries and 46 languages - a move that should cover 20 million smartphones globally with Ovi Maps available in over 180 countries.
    Update: The original San Francisco Chronicle report has been pulled but Google cache caught a bit more saying that Nokia's navigation service is "capable of operating completely offline" unlike Google Navigation which requires data connectivity.
    Update 2: Nokia just made the download link live. Hey, where's the N97 and N900.
    Update 3: And it's official. Starting today, Ovi Maps walk and drive navigation is free across the globe. Drivers receive turn-by-turn voice guidance including lane assistance, traffic information (in 10 countries including the US), and safety camera and speed warnings while pedestrians will be guided on shortcuts through parks and pedestrian-only zones in over 100 cities across the globe. It all works offline too, which should extend battery life and keep that navigation humming even while puttering about in data dead zones without racking up international roaming charges (take that, Google). From March 2010, all new Nokia GPS enabled smartphones will come installed with the new Ovi Maps application and pre-loaded with local country map data and walk and drive navigation with access to location-aware Lonely Planet and Michelin travel guides at no extra cost. Additional premium guides like a weather service and events / movies are also included. Just 10 devices from Nokia's massive catalog are available today a list that includes the N97 Mini, 5800 XpressMusic, 5800 navigation edition, E52, E55, E72, 5230, 6710 navigator, 6730 classic and X6.
    Click here to get buckled up !
    - http://maps.nokia.com/explore-services/ovi-maps/ovi-maps-main
    Download the offline SIS installation
    -  http://www.1filesharing.com/download/FBWAYFO7/Nokia%20OVI%20Maps%20-%20Free%20Navigation%20Edition.r...
    I'm an Xploit - Please feel free to post your issues, feedbacks in this discussion forum and I'll do my level best to help, otherwise my knowledged friends whom are around willing to help you. Thank you !

    mmm ... i just update my device, uh .. so bad im late .. btw, the new maps is great..
    I have
    - voice guidance
    - 4 usual country maps installed
    - the POI's good
    - languages are good
    btw, mine has offline download and instructions too
    thnx mates
    I'm an Xploit - Please feel free to post your issues, feedbacks in this discussion forum and I'll do my level best to help, otherwise my knowledged friends whom are around willing to help you. Thank you !

  • Report on remote users mapped drives

    After a very thorough search, I can't find anyone else who has had this question answered.
    I have a need to on-the-fly report on the mapped drives and their letters of users on remote computers. Running "Get-WmiObject -Class Win32_MappedLogicalDisk | select Name, ProviderName" only returns my drives under my credentials, not the remote user. Looking
    at HKU:\sid\network apparently only reports persisent mapped drives or drives mapped by the customer and not drives mapped by logon script that are not persistent.
    There doesn't seem to be a way to do this on-the-fly which is dissapointing, so I'm hoping you'll have a trick up your sleeve!
    The only way I can figure to get the information, but not on the fly, is to have a logon script run as the user and grab the info and save it somewhere. I'm really hoping not to resort to that. All of that becomes historical info and won't reflect changes
    that happen after logon, so it's not going to always be a true reflection of reality.
    The key seems to be running a wmi query as someone else that you don't have credentials for. Is that possible? Or do you have another suggestion?
    Ian

    I believe this post may already be closed.  I, however, would like to add my findings:  When I run this against different pc's with different users logged on:  Get-WmiObject
    -Class Win32_MappedLogicalDisk -ComputerName <remote computer> | select Name, ProviderName
    (Keep in mind that I'm a local admin on my pc as well as the destination pc's
    as well.)
    1. The logged on user is non-admin on their pc.
    Mapped drives are not retrieved
    2. The logged on user is admin on their pc.
    Mapped drives are retrieved
    3. I'm logged on to the remote pc (local admin)
    Mapped drives are retrieved
    Conclusion:  As long as the target pc logged on user is local admin on that pc then the
    mapped network drives will be pulled by the previously mentioned command.  Otherwise, it will come back empty.
    A question posted previously was:  "I'm
    curious why you need to know mapped drives??" In my case, I am trying to back up mapped network drives for all domain users.  However, logon or logoff scripts are not
    an option.
    The real question should be: Why is the previously mentioned command not pulling the mapped network drives when the logged on user is not a local admin on the target pc?
    I believe the answer is that the drives are not mapped to the remote computer per se, but to the user's process on the remote computer. And while an admin on that computer has significant power over the hardware and operating system, it cannot take control
    of the process, which is locked by the user's credentials.
    Consider remote control. My regular account is logged onto another computer. I run mstsc to establish a remote control session on that remote system under the same credentials. The effect is to disconnect the other remote session and lock the system on its
    console, and for the new session to inherit the original process, seeing the same desktop with the same apps open.
    I then run mstsc to establish another remote control session, this time using an account that is an administrator on that system. It tells me my regular account is already logged on, and gives me two options, abort my new session, or log the user out. using
    my admin credentials, I cannot take over the user's session and see what applications he has open or what drives he may have mapped.
    Al Dunbar -- remember to 'mark or propose as answer' or 'vote as helpful' as appropriate.

  • Significance of SXMB_MONI in ECC

    Hi Folks,
    I am using Idoc to file scenario. I have used proxy communication also.
    I have a small doubt in monitoring the messages on ECC side.
    I can access SXMB_MONI on ECC (sender) side. But I just want to know the siginificance of using MONI in ECC.
    Will it show the messages went to PI using Proxys or something else?
    Thanks,
    Shabbir.

    As per my understanding, in MONI we can see the messages processed in Integration Engine.
    So by using proxys we can establish the connection between Integration engine of ECC (Local Integration engine) and XI Integration engine.
    So I think MONI on ECC will show the messages processed in the Integration engine locally, but I am not sure.
    Thanks,
    Shabbir.

  • How to Call Function Module from XI Mapping

    Hi All,
    I would like to call a function module that resides in ECC through XI mapping.
    Can any one please through some light on how to proceed ?
    Regards

    Hello Shabarish,
    Thanks for the reply, Actually i would like to do date validation using ISHMED_CHECK_DATE_TIME   FM inside Mapping.
    I would like to do this way, please let me know how good is this
    1) Expose the FM as a RFC enabled one
    2) Use the following UDF code inside Mapping
    3) do i need to import the RFC enabled FM into our XI??
    4) Do i required to create any Communication channel for this?
    function RFC_LOOKUP_API
    Imports java.io.;com.sap.aii.mapping.lookup.;
    String content = "";
    MappingTrace importanttrace;
    importanttrace = container.getTrace();
    // filling the string with our RFC-XML (with values)
    String m = "<?xml version=\"1.0\" encoding=\"UTF-8\"?><ns0:Z_UDF_CREATE_ZTOR_REC xmlns:ns0=\"urn:sap-com:document:sap:rfc:functions\">";
    m = m + "<I_MESSAGEID>" + MsgID + "</I_MESSAGEID>";
    m = m + "<I_EBELN>" + PONum + "</I_EBELN>";
    m = m + "<I_ERDAT>" + MsgDate + "</I_ERDAT>";
    m = m + "<I_UZEIT>" + MsgTime + "</I_UZEIT>";
    m = m + "</ns0:Z_UDF_CREATE_ZTOR_REC>";
    RfcAccessor accessor = null;
    ByteArrayOutputStream out = null;
    try
    // 1. Determine a channel (Business system, Communication channel)
    Channel channel = LookupService.getChannel("XI","GeneratedReceiverChannel_RFC");
    // 2. Get a RFC accessor for a channel.
    accessor = LookupService.getRfcAccessor(channel);
    // 3. Create a xml input stream representing the function module request message.
    InputStream inputStream = new ByteArrayInputStream(m.getBytes());
    // 4. Create xml payload
    XmlPayload payload = LookupService.getXmlPayload(inputStream);
    // 5. Execute Record Create.
    Payload result = accessor.call(payload);
    InputStream in = result.getContent();
    out = new ByteArrayOutputStream(1024);
    byte[] buffer = new byte[1024];
    for (int read = in.read(buffer); read > 0; read = in.read(buffer)) {
    out.write(buffer, 0, read);
    content = out.toString();
    catch(LookupException e)
    importanttrace.addWarning("Error while writing " + e.getMessage() );
    catch(IOException e)
    importanttrace.addWarning("Error " + e.getMessage() );
    finally
    if (out!=null) {
    try {
    out.close();
    } catch (IOException e) {
    importanttrace.addWarning("Error while closing stream " + e.getMessage() );
    // 7. close the accessor in order to free resources.
    if (accessor!=null) {
    try {
    accessor.close();
    } catch (LookupException e) {
    importanttrace.addWarning("Error while closing accessor " + e.getMessage() );
    //returning the result u2013 RFC-XML.response
    return content;
    Thanks & Regards
    Vamsi

  • Mapping User Language vom LDAP to Portal Users

    Hi,
    Anyone knows how to map the user language available in an attribut from LDAP to the portal user language?
    (Working on NW04)
    Regards,
    Martin

    HI,
    For 2004s SP10,
    althought the manual tells you to use the preferredlanguage attribute in the datasource. Use the attribute 'locale' to map to your LDAP specific language attribute.
    example <attribute name="locale">
    <physicalAttribute name="preferredLanguage"/>
    </attribute>
    Use the 2-characters ISO language code set. For example en for English, nl for Dutch and de for German.
    Works fine for us.
    good luck,
    Joachim van Essen

  • Sxmb_moni in ECC

    Hi experts,
    My sxmb_moni transaction in ECC doesn't select the messages sent from the ECC, it never worked yet...
    Can you please help me make it work?
    Thanks a lot,
    Dmitry

    As per my understanding, in MONI we can see the messages processed in Integration Engine.
    So by using proxys we can establish the connection between Integration engine of ECC (Local Integration engine) and XI Integration engine.
    So I think MONI on ECC will show the messages processed in the Integration engine locally, but I am not sure.
    Thanks,
    Shabbir.

Maybe you are looking for

  • Creation of User id in UME

    Dear All, I am facing with the following problem when I try to create User id using UME, "Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated mess

  • AWT co-ordinate system

    Hello. I still can't figure out. I'm plotting graph co-ordinates on an AWT Canvas component. i.e (x,y) values However, due to the AWT co-ordinate system, the origin (0,0) is at the top left hand corner of the screen. What trick can I do to plot my po

  • Amazon Instant Video with pipelight: HD not available (HDCP)

    On my 64-bit archlinux-laptop I am using pipelight (0.2.5-2) and wine-silverlight (1.7.14-1) to watch video-streams of my "Amazon Instant Video"-account. Before end of february 2014, the provider of the video-stream-service was called "lovefilm" (Ger

  • Error in WSDL file from soamanager

    Hi, I am taking SalesorderCreatefromdat2 bapi and trying to expose as webservice, I have the steps fromt the Tcode:SE80, after completing the steps, I am trying to get the WSDL file which i can use in the PI. But i am getting and error: SRT Framework

  • Memory leak with swf generated by Xcelsius 4.5?

    Hello, I've experienced some memory problems with swf generated with Xcelsius 4.5. I'm using Windows Vista and Internet Explorer 7. I noticed that every time I refresh my dashboard using the F5 key, the memory used by the Internet Explorer process in