Listing in CRM

Hi
can somebody tell me where I can find the listing material for customers which is stored in the CRM-system. I need the table name.
Maybe someone also knows in what relationship stands the table.
On the end I want to extract the data into the BW-System. I want to see what materials are listed for a special Customer.
Hope someone can help me.
Greetings
Robert

Thank you for your help Chandrakant.
but I have no entries in the BBP_CT_PPRODUCT table.
I saw that the system uses a conditions technic for listing.
I used the trace (st05) to get the info whitch tables are used when I´m reading the listingdata in the WEB UI.
the result is:
CRMM_PRPADM_I
CRMM_PRPADM_H
CRMM_PRP_PROD_IH
CRMM_PRP_PRVP_I
LSTC_PRP_MAP_CND
/1CN/ALIZ00001
/1CN/CLIZ00001
CRMM_PRP_DESCR
CRMM_PRP_BUPA_I
CRMM_PRP_BUPA_IH
CRMM_PRP_TS_IH
Do you know in what relationship the tables standing? And maybe someone knows the logic behind this.
Greetings
Robert

Similar Messages

  • Adding new field in Billing due list in CRM

    Hi
    What are ways to add new fields to billing due list in CRM.
    Can we use any badi
    Is there any configuration of layout.
    Any other way
    Thanks in advance for your help
    Amit

    Hi,
    Adding new field in CRM can be done by AET.
    AET is able to add new field from Web UI.
    Please this blog for more details: /people/tzanko.stefanov2/blog/2008/11/26/application-enhancement-tool-creating-and-reusing-custom-fields-with-crm-70-part-2-of-2
    Regards,
    Steve

  • Activate a call list in CRM using an interface

    We are building an interface to create a call list in CRM and we have come to the stage where we want the interface to activate the call list that has been created.
    Does anyone know how accomplish this?

    What you are suggesting would require a different stored procedure for each table which is what I'm trying to avoid.
    Why would it have to be different procedures? You could have all the INSERT statements in a single procedure.
    Yes, you could save yourself some typing (well, copying-and-pasting) by using that piece of dynamic SQL. But when may at some point have to fight permissions, you will need to spend times to tweak the code, when there are columns that are not to be copied
    and so on. It's possibly more fun, but it is necessarily not more productive.
    By the way, there are three flaws in the piece of code you posted:
       select  @columnList = coalesce(@columnList + ',','') + sys.columns.name
        from    sys.columns
        where   object_name(sys.columns.object_id) = @tableName
            and sys.columns.name not in ( @keyName )
            and is_computed = 0;
    The correct result of the construct SELECT @x = @x + col is undefined. You can use FOR XML PATH('') to create a concatenate list. (A quick Google will show you how.)
    "NOT IN (@keyname)" means the same thing as "<> @keyname". If they idea is tha @keyname is to be an inclusion list, then you need to crack the list to a table.
    And:
        exec sp_executesql @sqlCommand, N'@oldKeyId int', @oldKeyId = @oldKeyId
        select @newTableId = @@identity -- note scope_identity() won't work here!
    Of course, scope_identity() works as long as you capture the value inside the dynamic SQL and return in it an OUTPUT parameter.
    By the way, here is one more issue: you need to write the query so that it can handle tables that do have IDENTITY columns.
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Creating Distribution List in CRM 2007

    Hiya
    Could somebody please help, is there a way to create Distribution List in CRM for a list of emails, contact from the contacts list.
    Thanks in anticipation.
    Regards
    Ranjeet

    Hello Ranjeet
    Transaction code SO23
    X Shared distribution lists
    Name : ZXXXX
    Title : XXXXX Mail Distribution
    Don't enter anything in the Folder field.
    Folder : Click the down arrow
    Next screen :
    Folder Name : ZXXXX
    Folder Title : Mailing address
    Folder Area : Shared
    Click Create Folder
    Next screen :
    Indexing : Tick
    Specify the 'Retention period of a document in this folder (days)'.
    Choose the 'Folder access authorization'.
    Finish, click the Enter button.
    Click the tabstrips 'Distri. list content' to type in your mailing list.
    Save your entries.
    Finally, test it by sending a mail via the distribution list ZXXXX.
    Regards
    Shikha

  • List of CRM BSP Applications

    Hi All
    Can any body please send the list of CRM BSP applications.
    I have done E-Recruitment BSP changes.
    Now my requirement is to change CRM BSP pages.
    Is there any difference in normal BSP and CRM BSPs?
    as I am seeing some PCUI layout and others.
    Thank you in advance.
    Ravi..
    [email protected]

    Hi,
       CRM BSP applications normally refer to BSP applications based on PCUI framework. While BSP applications can be any *.htm pages with embedded ABAP code.
    You can see a list of all the CRM BSP applications (PCUI applns.) as follows :
    1. Go to SE80.
    2. Open BSP application
    CRM_BSP_FRAME
    in the repository browser.
    3. Right-click on the application name and TEST.
    4. Select
    select.htm
    from the pop-up.
    You will find the full list of the latest versions of PCUI applications.
    Please reward if helpful!
    Thanks,
    Sudipta.

  • List of CRM T. Codes

    hi,
      i want list of CRM T. Codes.
    Thanks in advance.
    Shailendra

    Hi,
    BP      -Business Partner (Creation/View/Modification)
    CIC0      -Customer Interaction Centre
    CRMD_ORDER - CRM Transaction (Create/View/Modify)
    SPRO - Configuration related settings
    CRMD_CALL_LIST-Create/ Maintain Call list
    IB51 / IB52 / IB53-Ibase Creation / Change / View
    COMMPR01-Maintain Products
    PPOSA_CRM-Display Organizational Model
    SBDM-Bdoc maintenance
    SMOEAC-     Administration console – CRM Middleware
    SMQ1,SMQ2      Queue monitoring transactions for inbound and outbound queues.
    SMW01     Transaction for monitoring bdocs.
    MIddleware t-code
    Transactions     Transaction Codes
    Work process overview     SM66     
    CPU and memory consumption     ST06
    SAP memory and buffers     ST02
    Database performance counters     ST04
    Memory consumption per user     SM04  (on each application server)
    Table call statistics     ST10
    CPU & Memory Consumption on IPC Server     OS07
    CRM Inbound Queue     SMQ2
    CRM Outbound Queue     SMQ
    Monitor Load     R3AM1
    Define Request     R3AR2
    Run Request      R3AR4
    Request Business Partner     CRMM_BUPA_MAP
    Send Business Partner     CRMM_BUPA_SEND
    RFC statistics (client and server)     ST03
    Errors in transactional RFCs     SM58
    BDOC Statistics     SMWMFLOW
    Response time statistics     ST03 & STAD
    Error Tracking     SMWP
    Q-Out Scheduler     SMQS
    Q-In Scheduler     SMQR
    Bdoc Error Tracking     SMW01 & SMW02
    Short Dumps     ST22
    Admin Console     SMOEAC
    Process Overview     SM50
    User List     AL08
    Data Integrity Manager     SDIMA
    Regards
    Srinu

  • Add new fields to selection screen for standard billing dule list in CRM

    Hi ,
    I have one issue with standard  program ,tcode is /BEA/IPMI01.
    SUB: Adding  few new fields like IP  to selection screen AND few fields to output list.
    As this is a standard program (tcode: /bea/ipmi01) , i searched for BADI,EXITS but couldn't .
    Can any one help me how to handle this with out cloning the standard one.
    I got some information but succeed.
    in SPRO.
    /CRM/BILLING/SYSTEM ENHANCMENTS/access billing  engine navigator. you will find selection design in the path
    /CRMB/OBJECT/DL/REPORT/SELECTION GROPS/DLA/SELECTION FEIDLS.
    we can find selecton at this place but i couldnot find how to add new fieds.
    Note: i found whatever we do ,  it willl reflect once we regenerated the program.

    Hi,
    You may be able to create an append structure to the standard output structure/table. Go to SE11, open the structure and click on append structure.
    Regards
    Prasenjit

  • List of CRM tables

    Hi guys,
    could anybody send me a complete list of the most relevant tables in CRM and descriptions for it (in excel file or in whatever format).
    E-mail: [email protected]
    Full points will be awarded of course!
    Thx in advance,
    JA

    Dear Ja,
    plz find some of the tables in CRM .
    CRMADPTST1                     Adapter Test - Header Table
    CRMADPTST2                     Adapter Test  - Lower-Level Table
    CRMAHR                         Check Results Management: Personal Data
    CRMAHRA                        Check Results Management: Personalization
    CRMAHRROL                      Check Results Management: Positions
    CRMAHRROLT                     Check Results Management: Role Description
    CRMA_MKTPL_CPGNM               APO Integration: Match CRM and generated A
    CRMATAB                        Tables Permitted for Customizing Download
    CRMBW_BWRFC_MAP                Dialog RFC Destinations for BW Systems
    CRMBWCVSYSTAT                  BBP/CRM: Mapping BW Status / OLTP System S
    CRMBWCVUSSTAT                  Customizing: Mapping BW Status/ OLTP User
    CRMBWIDSSAMPLE                 Assignment of DataSources to Samples
    CRMBWSTT                       Text Table for BW Status
    CRMBWSYSTATGRP                 BBP/CRM: BW Status Object Group for System
    CRMBWSYSTATGRPT                BBP/CRM: BW Status Object Group for System
    CRMBWSYSTATOBJ                 BBP/CRM: BW Status Object for System Statu
    CRMBWSYSTATOBJT                BBP/CRM: BW Status Object for System Statu
    CRMBWTARGETS                   Data Targets for BW Upload
    CRMBWT_ATTR                    Attribute Definition for Attributes Determ
    CRMBWT_ATTRS                   Status Administration: Status of the Data
    CRMBWT_ATTRT                   Text Table for Attribute Definition
    CRMBWT_ATTR_VAL                Texts for Attribute Values
    CRMBWT_ATTR_VALT               Check Table for Attribute Values
    CRMBWTGTDEF                    Data Target Check Table for BW Upload
    CRMBWTGTDEFT                   Data Target Check Table for BW Upload - Te
    CRMBWT_OIC_SRC                 Query for OIC
    Regards,
    Chandra

  • List of CRM Transactions

    Dear Colleagues,
    Is there any place or transaction where I can see all the CRM transactions (TCODE)?
    In TR SE16 --> table tstc, we can see all the TCODEs, but I want to see only CRM related TCODE.
    Regards
    Pankaj

    Hi All,
    I had the issue about knowing the Tcodes in SAP CRM.
    I have tried by table TSTC and search by CRM.
    This gives me about 800 tcodes and that helped me.
    Go to Tcode SE16 and table name as TSTC and put CRM and press F4 on your keyboard.
    It will list the tcode for CRM.
    I know these are not all of the codes in CRM but this worked for me.
    Hope this helps anyone.
    Thanks
    Praveen

  • Please send me tables list of crm

    Hi,
    I am new in crm please any one tell me list of table which is used in crm.
    Proper and will be awarded by points.

    Hi Gurprit,
    The following are different tables in CRM :
    <b>Master Data Tables</b>
    <b>Business Partner</b>
    BUT000     BP: General data
    Contains Business Partner Number, Partner Category, Partner Type, First Name, Last Name etc.
    BUT020     BP: Addresses
    BUT050     BP relationships/role definitions: General data
    Contains Relationship, Partner Number (PARTNER1), Relationship Category
    BUT051     BP Relationship: Contact Person Relationship
    Similar to BUT050 , additionally contains Contact Person’s Address data
    BUT0BK     Business Partner: Bank Data & Details
    BP Number, Bank Key, Bank Country Key, Bank Account Number
    BNKA     Bank Master Data
    BUT100     BP: Roles
    ADR2     Telephone Numbers (Business Address Services)
    ADR6     SMTP Numbers (Business Address Services)
    Contains Email – Id of the BP.
    ADRC     Addresses (Business Address Services)
    BP’s Complete Address Details- City, Country, Post Code, District, Street, Title No Etc
    TSAD3T     Table containing the Title text against a Title No.
    Note:
            Pass the langu key with the
            language in which you want the
            text.
    <b>Others</b>
    COMM_PRODUCT     Master Table for Product
    CRMM_BUAG     Master table for Business Agreement
    CRMM_BUAG_H     Header Data for Business Agreement such as Tax Category, Tax Characteristic, Form key, Business Agreement Class. Data in this table correspond to ISU Contract account table FKKVKP.
    CRMM_BABR_H     Rule data for business agreements – data in this table correspond to ISU Contract account table FKKVK
    Business Transaction(Service Contracts in Particular)
    CNCCRMPRCUSZZBUR     Condition Records for Service Contracts. We get Basic Unit Rate, Standing Charge Rate etc.
    (This is a Z table used in a leading ISU SAP-CRM implementation. You can give the table SAP0090 – this is a standard table. – in general all condition tables have the naming convention CNCC*)
    CRMD_ORDERADM_H     Contains the Header Information for a Business Transaction.
    Note:
    1.     It doesn’t store the Business Partner
           responsible for the transaction. To 
           get the Partner No, link it with
           CRM_ORDER_INDEX.
    2.     This table can be used for search
           based on the Object Id(Business
           Transaction No). 
    CRMD_CUSTOMER_H     Additional Site Details at the Header Level of a Business Transaction
    CRMC_PROC_TYPE     Master table Business Transaction Type
    CRMC_PARTNER_FCT     Definition of Partner Functions
    SCPRIOT     Priorities for Activities with priority text.
    Note:
            Pass the langu key with the
            language in which you want the
            text.
    CRMC_PROC_TYPE_T     Text for a transaction type
    CRMC_ACT_OBJ_T     Objective Number and Text for Activities
    TJ30T     All the status code and text
    CRMC_PR_ASSIGN     Transaction Type and its Transaction Type Object.
    IBIB     Installed Base/Ibase
    IBIN     Installed Base Components
    <b>Transaction Data Tables</b>
    CRMD_LINK     Transaction GUID set for all the Business Transactions
    CRMD_ORDER_INDEX     Contains Header as well as Item details for a Business Transaction.
    Note:
    1.     It doesn’t store the Business 
          Transaction No (Object ID).
          To get the Business Transaction No  
          link the table with
          CRMD_ORDERADM_H
    2.   This table can be used for search
          based on the Partner No
    CRMD_ORDERADM_I     Stores the Item information for a Business Transaction. The scenarios where we have a Contract Header and within contract we have Line Items for the contract, this table can be useful.
    E.g. Service Contracts
    CRMD_CUSTOMER_I     Additional Site Details at the Item Level of a Service Contract
    SCAPPTSEG     Table for individual Appointment Types for a transaction. 
    CRM_JEST     Individual Object Status for any business transaction.
    CRM_JCDS     Current Status for a business transaction along with set date, set time and status code.
    TABLES...Important one.
    =======================================================
    1. COMM_PRODUCT: Product header and administration data.
    2. CRMC_T077D: customer account groups
    3. CRMD_ORDERADM_I (Item data)
    CRMD_ORDERADM_H: Business Transactions header CRM
    4.CRMD_ACTIVITY_H: Activity
    5.CRMD_OPPORT_H :Opportunity
    6.BUTOO : Customer details
    7.BUT001:BP General data II
    8.BUT100: BP Roles
    9.BUT150: BP relationship: Attribute table (test different
    10.BUT_HIER_TREE Business Partner Group Hierarchy
    11.CDBC_T_PRODUCTID Mapping: Product Id
    12.CDBD_ORGMAN Business transaction - organizational unit - set
    13.COMC_PRODUCT General Product Settings
    14.COMC_R3_FIELDS Assignment of R/3 material master fields to CFOP
    15.COMM_CATEGORY Category
    16.COMM_CFGMAT Basic Data for Materials
    17.COMM_HIERARCHY Category Hierarchy
    18.COMP_TYPES Hierarchy Tool: Comparison Type Check Table
    19.CRMC_CPRICPROC Customer Pricing Procedures
    20.SMOKVBEZ15 Assignment employees to positions
    ==========================================================
    R/3 Tables re CRM:
    1. CRMRFCPAR: CRM Destination.
    2. CRMPRLS: Name of the Logical System for Download(GUID).
    3. CRMCONSUM: Consumer entry (must match consumer of object in R3AC*).
    4. KNA1: Business Partner Master Data.
    5. CRMPARNR: Partner Functions \ Contacts
    6. CRMKUNNR: Business Partner GUIDS
    7. KNVV: Sales Area Data
    8. KNVP: Sales Area Data
    9. KNVK: Contact Person
    10. TBE31 & 34: Events/Enhancement
    11.MARA: Products
    12. CRMFILTAB: Filters
    13. CRMBP_MAP_BUGRP: Mapping of Business Partner Grouping
    14. CRMCLASSIF: Account Groups in Replication into R/3
    15. CRMCONSUM Possible Users R/3 Adapter Functionality
    16.CRMFILFLD Permitted Table Fields for Filtering
    17.CRMFILTAB Filter Criteria for Download
    18.CRMINTBAP Assignment of Internal& External Table FLD
    19.CRMKTOKD Assign Classification and Grouping R/3 Account Groups
    20.CRMKUNNR Mapping Table Business Partner - Customer
    21.CRMMAPTAB: Relationship Between Table Names in CRMOBJTAB (Tables Belonging to One Object) and BAPIMTCS is Middleware Transaction Container Structure
    22.CRMPARNR Mapping Table Business Partner Relationship - Contact Person
    23.CRMPAROLTP CRM OLTP Parameter
    24.CRMQNAMES Queue Name Management for CRM-QRFC Supply
    25.CRMSUBTAB Subscription Table for Up and Download Objects
    26.COM_BUPA_CALL_FU Determining FMs for Data Exchange BP
    27.COM_BUPA_BCSET Central Settings Data Exchange Business Partner
    28.TCRMBP_REFCUST Default Reference Customer
    =========================================================
    CRM Tables:
    1.CRMMLSGUID: GUID entry (should match GUID in CRMPRLS) also its LOGSYS-change-LOG.
    2. CRMM_BUT_CUSTNO: Also GUID table (GUID here should match GUID in R/3 table CRMKUNNR)
    3.SMOFSUBTAB: Mapping & Parameters
    4.SMOFDSTAT: Download Monitor (R4AM1)
    5.SMOFFILTAB: Filters (Should match filters in R3AC1 & R/3 Table CRMFILTAB)
    6.SMOFOBJECT Definition of Objects for Download
    7.SMOFOBJPAR Parent Objects of an Object in Table
    8.SMOFPARSFA Middleware Parameter
    9.SMOFQFIND Queue Finder Table for MW-Queue finder
    10.SMOFTABLES Definition of Tables for Download.
    11. CRM_JEST: Individual Object Status
    12. CRMD_SHIPPING: Business Transaction - Shipping Set
    13. COMM_PRODUCT: Product
    14. CRMD_ORDERADM_H: Business Transaction
    15. COM_TA_R3_ID: R3 Identification
    16. SCAPPTSEG: Folder for Individual Appointments
    17. CRMD_PARTNER: Partners
    18. CRMD_CUSTOMER_H: Transaction - Customer Extension
    ===========================================================
    Hope it will help you.
    Let me know if you require list FM's also
    Thanks,
    Arjun
    Pl. do reward points

  • Entire List of CRM Middleware configuration Tables needed.

    Hi All, Can any one give me the entire list of all the CRM Middleware configuration Tables.
    Thanks in advance

    CRM Tables:
    SMOFPARSFA--Middleware Parameter
    SMW3FDBDOC -
    BDoc Type Specific Flow
    SMW3FDCUST--Customer-Specific Flow
    SMW3FDSTD--Flow: Standard Configuration
    R/3 Tables:
    CRMRFCPAR --n  Definitions for RFC Connecti
    CRMPAROLTP -- CRM OLTP Parameters
    CRMFILTAB -- Filter Conditions for Download

  • How to add one task in manager task list in CRM

    Hello,
    I have one scenario like when the user status is changed in service request then manager should get one email notification and that one task should be added in the manager task list.
    To send the email I have configure the Action profile and its working fine, but thing is that I not able to create the task so that manager can see this in his/her 'My Open Task' area. For this do I need to configure any workflow or some thing else.
    Any idea will be help full.
    Thanks
    Subhankar

    Solved by my self

  • List of CRM processes

    Hello
    I know the following CRM proceses : opportunity, activity and nothing more. Can somebody tell me what are other processes and their purpose?
    Thanks

    Hi,
    Please give me your Email ID, I will send you some docs on the same.
    Following are some key modules in CRM:
    E-commerce
    Field-Application
    Interaction Center
    Sales
    Service
    Marketing
    Analytics
    Channel Management
    For all the CRM Cookbooks refer the following link:
    http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/html/BBLibrary.htm
    CRM Starter:
    /message/1863167#1863167 [original link is broken]
    http://www.ixos.com/local/es/home/products/pro-integration/pro-integration-crm/pro-integration-crm-sap.htm
    http://wiki.ittoolbox.com/index.php/Topic:MySAP_ERP
    http://www.cadservices.nl/site/cadservices/28/27/Designer_mySAP_PLM_2005.pdf
    http://www.unevoc.unesco.org/southernafrica/8-km/SAPKW_SolutionBrief.pdf
    CRM material
    <b>Reward points if it helps.</b>

  • GUID stored in which Table ??? CRM Table List Please

    Hi all
       I want to know the Primary table inwhich the GUIDs are stored !!!
      Could anybody share the list of CRM Tables at [email protected] ??
    Many Thanks
    KK

    Hi,
    Can you me the list to [email protected]
    Thankx in advance.
    Regards,
    Arul Jothi. A

  • CRM 2011 Data as an External List

    Hi,
    Im having trouble creating an external data source in sharepoint designer 2010. I would like to consume the web services provided by CRM 2011 on Premise. 
    http://crm.domain.com/Organization/XRMServices/2011/Organization.svc
    I have tried many different types of URL but whenever i try to connect i get an error saying that the url did not return a valid description of an XML Web service.
    I've tried many different URLs, ive added ?wsdl  and ?wsdl=wsdl0 etc. but i always get the same error.
    If i put the URL in the browser I can see all the XML without any problems.
    Has anyone encountered this before?
    Right now im looking into creating a BDC Model from Visual Studio instead but i was really hoping to be able to do this in SPD.
    Any help appreciated.

    Hi, Sorry about not replying earlier. 
    Been busy. In the end this is how I got a list of CRM data into Sharepoint. 
    I actually took two different approaches. 
    One was to use sharepoint designer to access the Secure store key i created, and pull the data from the CRM database. Then i formated it in sharepoint designer. This is a supported approach. And if you use the filtered views provided in the CRM 2011 database
    you will be able to get the security features on the data that you setup in CRM (for the user that you have configured the secure store key for ). 
    That is the easy way. The hard way is to create a new BDC Project for sharepoint. Then you can create a model, in XML that represents the various opperations you will do on the data. This will include, unique find, list, update, delete, etc.
    Then you have to go and create those methods in the service class that comes with the model. (this is where you will write code to get the data from CRM)
    My suggestion is to get that working first and load in some static data in the code. I had lots of headaches in this part especially with the model. 
    Say thats working and you were able to create a list that gets data from the new content type then the next thing is to go back into the code and add a web reference to the WSDL file from the CRM 2011 developer resources section on your installation. This
    didnt work out of the box for me i had to read a lot of blogs to iron out little bits in the autogenerated code that didnt quite work for me. Also any .net 4 stuff is ruled out as well. But i managed to get the service object created with some CRM credentials,
    (probably best to use the secure key again here to avoid having creds in the source, and to decouple any administrative tasks) 
    Next you can build queries and pull the data straight out of the CRM webservice. I would suggest starting with the list function ( its probably called something else ) and write the code to pull out all the items you want in the list, etc. Then move on to
    the other crud functions. 
    If you are looking for performance for reporting, etc. then use the filtered views, its faster and has less overhead than the webservice. 
    REST is also an option but i think you can only pull 50 items at a time, so you will have to write the code around that. A bit masochistic though.
    Its much easier to get the webservices working with silverlight as you can use the sdk libs i think. but i remember there being a problem with authentication and having to re-enter user/pass and stuff like that.
    Ill try and answer any specifics if i can. .
    cheers 

Maybe you are looking for

  • Proxy messages are stucked in SMQ2 as scheduled status

    Hi, I am doing File(FCC) >PI 7.0>ABAP proxy. (ECC) Scenario. Once i pick and process the file, the resultant message is updating the table in ECC through ABAP proxy. These messages are getting stucked in queues (SMQ2)  in ECC. My message is not havin

  • Airport Express and Samsung 7000 TV connectivity, won't engage

    Got an airport express to extend range to tv room. Set up via wireless computer working, green lite on Samsung TV recognizes primary network, but not guest network Will not accept password from primary network? Experimented Changed wpa2 around didn't

  • Domain Name issues

    Hello, So, I have a site I want to create on muse and I am trying to publish it. I already have a domain name under my name which I want to link the Adobe muse site with. but when i say publish it asks me to type in the name for the site with a (.bus

  • Chaum blind signature

    Hello, I'm trying to implement the chaum blind signature using java.security.Signature Signature sig = Signature.getInstance("MD5WithRSA"); sig.initSign(Main.prvk); sig.update(mesageCB.getTokenBlinded().toByteArray()); byte[] tokenSig = sig.sign(); b

  • How to Delete SMTP Server on iPhone/Can't Add Additional Servers

    How do you delete the primary SMTP server. I'm on 2.2.1 My outgoing mail is not working and I figured since I'm a Mobile Me user I'll change the SMTP setting on the iPhone. I can't add a new smtp server. I go into account info for my Mobile Me and se