Steps to create 64 bit Addon for SAP 9.0 compatible

Hi All,
I am trying to create the 64 bit addon for sap 9 compatible.
But getting errors.
Please give me steps.

Hi Pravin,
What is the error ?
What steps have you tried ?
Regards
Edy

Similar Messages

  • STEPS TO create OSS message for sap

    hi
    we i need to k now how to create a oss message for sap
    pls suggest? the steps
    regards
    Arora

    Hi,
    1. go to service.sap.com
    2. Click SAP Support Portal
    3. you can see Help & Support tab (after HOME)
    4. click that
    5. In that tab you can see Report a Product Error
    If you have suitable rights you can post your OSS message from here.
    Regards,
    Omkar.

  • Steps to create f4 help for a table

    steps to create f4 help for a table

    These are the steps you have to take first:
    1. Please elaborate, your question does not all too clear.
    2. Search on SCN.
    3. Search on help.sap.com (for creating F4 search help).
    I guess you get the picture. Creating an F4 help is quite easy (you can find that on SCN for sure), but what do you mean by
    for a table
    1.Do you want to create a field which has an F4 help for searching tables or
    2. is this field part of a table and you need to have a search help for that field of that table in order to select some sort of value
    3. Is this a custom table.
    4. Is this a custom field for which F4 help should be added.
    5. Won't a domain value do.
    6. etc.

  • Steps to create Connection pool for Oracle apps Adapter.

    Hi All,
    Could please tel me the steps to create connection pool for Oracle Apps Adapter.
    Thanks,
    Parker

    Steps are given in section "Configuring Connection Information" in Apps Adapter User guide at below link -
    http://download.oracle.com/docs/cd/E17904_01/integration.1111/e10537/T430238T430340.htm#T464886
    Regards,
    Anuj

  • Need steps to create ant scripts for publishing and deploying projects.

    Need steps to create ant scripts for publishing and deploying projects.
    Have got ant, Oracle BPM Enterprise WL edition installed , Need to know what are the other configurations to be done.
    Any working example would help me to understand, please do mail me at [email protected]
    Thanks in advance.
    -Sree

    Sreekant,
    Please find the build file to publish and deploy.
    <project name="deployProject"
    xmlns:fuego="antlib:fuego.tools.ant.enterprise"
    xmlns:fuego.j2ee="antlib:fuego.tools.ant.j2ee" default = "publish">
              <property file="./Properties/fuego_deploy.properties"/>
              <fuego:passport id="fuego.passport"
    directoryid="${fuego.directoryid}"
    preset="engine" />
    <target name="publish" description="Publish and deploy processes" depends = "takeInputs">
    <!-- Open a session to the Oracle BPM directory -->
    <fuego:session
    passportref="fuego.passport"
    verbose="true"
                   properties="${fuego.basedir}/conf/directory.xml"
    haltonerror="true" >
    <!-- Publish processes -->
    <fuego:publish fpr="${fuego.project.name}"
    deploy="true"
    engine="${fuego.engineName}"
                        importdata = "${fuego.importdata}"
                        automaproles="${fuego.automaproles}"
                        automapbuspars = "${fuego.automapbuspars}"
                        automapvars="${fuego.automapvars}"
                        automapconfigs = "${fuego.automapconfigs}">
    </fuego:publish>
    </fuego:session>
    </target>
    <target name= "takeInputs" >
    <input
    message="Please enter admin-username:"
    addproperty="fuego.participant"
    />
    <input
    message="Please enter admin-password:"
    addproperty="fuego.password"
    >
    </input>
    </target>
    </project>
    and find the properties I have used..
    fuego.basedir=C:\OraBPMEnterpriseHome
    fuego.directoryid=default
    fuego.engineName = bpmengine
    fuego.project.name = E:/antExamples/Project/CommonUtilities
    # If the below property is true then ant script imports data from the project, as defined in Studio.
    # This includes importing:
    #      •Holiday and Calendar rules
    #      •Organizational Units
    #      •Roles
    #      •Resource configurations
    #      •External Variables
    fuego.importdata = true
    #If the below property is true ant script automatically map abstract roles to real ones with the same name.
    fuego.automaproles=true
    #If the below property is true ant script automatically map business parameter variable names (as defined in the project design) to an business parameter variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapbuspars = true
    #If the below property is true ant script automatically map external variable names (as defined in the project design) to an external variable id with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapvars=true
    #If the below property is true ant script automatically map External Resources configurations (as defined in the project design) to real Configurations with the same name (as defined in the Fuego Enterprise directory).
    fuego.automapconfigs = true

  • Steps to create LOGICAL DATABASE in sap

    hi guys,
    i have gone through many documents about LDB. But, i didnt get the steps to create a LDB.
    plz provide me with the steps to be followed to create a LDB.
    thnx,
    shivaa.

    Hi Shiva,
    This might help you!
    Logical database structures
    There are three defining entities in an SAP logical database. You must be clear on all three in order to create and use one.
    Table structure: Your logical database includes data from specified tables in SAP. There is a hierarchy among these tables defined by their foreign keys (all known to SAP), and you are going to define a customized relationship between select tables. This structure is unique and must be defined and saved.
    Data selection: You may not want or need every item in the referenced tables that contributes to your customized database. There is a selection screen that permits you to pick and choose.
    Database access programming: Once youu2019ve defined your logical database, SAP will generate the access subroutines needed to pull the data in the way you want it pulled.
    Creating your own logical database
    ABAP/4 (Advanced Business Application Programming language, version 4) is the language created by SAP for implementation and customization of its R/3 system. ABAP/4 comes loaded with many predefined logical databases that can construct and table just about any conventional business objects you might need in any canned SAP application. However, you can also create your own logical databases to construct any custom objects you care to define, as your application requires in ABAP/4. Hereu2019s a step-by-step guide:
    1. Call up transaction SLDB (or transaction SE36). The path you want is Tools | ABAP Workbench | Development | Programming Environment | Logical Databases. This screen is called Logical Database Builder.
    2. Enter an appropriate name in the logical database name field. You have three options on this screen: Create, Display, and Change. Choose Create.
    3. Youu2019ll be prompted for a short text description of your new logical database. Enter one. Youu2019ll then be prompted to specify a development class.
    4. Now comes the fun part! You must specify a root node, or a parent table, as the basis of your logical database structure. You can now place subsequent tables under the root table as needed to assemble the data object you want. You can access this tree from this point forward, to add additional tables, by selecting that root node and following the path Edit | Node | Create. Once youu2019ve saved the structure you define in this step, the system will generate the programming necessary to access your logical database. The best part is you donu2019t have to write a single line of code.
    Watch out!
    The use of very large tables will degrade the performance of a logical database, so be aware of that trade-off. Remember that some tables in SAP are very complex, so they will be problematic in any user-defined logical database.
    Declaring a logical database
    Hereu2019s another surprising feature of logical databases: You do not assign them in your ABAP/4 Code. Instead, the system requires that you specify logical databases as attributes. So when you are creating a report, have your logical database identifier (the name you gave it) on hand when you are defining its attributes on the Program Attributes screen. The Attributes section of the screen (the lower half) will include a Logical database field, where you can declare your logical database.
    Logical databases for increasing efficiency
    Why else would you want to create a logical database? Consider that the logical databases already available to you begin with a root node and proceed downward from there. If the data object you wish to construct consists of items that are all below the root node, you can use an existing logical database program to extract the data, then trim away what you donu2019t want using SELECT statementsu2014or you can increase the speed of the logical database program considerably by redefining the logical database for your object and starting with a table down in the chain. Either way, youu2019ll eliminate a great deal of overhead.
    Reward if useful.
    Thankyou,
    Regards.

  • STEPS TO CREATE A MEMBER FOR LOYALTY PROGRAM

    Hi ,
    I am currently trying to set all the necessary steps to create a simple scenario in order to understand the functionality of loyalty. Until now, I have created a loyalty program, a RewardRule Group and a RewardRule, However, i don´t know which steps should i follow to create and assign a member into a loyalty program. 
    1.     Obviously, I have to create the member first, but, if I need to use a private account that already exist, to be assigned as a member, should I enter a specific role in the assigment role block inside the private account ?.A consultant told me that we have to use the role u201CMemberu201D, but this role doesn´t exist in our sytem
    2.     Once the member has been created, should i assign it into a membership , using the member ID created in the previous step?.     
    3.Other steps?
    Thanks, and waiting for any help
    DPL

    Hello,
    As far as I am aware, a member is just a standard individual/corporate account and Membership represents the participation of an individual account (natural person) in a loyalty program. I don't think any additional role needs to be maintained for a member to be added to a membership. If you want to create a new member, it would be equivalent to creating a new account.
    So the step should be to just create a membership and during creation, from the F4 help, you can choose the account you want to assign to this membership and also the Loyalty Program can be chosen from the DDLB.
    There are different types of membership available such as Standard Membership , Shared Account Membership
    Group Membership for which you can go through the documentation in SMP or help.sap.com.
    Hope this helps.
    Regards,
    Nisha

  • How to create OSS note for SAP?

    Hi,
    How do I create OSS for SAP? Any step by step or notes related?
    appreciate your help!!!!!!
    Thanks,

    Hi Afi,
    If you are looking for creating an oss message with SAP  follow the path
    http://service.sap.com/notes --> Report a Product Error --> select your system --> Enter the search term ( related to your issue)  and componenet ( if its basis BC , change management BC-CTC , if its for solution manager use SV-SMG or the sub component )
    Now it will show the related oss notes and if that notes are not helpful you can create a message with SAP by clicking create message.
    Thanks
    Prince Jose

  • Packing AddOn for SAP

    Hi everybody,
    I'm new in SBO Development, and i have one question about packaging an add'on.
    I'm developing an addOn using Visual Basic 6 SP6 and now i need to register it whenever the SAP BO start.
    My question is about the procedure of packaging the addOn, is there any document explaining how to package the add'on by using MS Visual Studio or Install Shield or by writing code?
    I already used the standard package of VB6 but it generate error on the starting of BO

    Hi Mary,
    There is a sample proveded with B1 called "14.AddOnInstaller" that has a complete sample on how to package the addon to register it inside B1.
    If you have VS2003 or VS2005 then you can download the B1DE tools (you have a link from the main B1 page) and use the AddOnInstaller wizards to easily create a setup for you addon (one is doing the same thing as the sample I pointed you before and the other one is using a .NET Setup and Deploymnet project type).
    You can also create a setup using Installshield or other commercial tools. You have many posts in this forum talking about it, just use the search feature of this forum.
    Regards
    Trinidad.

  • Hospital management and Grant management addon for SAP B1 2005A / 2007 A

    Dear friends,
    I like to know if any company has made any addon on Hospital management and Grant management for SAP B1 2005 A or SAP B1 2007 A , in english.
    In case anybody know pl provide the info in company website,contact info and some details on add-on features.
    Regards,
    Pankaj Gandhi.

    Hi there,
    Try these guys - I found them on the SSP catalog
    Quintegra Solutions Limited
    they have a certified add-on entitled  "Hospital Management & Information System"
    or
    PT MITRAIS
    http://www.mitrais.com/medical/medicalHospital.asp
    regards,
    Stella (Partner Service Advisor)

  • XI for create web servicies for SAP R/3 4.6C

    Hi All,
    we are implementing PM (Plant Management) module of SAP R/3 4.6C and we have the necessity to create web services for some PM functionalities. Infact we need to integrate our SAP R/3 4.6C with other applications (non-SAP) through TIBCO (it's mandatory). So we think to use SAP XI. Moreover our users don't want to use SAP GUI for the accessing to the PM functionalities but they want an UI more friendly. So we think to use SAP EP.
    Which is your opinion about this architectural scenario? Is it possible to fulfil the requirement of our business users with a more simple architectural solution (for example with WEB DYNPRO)?
    Many thanks in advance for your collaboration.
    Regards,
    Bob

    Infact we need to integrate our SAP R/3 4.6C with other applications (non-SAP) through TIBCO (it's mandatory). So we think to use SAP XI.
    TIBCO is another middleware. So once you expose your R/3 functionalities as web service, you may directly use TIBCO to integrate and XI won't be required at all.
    Moreover our users don't want to use SAP GUI for the accessing to the PM functionalities but they want an UI more friendly.
    WebDynpro application would provide you an easy GUI and could act as Soap client as well to send data.
    Regards,
    Prateek

  • Looking for "Project Management" addon for SAP B1

    I am looking for an addon that will take care of companies who are into Project Execution.
    Kindly suggest some such addon & partner(preferably from India but not necessary) from where I can get this.
    Kush

    Hi Kush,
    Check the following thread
    Re: Does anybody can let me know about project managment addon?
    SAP & Project Management
    SAP & Project Management
    *Close the thread if issue solved.
    Regards
    Jambulingam.P

  • Step 20 - Create new connection for NORTHWIND user, Northwind - Migrated

    Hello,
    I am migrating the Northwind database from Access to Oracle, and I am following the directions, but when I get to step 20, create a new connection for the Northwind User, Northwind - Migrated, I cannot create the connection. After running the converted model script that was generated by the workbench -- I don't see the Northwind - Migrated database. So how can I create a connection to it?
    Also -- after I ran the script, I did not see any messages in the log showing I ran the script, but the status bar at the bottom of the tool said script finished..... I am confused.
    Thanks!
    Jeff

    Anyone have this same issue trying to migrate the Northwind database to access using migration workbench?
    Thanks so much,
    Jeff

  • Steps to create readonly credential for BPEL console

    Hi,
    I would like to create read only user for BPEL, ESB, EM Console. Please share me steps to create the same. And also let me know how to disable the radio buttons for read only user, for example "Abort, Cancel, Delete, Migrate, Resume" buttons that are available under Instance tab in BPEL Console web page.
    Let me know in case of anything else required from my side so that i can provide the same.
    Regards,
    Sachikanta

    Thanks a Lot Arik,
    Sorry I forgot to mention the version of BPEL we are currently using. We are using 10.1.3.5 version as of now and we are not using weblogic server. So my doubt here whether i can follow same document for 10.1.3.5 version...? I mean the below url what you have provided will work for 10.1.3.5 version, because i can see it's for v11G.
    http://docs.oracle.com/cd/E21764_01/oid.1111/e10029/oracle_and_oid.htm
    http://docs.oracle.com/cd/E21764_01/web.1111/e13710/realm_chap.htm
    Please advise.
    Regards,
    Sachikanta
    Edited by: 933131 on Jul 9, 2012 5:25 AM

  • Steps to create substitution rule for field BSEG-RECID

    MIRO generates FI document. FI document has BSEG-RECID field. I need to apply substitution for BSEG-RECID depending on the value of the RSEG-GEBER field in MIRO. The substitution must be activated only if account to be booked is PL account in FI and derived MM document based on ZNPP PO type.
    Field values are as follows:
    RSEG-GEBER     BSEG-RECID
    No value                          No value
    N                              N
    D                              D
    A                              A
    Could anyone please let me know the steps to create the above substitution rule for the FI document
    Thank You

    Hi,
    You can do it as below:
    Prerequisite : Select the document type for which you want check, here you have to select the BKPF-BLART = " " (Give the document type for the MIRO)
    Substitution: Use the User exit with the logic as you said.
    If you want you can use the user exit in both PREREQ & SUBSTITUTION. It will be applicable in your case
    VVR

Maybe you are looking for

  • How to delete photos from iPhoto and hard drive at the same time.

    I need to remove some files from my iMac G5 in order to free up some space. I have some photos on my machine that I would like to delete. Is there a setting I can change so that I completely remove a photo from my machine when I delete the iPhoto thu

  • My hotmail account is not working on my imac, but does work on pc

    For some reason my hotmail account is not working on my Imac but it is on my Ipad and another pc. Does anyone have an idea what may be wrong? Thanks Bob

  • CS3 (XP sp3)  My "develop settings" vanish or are grayed out!?

    I have CS3 installed at my studio and home. It's been fine, but after a couple months use, at my studio if I right click on a thumbnail to apply the "previous settings" from another image to a group or other single image, the "Develop options" when I

  • How to get the FTP clients to work?

    This is something that (to me at least) should be trivial but I just can't get it to work at all. How do you get an FTP client to work? I've tried several GUI clients as well as the terminal FTP command and they all seem to get stuck entering passive

  • Dynamic Internal table data

    Hi All, I was created program to generate Dynamic field catalog and internal table, here is confusion how to display below mentioned internal table data to final dynamic internal table based on document type headings This is Statsic internal table Da