Populating partners through BAPI_CUSTOMERCONTRACT_CHANGE

Hi All,
I am creating contracts using the FM BAPI_CUSTOMERCONTRACT_CHANGE.
When I gave a partner number as 0 or Blank, it was not populating that partner in the contract.
But when i am creating the Contract Manually, it was creating partners with 0 as partner number.
Is it possible to add partners with Partner number 0 through BAPI_CUSTOMERCONTRACT_CHANGE?
If so, please let me know the procedure.
Regards,
Sreekanth.G

Hello Sreekanth,
When you are creating contracts using BAPI_CONTRACT_CREATEFROMDATA, you must had 3 function partenrs to create the contract.
Try:
DO 3 TIMES.
       CASE syst-index.
         WHEN 1. wa_contract_partners-partn_role = 'PH'.
         WHEN 2. wa_contract_partners-partn_role = 'WE'.
         WHEN 3. wa_contract_partners-partn_role = 'AG'.
       ENDCASE.
       wa_contract_partners-partn_numb = ls_header_data-value_0006.
       APPEND wa_contract_partners TO bapi-contract_partners.
       FREE wa_contract_partners.
     ENDDO.

Similar Messages

  • Error while importing Busniess Partners through DTW

    Hi
    I am importing BP through DTW. but i am getting the error of OCRD.BankCode.
    can Anybody tell why its coming and how to remove it.
    Thanks
    rupinder

    Hi
    i m filling following fields
    RecordKey  CardCode  Address  BlockDunning CardName  CardType  City  Country   Currency  
    DebitorAccount  DefaultBankCode  FatherType  HouseBank  IntrestRatePercent  LanguageCode  
    PartialDelivery  PayTermsGrpCode  Phone1   Phone2
    Thanks

  • Populating select-options in a variant through selection variable

    I have a select-options on the selection screen of a report. I have created a variant for this report. Now i want to populate this variant field through selection variable (entries of table TVARVC). How can i manage to populate multiple values in this. Suppose i want the variant to hold a range of values, how do i set the variable in the table so that the multiple values can be set dynamically?

    Hi Ravi,
    I know how to populate select-options but i want to know how to set up the selection variable in table TVARVC for using it in populating a select-option in a report variant. we populate these selection variables using the transaction STVARV where we specify a value against a particular variable. How can this variable multiple values (for example a range) so that a select-option can be populated dynamically through this?
    regards,
    Priyank

  • How to set setRowKey value when table is populated dynamically

    Hi All
    I have created a view object using only select statement and displaying all the records in it in the table at page load. Table is SelectMany. Now after selecting some records I press submit button. At the backend logic is executed which prints how many rows selected and the values of the selected rows. Everything works fine till here.
    Now when the view object is modified by putting where clause. And the parameter to this where clause is coming from url. When the page is loaded table displays only records based on filter criteria. But the problem begins when I press the submit button. It shows the error: row is null for rowKey:oracle.jbo.Key[AAAQkHAAJAAAACkAAA ]
    I have done some research and found that row key is not set for the displayed records. because at the backend when I am printing the values of keys in selectionState.KeySet it prints only null.
    This thing happens only when table is populated dynamically through url value.
    Can anyone help me how to get the selectionState.Keyset values when table is populated dynamically?

    SOLVED:
    Actually there is no problem with the rowKeys as I mentioned in the post. What happened was that I was executing the query everytime on page load. Second time when the page is loaded the param value was set to null. So row becomes null but on the other hand I am referring the rows by some selected row keys. so the error that row is null for key...
    So now i am storing the param value in managed bean and then referring it in the code.

  • B2B  Custom document through Http Channel.

    Hi
    Normally in order to exchange Edifact documetns we use Edi identifiers to receive documents from multiple Trading Partners.
    But we have a scenario, where we need to use single Custom Purchase Order document definition and need to recieve Documents from multiple Trading Partners through Http Channel, we are passing xml documents. How to get Document Identifier for Custom documents and how to get the Identifier tag from the Document given as input to differentiate from different trading partners.
    Thanks in advance.
    Regards
    Chaitanya.

    Hi Anuj,
    Thanks for reply
    In My scenario i have to receive custom documents(cXML file) from two remote trading partners through http channel. I just created one custom document definition...and each agreement for each trading partner using that document definition.
    If the document (i/p) is coming from soa, then easily i can give fromTP and toTP values in SOA mediator or bpel and i can route the document to particular agreement.
    But in my case,the i/p document doesnt comes from SOA (it may come from http servlet or in some way) so i cant give toTP and fromTP values.
    so if it is a EDI document ,then we can route it according to the identifiers. but in my case it is a Custom document i.e, cXML.xml
    so in my xml i had one <Identity>xxx</Identity> tag ,this identity tag value tells us from which partner the document is coming. so by using this identity tag can i route it to particular agreement.
    so based on the above identity tag, how can i find the trading partner in b2b.
    Thanks in advance,
    Regards,
    Chaitanya.

  • Importing Range, division and commision rate through DTW

    Hi
    I want to import range, division and commision rate for business partners through DTW. From which template i can do so?
    Thanks

    Hi,
    Not all fields are exposed to DI API.  Therefore some of them may not be available.
    Try BussinessPartners template with CommissionPercent column for commission rate.  As for the other two, I could not find them in our version.  If they are just for your localization, DTW would not be available.
    Thanks,
    Gordon

  • Getting Message "No business partner found" in NOTIF_CREATE

    Hi All,
    I am getting an error message "No business partner found" when try to find the Person Responsible.
    1. Run Transaction NOTIF_CREATE
    2. Set Message Priority (e.g. Low etc..)
    3. Choose System / IBASE
    4. Installation No. will be automatically populated after choosing SYSTEM  or IBASE.
    5. Choose Appropriate Component.
    6. Choose Reported By.
    7. Person Responsible - getting error "No business partner found"
    Where as i have already created business partners via SAP Transaction BP, which i m able to view at step no. 6.
    Even in transaction IB52, the functions Contact Person, Employee Responsible, Service Employee Group, and Sold-To Party are assigned to appropriate users.
    could you please suggest something ?
    Thanks,
    Avinash

    Dear Ragu,
    First of all thanks for your guidance !!
    Yes, I have already created business partners through DSWP -> Create Business Partners.
    But in this case I am only able to create business partners for the clients I have on Solution Manager System and not for the clients (RFC's) from our Development Environment.
    When I click on Add button it shows me the different RFC connections through which our solution manager system is connected to development environment. if would choose any of the RFC which connects to solman to dev environment, it only shows me only one user CUST_SCOUT.
    I believe after choosing an RFC it should populate all the users avaialble on dev environment.
    Please let me know your thoughts on this.
    Thanks again for all your help !!
    Thanks,
    Avinash

  • Flex 3 locale swf loading bug on firefox

    Hi all
    I REALLY need your help here
    if anyone knows this bug or have any idea how to deal with it, it would really mean a lot to me
    i've been tring everything
    description:
    i'm building an application using flex 3, where all texts are being localized via the locale loaded at runtime
    i suspect that for some reason the  locale swf i'm loading isn't updating elements of the page
    as you can see in the image below, texts appear cut off.
    this happens to me only in firefox, no matter which page of the app is being displayed
    any ideas?
    appreciate your time in answering
    Yariv Gilad

    Hello and thank you for your quick answer
    the text is indeed right, and what you say make sense to me
    how can i proceed from here though?
    how can i fix the "sizing and positioning problem" ?
    the UI components are there and are being populated dynamically through the locale
    is there a way to force them to update?
    is this the right direction at all?
    any other ideas?
    just to note that if i hard-code the text into the components they are rendered perfectly
    so i don't see a reason to change their position or size...
    thank you for your time
    Yariv Gilad

  • Events 1863 and 2093 post SBS 2003 SP2 Migration to 2008 R2 SP1

    I have migrated AD from a 2003 SBS SP2 server to a 2008 R2 SP1 server using the following article: http://technet.microsoft.com/en-us/library/dd379526.aspx
    I realize now that this was not the right article as it is for 2003 SP2 Standard, however I don't need to migrate Exchange or other applications.
    That was 3 days ago, yesterday morning I noticed the following events in the 2008 error log: Error 1863 and Warning 2093
    There appears to be no issue with the domain currently, everyone was able to login in without issue this morning. Both servers are continuing to run, although I plan to demote the 2003 and decommission the hardware if there are no issues (as advised by the
    post-migration instructions of the above article). I don't need the 2003 SBS server anymore, should I just transfer the FSMO's now and demote the server?
    I can provide full text of the events, but I have removed identifying information:
    Log Name:      Directory Service
    Source:        Microsoft-Windows-ActiveDirectory_DomainService
    Date:          2/17/2014 4:18:14 AM
    Event ID:      1863
    Task Category: Replication
    Level:         Error
    Keywords:      Classic
    User:          ANONYMOUS LOGON
    Computer:     SERVERNEW.generic.local
    Description:
    This is the replication status for the following directory partition on this directory server.
    Directory partition:
    CN=Schema,CN=Configuration,DC=generic,DC=local
    This directory server has not received replication information from a number of directory servers within the configured latency interval.
    Latency Interval (Hours):
    24
    Number of directory servers in all sites:
    1
    Number of directory servers in this site:
    1
    The latency interval can be modified with the following registry key.
    Registry Key:
    HKLM\System\CurrentControlSet\Services\NTDS\Parameters\Replicator latency error interval (hours)
    To identify the directory servers by name, use the dcdiag.exe tool.
    You can also use the support tool repadmin.exe to display the replication latencies of the directory servers.   The command is "repadmin /showvector /latency <partition-dn>".
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-ActiveDirectory_DomainService" Guid="{0e8478c5-3605-4e8c-8497-1e730c959516}" EventSourceName="NTDS KCC" />
        <EventID Qualifiers="49152">1863</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>5</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2014-02-17T09:18:14.599176800Z" />
        <EventRecordID>243</EventRecordID>
        <Correlation />
        <Execution ProcessID="504" ThreadID="660" />
        <Channel>Directory Service</Channel>
        <Computer>SERVERNEW.generic.local</Computer>
        <Security UserID="S-1-5-7" />
      </System>
      <EventData>
        <Data>CN=Schema,CN=Configuration,DC=generic,DC=local</Data>
        <Data>1</Data>
        <Data>1</Data>
        <Data>24</Data>
        <Data>System\CurrentControlSet\Services\NTDS\Parameters</Data>
      </EventData>
    </Event>
    Log Name:      Directory Service
    Source:        Microsoft-Windows-ActiveDirectory_DomainService
    Date:          2/17/2014 4:18:14 AM
    Event ID:      2093
    Task Category: Replication
    Level:         Warning
    Keywords:      Classic
    User:          ANONYMOUS LOGON
    Computer:      SERVERNEW.generic.local
    Description:
    The remote server which is the owner of a FSMO role is not responding.  This server has not replicated with the FSMO role owner recently.
    Operations which require contacting a FSMO operation master will fail until this condition is corrected.
    FSMO Role: CN=Schema,CN=Configuration,DC=generic,DC=local
    FSMO Server DN: CN=NTDS Settings,CN=SERVEROLD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=generic,DC=local
    Latency threshold (hours): 24
    Elapsed time since last successful replication (hours): 25
    User Action:
    This server has not replicated successfully with the FSMO role holder server.
    1. The FSMO role holder server may be down or not responding. Please address the problem with this server.
    2. Determine whether the role is set properly on the FSMO role holder server. If the role needs to be adjusted, utilize NTDSUTIL.EXE to transfer or seize the role. This may be done using the steps provided in KB articles 255504 and 324801 on http://support.microsoft.com.
    3. If the FSMO role holder server used to be a domain controller, but was not demoted successfully, then the objects representing that server are still in the forest. This can occur if a domain controller has its operating system reinstalled or if a forced
    removal is performed.  These lingering state objects should be removed using the NTDSUTIL.EXE metadata cleanup function.
    4. The FSMO role holder may not be a direct replication partner. If it is an indirect or transitive partner, then there are one or more intermediate replication partners through which replication data must flow. The total end to end replication latency should
    be smaller than the replication latency threshold, or else this warning may be reported prematurely.
    5. Replication is blocked somewhere along the path of servers between the FSMO role holder server and this server.  Consult your forest topology plan to determine the likely route for replication between these servers. Check the status of replication using
    repadmin /showrepl at each of these servers.
    The following operations may be impacted:
    Schema: You will no longer be able to modify the schema for this forest.
    Domain Naming: You will no longer be able to add or remove domains from this forest.
    PDC: You will no longer be able to perform primary domain controller operations, such as Group Policy updates and password resets for non-Active Directory Domain Services accounts.
    RID: You will not be able to allocation new security identifiers for new user accounts, computer accounts or security groups.
    Infrastructure: Cross-domain name references, such as universal group memberships, will not be updated properly if their target object is moved or renamed.

    Hi JPowered,
    Thank you for posting your issue in the forum.
    I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience.
    Thank you for your understanding and support.
    Best Regards,
    Justin Gu

  • BP replication from CRM to R3 Error

    Hi All,
    We are working on CRM 4.0 Unicode version.  The details of the system are as follows
    SAP_BASIS     620          0056     SAPKB62056
    SAP_ABA     620          0056     SAPKA62056
    BBPCRM          400     0009          SAPKU40009
    PI_BASIS          2005_1_620     0005     SAPKIPYJ55
    We are working with R/3 4.7 Non Unicode version the details of which are as follows
    SAP_BASIS     620          0056     SAPKB62056
    SAP_ABA     620          0056     SAPKA62056
    SAP_APPL     470          0021     SAPKH47021
    SAP_HR          470          0030     SAPKE47030
    ABA_PLUS     100          0009     SAPKGPBA09
    EA-IPPE          200          0013     SAPKGPIB13
    PI          2004_1_470     0001     SAPKIPZI51
    PI_BASIS          2005_1_620     0005     SAPKIPYJ55
    EA-APPL          200          0007     SAPKGPAB07
    EA-DFPS          200          0007     SAPKGPDB07
    EA-FINSERV     200          0007     SAPKGPFB07
    EA-GLTRADE     200          0007     SAPKGPGB07
    EA-HR          200          0011     SAPKGPHB11
    EA-PS          200          0007     SAPKGPPB07
    EA-RETAIL     200          0007     SAPKGPRB07
    BP-R3PF          470V2          0000     -
    ST-A/PI          01F_R3_470     0000     -
    ST-PI          003C_620     0000     -
    I ] Problem
    We are having problem while replicating the Business Partners from CRM to R3. When we create a Business Partner ( Type People) through transaction BP on the CRM server it creates an entry in table but000 on the CRM side but the same entry does not exist in kna1 table on R/3 server.
    When we check the BDOC through transaction smw01 on the CRM server there exist an entry with BDOC State Description " Send to receivers (not all have confirmed)" for BDOC Type BUPA_MAIN.
    II ] Configurations
    We have done following settings before creating Business Partners through CRM
    Settings on CRM Server
    1> RFC Destination "CARDONR3_DEV" for R3 server is defined in sm59 on the CRM side and is working OK.
    2> Through transaction BUCF we have defined a number range named C1 ( 0005000000 to 0005999999) with External flag deselected.
    3> Through SPRO we have defined a grouring C001 (CRM Customer) and assigned number range C1 to it.
    Settings on the R3 server
    1> RFC Destination "CMDCLNT110" for CRM server is defined in sm59 on the R3 side and is working OK.
    2> Through transaction OVZC we have defined cutomer number range named C1 ( 0005000000 to 0005999999) with External flag selected.
    3> Through transaction OVT0 we have created Cutomer Account Group named Z001 which is copy of 0001 (Sold to Party). Number range C1 is assigned to the account group Z001.
    4> Through transaction VOPA we have maintained the Partner function for customer master i.e Acct Grp Z001 is assigned to Function SP.
    5> In transaction PIDE under CRM -> R3 assignment we have selected account group Z001 to Classification type B (i.e Customer)
    III ] Procedure Followed
    1>  On the CRM server we execute the transaction "BP" .
    2>  We Click on Create Person button.
    3> Following Selections are made
         a) Create in role : Sold-To-Party
         b) Grouping : CRM Customer
         c) Field Title, First name and Last name are selected
         d) In the tab Classification we select R/3 Account Group as "0001". System does not allow us to select the R/3 Account group "Z001"
    4> On Saving the entry Business Partner is created in table but000 on the CRM side.
    5> The above entry is not replicated in table kna1 on R3 side as expected.
    IV ] Observation
    We are not able to select account group "Z001" in the BP creation screen. When we run the Intial Load (R3AS) on CRM server for object "DNL_CUST_ACGRPB" (i.e AccountingGrp Business Partner) (Replication from R3 to CRM)  it shows the status done in screen R3AM1 but the entry for account grouip Z001 which is created manually on R3 side during the configuration phase is not replicated on the CRM side.
    We have referred a note for the above error which said that the basis patch "SAP_BASIS" should be at level 56 but we are already on Patch Level 56.
    Please guide us.
    Thanks & Regards,
    Yatin

    Hi Yatin,
    Glad to hear one of the problem has resolved.
    In order to simplify the analysis, I assume few things
    from your information :
    1. Connection between CRM and R/3 are correctly run
    2. Other necessary customizing Objects relate to BP
       have been downloaded properly to CRM.
    Few things you can check :
    1. Did you enter Correspondence Language & Language
       in CRM BP ? just make sure you did.
    2. Try to complete minimum data such as Search Term,
       Street/House, Postal Code / City and Country in CRM BP.
    3. Check the detail Error message in SMW01 (can you get
       more detail - normally you can click on SHOW BDOC Msg
       ERROR)
    You also can trace/debug LUW,:
    - use tcode SMQ1 to see the stopped queue for that error
      transfer
    - Click menu Go To -> QOUT Scheduler
      Click on R/3 destination and deactivate/deregister it
    - In SMQ1 select the error queue, double click on it.
       and after next screen double click again
    - Then Start DEBUG LUW
    - Insert debug breakpoint in statement Call Transaction
      and execute F8
    - When it stopped, Change the variable mode to A
      it will show you the missing/incomplete fields.
    You need to register/activate back the R/3 destination after you have finish debugging.
    Hope this helps, let me know the result
    Cheers,
    Gun.

  • Events 1863 and 2093 post 2003 Migration to 2008 R2

    I have migrated AD from a 2003 SBS SP2 server to a 2008 R2 SP1 server using the following article: http://technet.microsoft.com/en-us/library/dd379526.aspx
    That was 2 days ago, this morning I noticed the following events in the 2008 error log: Error 1863 and Warning 2093
    There appears to be no issue with the domain currently, everyone was able to login in without issue this morning. Both servers are continuing to run, although I plan to demote the 2003 and decommission the hardware if there are no issues (as advised by the
    post-migration instructions of the above article). I can provide full text of the events, but I have removed identifying information:
    Log Name:      Directory Service
    Source:        Microsoft-Windows-ActiveDirectory_DomainService
    Date:          2/17/2014 4:18:14 AM
    Event ID:      1863
    Task Category: Replication
    Level:         Error
    Keywords:      Classic
    User:          ANONYMOUS LOGON
    Computer:     SERVERNEW.generic.local
    Description:
    This is the replication status for the following directory partition on this directory server.
    Directory partition:
    CN=Schema,CN=Configuration,DC=generic,DC=local
    This directory server has not received replication information from a number of directory servers within the configured latency interval.
    Latency Interval (Hours):
    24
    Number of directory servers in all sites:
    1
    Number of directory servers in this site:
    1
    The latency interval can be modified with the following registry key.
    Registry Key:
    HKLM\System\CurrentControlSet\Services\NTDS\Parameters\Replicator latency error interval (hours)
    To identify the directory servers by name, use the dcdiag.exe tool.
    You can also use the support tool repadmin.exe to display the replication latencies of the directory servers.   The command is "repadmin /showvector /latency <partition-dn>".
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-ActiveDirectory_DomainService" Guid="{0e8478c5-3605-4e8c-8497-1e730c959516}" EventSourceName="NTDS KCC" />
        <EventID Qualifiers="49152">1863</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>5</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2014-02-17T09:18:14.599176800Z" />
        <EventRecordID>243</EventRecordID>
        <Correlation />
        <Execution ProcessID="504" ThreadID="660" />
        <Channel>Directory Service</Channel>
        <Computer>SERVERNEW.generic.local</Computer>
        <Security UserID="S-1-5-7" />
      </System>
      <EventData>
        <Data>CN=Schema,CN=Configuration,DC=generic,DC=local</Data>
        <Data>1</Data>
        <Data>1</Data>
        <Data>24</Data>
        <Data>System\CurrentControlSet\Services\NTDS\Parameters</Data>
      </EventData>
    </Event>
    Log Name:      Directory Service
    Source:        Microsoft-Windows-ActiveDirectory_DomainService
    Date:          2/17/2014 4:18:14 AM
    Event ID:      2093
    Task Category: Replication
    Level:         Warning
    Keywords:      Classic
    User:          ANONYMOUS LOGON
    Computer:      SERVERNEW.generic.local
    Description:
    The remote server which is the owner of a FSMO role is not responding.  This server has not replicated with the FSMO role owner recently.
    Operations which require contacting a FSMO operation master will fail until this condition is corrected.
    FSMO Role: CN=Schema,CN=Configuration,DC=generic,DC=local
    FSMO Server DN: CN=NTDS Settings,CN=SERVEROLD,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=generic,DC=local
    Latency threshold (hours): 24
    Elapsed time since last successful replication (hours): 25
    User Action:
    This server has not replicated successfully with the FSMO role holder server.
    1. The FSMO role holder server may be down or not responding. Please address the problem with this server.
    2. Determine whether the role is set properly on the FSMO role holder server. If the role needs to be adjusted, utilize NTDSUTIL.EXE to transfer or seize the role. This may be done using the steps provided in KB articles 255504 and 324801 on http://support.microsoft.com.
    3. If the FSMO role holder server used to be a domain controller, but was not demoted successfully, then the objects representing that server are still in the forest. This can occur if a domain controller has its operating system reinstalled or if a forced
    removal is performed.  These lingering state objects should be removed using the NTDSUTIL.EXE metadata cleanup function.
    4. The FSMO role holder may not be a direct replication partner. If it is an indirect or transitive partner, then there are one or more intermediate replication partners through which replication data must flow. The total end to end replication latency should
    be smaller than the replication latency threshold, or else this warning may be reported prematurely.
    5. Replication is blocked somewhere along the path of servers between the FSMO role holder server and this server.  Consult your forest topology plan to determine the likely route for replication between these servers. Check the status of replication using
    repadmin /showrepl at each of these servers.
    The following operations may be impacted:
    Schema: You will no longer be able to modify the schema for this forest.
    Domain Naming: You will no longer be able to add or remove domains from this forest.
    PDC: You will no longer be able to perform primary domain controller operations, such as Group Policy updates and password resets for non-Active Directory Domain Services accounts.
    RID: You will not be able to allocation new security identifiers for new user accounts, computer accounts or security groups.
    Infrastructure: Cross-domain name references, such as universal group memberships, will not be updated properly if their target object is moved or renamed.

    Hi,
    The guide you are using is not for SBS. If you look at the detailed supported migration scenarios you will see this matrix:
    Source server   processor
    Source server operating system
    Destination server operating system
    Destination server processor
    x86- or x64-based
    Windows Server 2003 with Service Pack 2 (SP2)
    Windows Server 2008 R2, both full and Server Core installation   options
    x64-based
    x86- or x64-based
    Windows Server 2003 R2
    Windows Server 2008 R2, both full and Server Core installation   options
    x64-based
    x86- or x64-based
    Windows Server 2008, both full and Server Core   installation options
    Windows Server 2008 R2, both full and Server Core installation   options
    x64-based
    x64-based
    Windows Server 2008 R2
    Windows Server 2008 R2, both full and Server Core installation   options
    x64-based
    x64-based
    Server Core installation option of Windows Server 2008 R2
    Windows Server 2008 R2, both full and Server Core installation   options
    x64-based
    There is no Small Business Server specified.
    This forum is not really for SBS migrations and you can also ask on the SBS forums
    for better advice about SBS.
    And yes, if you want to decommission the SBS server, running as a DC, you will at some point have to transfer the FSMO roles to the destination server. Please follow the steps in the guide I posted earlier to migrate the roles or applications that you need.
    And also ask more details on the SBS forums.
    Marius
    http://mariusene.wordpress.com/

  • A New BlackBerry 10.1 Update Available Starting Today

    From the Inside BlackBerry Blog today:
    For those of you enjoying your shiny new BlackBerry 10 smartphone, we’re delivering another update to the BlackBerry 10 version 10.1 software that will be steadily rolling out on carriers around the globe. To bring software updates to you, we work closely with our carrier partners through a certification process.
    Before we get into the features of the update we want to let you know up front when you can start to expect the update in your region. Note that carriers in some regions may take longer than others based on their individual processes. As you may know, we announced a BlackBerry 10.1 update at BlackBerry Live in May and some of you may have already downloaded that update. To be sure you’re getting all the goodness we’ve built-in since then, look for OS version number of 10.1.0.4181 / 10.1.0.4537 or higher to confirm you have the latest update. You can find the OS version number you are currently running by going to the System Setting, selecting About, then selecting OS from the drop down Category menu.
    Asia Pacific: Starting July 29th
    Canada: Starting July 29th
    EMEA: Starting July 29th
    Latin America: Starting Mid-August*
    U.S.: Starting End of Summer
    Why You’ll Want to Update BlackBerry 10
    If you can't wait for your carrier to roll it out...
    here's a link to the manual upgrade process.
    http://supportforums.blackberry.com/t5/BlackBerry-10-OS-Device-Software/Upgrading-OS10-devices-using...
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

    Hi, I've done this update and now this phone won't turn on. It is stuck on the blue BB logo after the restart. Any thoughts?

  • No system assigned for partner in transaction DPCOMMON_MAP_P_S ( Dealer Portal)

    Hello all,
    Sorry to post a very basic question, but I am quite new to Dealer Portal and SD functional module. Request to help.
    I have deployed spare part business package on portal. BP documentaion link. http://help.sap.com/erp2005_ehp_04/helpdata/EN/c3/f71b9a69574d6c84ac33b68d2d03c3/frameset.htm
    I have configured as per the steps mentioned in the link below,but still facing issues..
    http://help.sap.com/erp2005_ehp_05/helpdata/en/e6/e58079420c4b7e87df4f9c3db04719/content.htm?frameset=/en/e6/e58079420c4b7e87df4f9c3db04719/frameset.htm
    As per the above link,below are the steps done.
    I have created logical system and assigned to RFC destination using transaction DPCOMMON_MAP_S_R.
    Then assigned the logical system created at the above step to partner, through transaction DPCOMMON_MAP_P_S
    And lastly also assigned users to partners through transaction DPCOMMON_MAP_U_P.
    However I am getting below errors when initial overview screen is accessed,I think there are some configurations missing.. Any help is appreciated.
    Personalization data not found.
    No system assigned for partner in transaction DPCOMMON_MAP_P_S
    Thanks
    San

    Issue is resolved.
    For the RFC destination , log on security tab. Ensure current user is ticked and no hard coded user id being passed here.
    Also ensure the personalization data is saved properly by navigating to personalization iview.

  • SAP and Work Market - Are you a presales consultant?  Join the SAP presales community on Work Market.

    Do you want to leverage your business, technical and interpersonal skills to position SAP software solutions to overcome business challenges and help prospective customers “Run Better”?
    Do you want to be rewarded financially and professionally for delivering the high value services that help sales teams win new customers?
    If so, there may be opportunities for you to serve as a Presales Consultant in sales cycles for SAP reseller partners through the Work Market platform.
    Purpose and Objectives
    SAP America is currently building a community of professional Presales Consulting contractors whom our reseller partners will leverage to pursue business opportunities in the rapidly expanding small and medium enterprise (SME) market segment.
    This is a tremendous opportunity for the right person with a business, technology and consulting background who can effectively communicate the value of enterprise software at the executive level.
    The ideal contractor has deep SAP solution knowledge, is highly capable of analyzing business challenges and prescribing solutions and is an effective, persuasive presenter. If you have experience implementing SAP, possess exceptional communication skills and have a passion for sharing your experience and knowledge with others considering SAP then Presales Consulting may be the perfect role for you.
    ERP Finance
    ERP Sales and Service
    ERP Procurement and Logistics Execution
    ERP Human Capital Management
    ERP Product Development and Manufacturing
    ERP Corporate Services
    Business Analytics Solutions
    Small Business ERP
      If you are interested, learn more and sign up by going here:  http://www.workmarket.com/sap

    Great platform. Hope it will reach other parts of the world soon.

  • Exposing J2EE services as  XML

    We are planning to expose our business systems to our partners through XML based
    API. What are the options do I have?.
    I don't need WSDL or UDDI as our partner's are of limited number.
    We are looking at SOAP, XML-RPC. I am looking at weblogic web services, glue and
    ClearCase.
    Has anybody done production grade system exposing XML API on J2EE platform.?.
    What technologies did they use?.
    Thanks,
    Nilesh Shah

    We are planning to expose our business systems to our partners through XML based
    API. What are the options do I have?.
    I don't need WSDL or UDDI as our partner's are of limited number.
    We are looking at SOAP, XML-RPC. I am looking at weblogic web services, glue and
    ClearCase.
    Has anybody done production grade system exposing XML API on J2EE platform.?.
    What technologies did they use?.
    Thanks,
    Nilesh Shah

Maybe you are looking for

  • F4v in IE 7 fails - no metadata?

    Hey all - I'm having trouble with my new player in IE 7 (it works great in all other browsers, of course). It seems that in IE 7, it is waiting until the full file downloads in order to get metadata; what this means is that the player itself is not b

  • Colour looks wrong

    I am not sure if this is normal or if I had not noticed it before but the colours and not clear. I is like is you set a Windows PC to use 16 bit color! This appears to have happened after using a Mini DVI to Video converter. Is it just me?

  • HT1212 My ipad was disabled after trying to unlock. I forgot my password, can you help me please

    My ipad was disabled after trying to unlock, I forgot my password please help!!

  • RS_TREE_LIST_DISPLAY and tabstrip

    Hi, I have an HR function which uses RS_TREE_LIST_DISPLAY to display some data in a list tree. I would like to incorporate this into a tabstrip that I have built, but when I try to run this function in the PBO of the subscreen of the tab in the tabst

  • Dreamweaver CS6 displaying the wrong icon for certain file types

    I recently upgraded to the Maverick and I noticed that my Dreamweaver changed some of my files' icon to Acrobat Reader symbol. This does not represent the actual file type. My most important files, such as mp3 and m4v, are not displaying correctly. M