Modelling Process in NW CE 7.1 SR5

Hi Experts,
I am new to NetWeaver. I have installed SAP NW Composition Environment 7.1 SR5. I am working on a PoC as follows
The solution aims at integrating 2 legacy applications. The solutions components are as follows
1. JCA (J2EE Connector Architecture) connectors for the applications
2. Thin wrapper of WebServices on these JCA connectors
3. A Business Process that invokes the WS operations. The WS operation in turn invokes corresponding operation on the JCA connector.
I have tested this solution in a J2EE compliant Application Server JBoss. Now I have to migrate this solution to SAP NetWeaver platform.
Please help me on how to define the business process in SAP NW CE 7.1 environment. Does PI need to installed separately or it comes bundled into the NW CE platform? How to access it?
Since I am new, I may be asking wrong questions. Please provide me correct information.
Thanks.
JK

Hello,
Please refer,
NW installation and maintenance guides.. (S id needed)
https://websmp107.sap-ag.de/instguidesnwce711
Configuring NW
https://cw.sdn.sap.com/cw/docs/DOC-105293
Regarding NW PI refer:
SAP Enhancement Package 1 for<br>SAP NetWeaver Process Integration 7.1
br,
Pushkar

Similar Messages

  • Dif between Industry Reference Model & Process Integration Pack (PIP)

    What is the difference between Industry Reference Model & Process Integration Pack (PIP)?
    As I understand PIP is the prebuild integration solution for a busines process like "Order to Cash". Then what Industry Reference Model is?
    From some of the AIA architectural diagram, I found Industry Reference Model is one more layer on top of AIA PIP reffering same business processes like "Order to Cash", "Procure to Pay" etc.
    Like other key AIA components, does Oracle provide any artifacts/library for Industry Reference Model to customer?

    Industry reference model is an optimized business process view of a business and technical analyst(s). The optimization could be focussed to meet the requirements of a particular domain (industry specific or vertical solution) or the solution could be horizontal (across the domains). This model would be generic and independent of the participating applications of an integration solution.
    PIP is the pre-build integration solution for a business process between two or more systems that implements the industry reference model (could be vertical or horizontal).
    For example:
    (1) "Order-To-Cash" PIP is a horizontal solution (independent of the industry/domain) bridging the Siebel CRM & E-Business Suite applications. If we have to develop another PIP for the same business process between two other participating applications, we would use the same Industry reference model because Industry reference model is independent of the participating applications and domains/vertical.
    (2) Similarly "Order-To-Bill" PIP is a vertical solution (for Telecom domain) bridging the Siebel CRM, Oracle BRM & E-Business Suite OM. If we have to develop another PIP for the same business process for another vertical, then we should have another optimized industry reference model targeted for that vertical.
    --> We are delivering the industry reference models along with foundation pack : FP 2.2.1 onwards (look at the chapter-10 of the installation guide. This would explain the location of BPMs and procedure to view those diagrams).
    Edited by: user770261 on Oct 21, 2008 11:58 PM

  • Is Oracle BPM for only modeling process?

    Hi
    Is Oracle BPM only for Business process modeling? I know there is a PAPI java library to implement User Interface.
    But i geuss it takes a lot of Time. We are planning to use Oracle BPM process and Stuts for front end.
    Thanks

    Hi,
    Oracle BPM is similar to a pure-play process modeling tool in that it supports process modeling, documentation and simulation.
    Here's where Oracle BPM and process modeling tools differ. Oracle BPM was built and architected from the beginning as a full lifecycle Business Process Management (BPM) tool. This means that it is a complete solution with modeling, logic / business rules, end user interface, runtime and BAM capabilities built into it from the beginning 10 years ago.
    Go here http://download.oracle.com/docs/cd/E13154_01/bpm/docs65/index.html and click on "Oracle BPM data-sheet" for a marketing take on it's capabilities. If you'd like a 3 hour hands-on tour through it, click on the "Oracle BPM Tutorial for new users" link. If you do the tutorial, be sure to ping this forum if you get confused - we'll be glad to help.
    Undoubtedly, there's more than you wanted to know in this thread. At a minimum, take a look at the "End User Interface" paragraph below for my take on your Struts question. The nice thing about the forum is that others are sure to disagree with my recommendation and you'll get the benefit from their experience as well.
    Modeling
    Oracle BPM was built with one process modeling diagram. It is simple, BPMN based and quick to learn. It supports the roles and the activities I need to build robust processes. I use the same diagram to explain the process to executives, managers, IT, SME and business analysts. As a business analyst, the tool is not complicated and can be learned in just a couple hours. As a developer, I use the same modeling diagram, but the tool profile I use is a robust IDE that lets me create the implementation details (objects, logic, integration to services and local testing). If I make a change as a developer, the business analyst can see the change if they look at the same process artifact (typically shared through a source control repository).
    Logic and Integration
    Process modeling tools are not BPM tools so they are not intended to support the process logic or integration to your existing IT assets needed to execute a business process.
    Oracle BPM can use a service bus as the intermediary layer to expose existing IT assets. Alternatively, Oracle BPM can expose and consume components directly if you do not have a service bus. These IT assets are stored in Oracle BPM's catalog for reuse by developers creating the logic needed inside Oracle BPM automated processes.
    As a developer using Oracle BPM, I use templates and drag and drop to create much of my logic. Once I catalog an object it can be reused across multiple projects either by using the Project Dependency option or by importing the artifacts. I test my logic either by using the method editor debugger or at the process level. As I create objects used in my logic using Oracle BPM, I inherit attributes provided by introspected components. This means that if you have an ERP system object with 138 attributes, you do not have to rebuild this object from scratch in Oracle BPM.
    As a developer using Oracle BPM, I use templates and drag and drop to create much of my logic. Once I catalog an object it can be reused across multiple projects either by using the Project Dependency option or by importing the artifacts. I test my logic either by using the method editor debugger or at the process level.
    As I create objects used in my logic using Oracle BPM, I can easily inherit attributes provided by the components exposed to Oracle BPM's catalog. This means that if you have an ERP system with 138 attributes, you do not have to rebuild this object from scratch in Oracle BPM.
    End User Interface
    Before deciding to create your own Struts based UI, examine the capabilities of the OOTB Oracle BPM Workspace. Others on this forum will disagree with this, but rebuilding the functionality of the Oracle BPM Workspace will take quite a bit of time and will require an in-depth knowledge of PAPI (Oracle BPM's API into the runtime Engine) knowledge.
    End user interface screens and complex end user interaction with a variety of screens can be built inside the Oracle BPM toolset's WYSIWYG editor. The forms use the attributes of the objects described in the previous paragraph. There's a common misconception that you cannot have both client side and server side components invoked from the UI. This is simply not the case. You can use both client side and server side components to do cross field validation or provide lists for valid values.
    If you'd been are a JSP shop you'd have had the flexibility to instead create your forms using the Oracle BPM tag library instead of the forms editor provided.
    Since you're a Struts shop, your presentations will be exposed as "External" using Interactive activity Screenflows.
    The forms you build are automatically presented in the OOTB Workspace.
    Runtime
    End users interact with the processes at runtime using an OOTB Workspace. End users are given various roles. When they log into the Workspace, the end users only see the work item instances that are in the roles that they have been assigned. There is an Engine that stores the work item instance information as it flows through the processes at runtime. The Engine is like a traffic cop, ensuring that the right work item instance goes to the right person in the right activity at the right time.
    Hope this helps,
    Dan

  • Train model process - How to reset its max path

    Hi everyone,
    Could someone please point me into any document or give me any advice on how I can clear the max path of the process train. The process train that I created is called every time by the registration user who enters many applications. Each application creates a process train with the 8 pages they need to go through. The first time it works perfectly, but the second time, because they finished the first process, the component still thinks that they already went through all the pages and allows them to click the last page. I noticed the class is based on a session bean so I suppose somewhere I need to call clearMaxPath() from class ProcessMenuModel. I have been trying to create a method in the main class but it seems I cannot access this method. Any ideas would be appreciated. The class where I was trying to add this method is below:
    package esolve.userinterface.menu;
    import java.beans.IntrospectionException;
    import java.io.Serializable;
    import oracle.adf.view.faces.model.MenuModel;
    import oracle.adf.view.faces.model.ProcessMenuModel;
    public class ProcessTrainModelAdapter implements Serializable {
    private String _propertyName = null;
    private Object _instance = null;
    private transient MenuModel _model = null;
    private Object _maxPathKey = null;
    public MenuModel getModel() throws IntrospectionException {
    if (_model == null)
    _model = new ProcessMenuModel(getInstance(),
    getViewIdProperty(),
    getMaxPathKey());
    return _model;
    public String getViewIdProperty() {
    return _propertyName;
    * Sets the property to use to get at view id
    * @param propertyName
    public void setViewIdProperty(String propertyName) {
    _propertyName = propertyName;
    _model = null;
    public Object getInstance() {
    return _instance;
    * Sets the treeModel
    * @param instance must be something that can be converted into a TreeModel
    public void setInstance(Object instance) {
    _instance = instance;
    _model = null;
    public Object getMaxPathKey()
    return _maxPathKey;
    public void setMaxPathKey(Object maxPathKey)
    _maxPathKey = maxPathKey;
    And from the faces config this is the session bean
    <!--Step 4. create the train menu model -->
    <managed-bean>
    <managed-bean-name>createTrainMenuModel</managed-bean-name>
    <managed-bean-class>esolve.userinterface.menu.ProcessTrainModelAdapter</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    <managed-property>
    <property-name>maxPathKey</property-name>
    <value>8</value>
    </managed-property>
    <managed-property>
    <property-name>viewIdProperty</property-name>
    <value>viewId</value>
    </managed-property>
    <managed-property>
    <property-name>instance</property-name>
    <value>#{createTrainNodes}</value>
    </managed-property>
    </managed-bean>

    Hi Dennis,
    Please see example code. In here it works well because of the change of data source. If you use a .json file rather than json object as data source ( I don't know how to do it in JSBin), bugs appear as I mentioned above.
    Here's a simple test case using .json file as data source, hope it helps to make me understood:
    Step1. select "item 0" , and check "mcb0_0" & "mcb0_1".
    Step2. select "item 1". See what happens.
    Result:
    1."mcb1_0" & "mcb1_1" are automatically selected.------- WRONG.
    2. The value of MultiComboBox is mcb0_0mcb0_1.--------WRONG.

  • Tabular model process-took 4 HOURS instead of normal 10 minutes

    There must be some sort of log I can view or review to get a better look inside the process?
    When I refreshed my development project (which is using the same server for workspace) it takes less than 10 or 15 minutes.
    Then I deployed it to my server and after 35 minutes I closed out of SSDT BI as it appeared to have frozen.
    I then deployed again with no processing.
    After that I processed manually through SSMS by using Process (but scripted out) for a process full.
    After 12 or so minutes most everything appeared to have processed and the last feedback was on:
    CREATE MEASURE 'PROFIT_WORKSHEET'[Less Cost Over Profit -Indirect Costs]=CALCULAT ..."
    I could see that the SSAS server was still working via CPU activity, but no futher messages were reported to SSMS.  Then after 3 hours and 45 minutes later it claimed to have completed and displayed: 
    "Execution Complete" (it had lots of white space above it, around 20 or so blank empty lines which was odd)
    The tabular model seems to be functional, and it is less than 350 MB in size (almost the exact same size of my development workspace model) so I am at a loss as to why the delay like this?
    Any suggestions, thoughts?
    It returned 40 million rows, but I have other models that return more and process in 3 or 4 minutes so it is very odd (and it isn't 400 million, just 40 million)
    Thanks!
    appeared

    Hi OneWithQuestions,
    According to your description, you create a SQL Server Tabular Model project which takes 10 minutes to process in SQL Server Data Tools, the problem is that it takes 4 hours to process this database in SQL Server Management Studio. So you need the detail
    log that inside the process, right?
    In your scenario, you can enable SQL Server profiler to monitor the queries fired by the process, once you find some queries took a very long time to run, consider creating the smaller cube partition or optimizing the query by adding index or partition to
    improve process time.
    http://www.mssqlgirl.com/process-full-on-tabular-model-database-via-ssms.html
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Performance issues in modeling process chains

    Hi friends ,
      what are the steps to be taken care in modeling a process chains.. Iam talking with respect to loading performance ... The design of process chian should not hinder the loading process--  plz help. my id is [email protected]
      Regards,
    Pavan

    Hi,
    BW architecture, sizing, and data modelling
    System load analysis
    Indices and database statistics
    Business Intelligence Performance Tuning [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/afbad390-0201-0010-daa4-9ef0168d41b6
    1) if u load data into data target, u can do directly into Data target without loading PSA.
    2) If u use Cube , if u do partion, u can improve loading performance
    Hareesh

  • Best way to know correct forecast model - process chain set up with multiple forecast models

    Hi Experts,
    I need your help in selecting best forecast model for our company. We have some of the models already used for our company, and because of multiple models used it is taking very long time for process chain to finish. There is no existing documentation available on which model was used why initially. Please help me to make out forecasting process smooth.
    - What is the best way to know, which forecast model is correct and should be used for our forecasting process.
    - In case multiple forecasting models are really required to be used, please suggest ways to optimally schedule them in process chain.
    - At times we get messages like "not enough data available" for specific model - any way to avoid this.
    - How to optimally use parallel processing profiles forecasting process in process chain.
    - Things which should be avoided.
    Request your help, please share your experiences.
    Regards
    NB

    Hi Neelesh,
    There are many points you need to consider to redesign forecast process for your company/client.
    You need to select the best suited forecast model first depending on the business. This has to be well tested & agreed by business users. Complexity will be an outcome of this exercise with business users. Best id to give then a brief intro on all available models & then help them selection the best one as per their requirement.
    Auto selection models are generally more time taking & should be used only when you have no idea at all on the business/demand pattern.
    Run time will depend how you are clubbing the CVCs to get the forecast generated & also parallel processing. For parallel processing profile you will need to do trial & error testing along with help from Basis team on how many free dial up processes are available.
    Even you can run many forecast calculations in parallel if the product/cvcs are totally different. - As per my personal experience maximum run time reduction can be achieved here.
    Daily run is not advisable except only for businesses where you have too much dynamism in demand planning i.e. you expect the demands to be changed overnight. Most of the companies run forecast on monthly basis or at weekly basis at the max.
    "Not Enough data" will be a problem if you are having the irrelevant models used in forecast profiles. This means users are not bothered to maintain the needed data for he forecast calculations or they are not aware at all of the situation. Running such models on daily basis is not advised at all. Better users should use interactive forecasting & saving the results in such cases.
    Just to give a crude example we get forecast calculated on monthly basis for approximately 4 lac cvcs in less than 3 hrs using moving avg, seasonal linear regression, seasonal trend, croston models. We use parallel profiles also everywhere with 10 blocks & 500 cvc/block.
    Hope this helps. Let me know if you have nay more questions & also the results using any of this.
    Regards,
    Rahul

  • Error in Graphic Modeler Process

    Dear Gurus !!!!
    I am new to SAP CRM as a functional consultant. During Segmentation as i click on Graphic Modeler i found blank screen . Please refer enclosed screen short and guide me through your expertise that how this problem can be solve.
    thanks

    Hi,
    you are running the old graphical modeller. The old modeller is java applet based.
    I would suggest to use the new flex based modeller - please refer to the following KBA:
    2140749 - Errors in Java Applet Based Graphical Modeler in Segmentation
    In case you require to use the applet based modeller please refer to the following KBA:
    2124679 - Application Blocked By Java Security (Java Applet)
    Hope this helps.
    regards,
    Johannes

  • Using ARIS process models as the foundation for Business Process Monitoring

    Hello,
    Do anyone know if you can use IDS Scheer ARIS process models and the integration between IDS Scheer ARIS and SAP Solution Manager as the starting point for end-to-end Business Process Monitoring (BPM) so that you get the process description/model automatically in Solution Manager BPM and just need to configure the monitoring (more or less that you monitor against the modelled process in ARIS)?
    Is there an API for SAP Solution Manager BPM so that non-SAP solutions/systems can be part of the end-to-end process monitoring?
    If not, how do you usually integrate non-SAP solutions that are part of an end-to-end process that you want to monitor into SAP Solution Manager BPM, or do you not use Solution Manager BPM for this?
    What is the roadmap for SAP around SAP Solution Manager BPM when it comes to non-SAP systems/applications/solutions and the new SAP NetWeaver BPM functionality?
    Regards,
    Markus Johansson

    Hello Markus,
    I just paste my answer form the other forum entry Re: Business process management strategy in SAP?
    in a nutshell BPM Netweaver is focussing on so called edge-processes (usually
    SOA-based and often workflow related). These edge-processes a thought to enhance exisitng core business processes and should provide the fast competitive edge versus competitors. Examples would be also xApps. For this Netweaver provides process modelling tools, where you can get exectuable code through the integration between CE and PI. The monitoring part for these processes is mainly targeting business end-users and business manager.
    Business Process Monitoring with Solution Manager focusses on core business processes which are realized with the "conventional", "old" SAP Architecture, e.g. Order-to-Cash or Procure-to-Pay. You get a combination of technical monitors (average response times of transactions, background job runtimes, monitors for IDOC or qRFC processing) and application related monitors (you get more than 200 pre-configured application monitors out-of-the-box like number of overdue customer orders or outbound deliveries or number of deliveries with goods issue posted but no invoice). The target group here is the support organization of the customer, from Basis-Support over application support on IT side to process owner on business department side.
    Overview presentations can be found under
    https://service.sap.com/bpm --> Media Library --> Customer Information -->
    "Business Process Monitoring - Part 1 & 2".
    Or look under https://www.sdn.sap.com/irj/sdn/nw-processmonitoring
    In the end BPM Netweaver and BPMon SolMan are complementary for different purposes and different target groups.
    Best Regards
    Volker

  • Creating BPMN compliant process models

    Hi,
    I'm facing a usability issue with the tool - eval version of BP Architect downloaded from OTN.
    Am I missing something or does this version not provide the option to model processes in BPMN notations. I see all types of process modeling methodology options as part of the ARIS house - EPC, UML activity, Office Processes, but no option for BPMN notation types.
    Scanned the documents that came with the product download with no specific information on how to generate a BPMN model from an EPC.
    Thanks in advance,
    Sharmin

    Sharmin,
    First make sure that you are using the "Entire Method" filter. Once you do that in the ARIS house, you would also find a method called Business Process Diagram (BPMN). That provides the BPMN notation.
    At this point, you can not generate a BPMN model from an EPC model. Just curious why would you want to do that. You could choose either EPC or BPMN upfront and then stick to that notation.
    Regards
    Devesh
    Oracle BPM Product Management

  • ORA-06510 Message error in Process Modeller Designer

    HI�
    I'M DAVE
    I HAVE SOME PROBLEMS USING DESIGNER 6i.
    I log on to Windows Designer tools then I open Process Modeller Tool and I try to modify the previuous model process but, when I add a new process in the previous PM1 SATISFY CUSTOMER ORDER diagram, the GUI for Process Modeller is crashed, and displays the next message: ORA-06510.
    I really don't know the reason. The error message manuals tells me I should answer to the DBA.
    ANY BODY CAN HELP ME?
    THANK YOU�
    DAVE
    [email protected]

    I have found this problem myself,
    the only workaround I found is to not run more that 5 mappings in parallel.
    I speculate that this is caused by the amount off cursors that are opened to run everything in parallel,
    If so, you might try to increase the parallel settings of your database.
    cheers
    Robbert

  • Some Executions Are Not Terminated by Using Terminate All in Parallel Process Model

    Hi,
    This issue confued me recently, I'd like to use a parallel model process, and to terminate all execution at once.
    If there's some action steps in the sequence, it seemed all execution will be terminated.
    However, I put a wait function instead of action steps, there are some executions not terminated while I pressed the Terminate All button in the toolbar.
    Hope someone can give me some help. Thanks a lot.
    ps. the number of testsockets is set to 9 in my teststand.
    Solved!
    Go to Solution.
    Attachments:
    Terminate_Test.seq ‏7 KB

    Hi, Ting,
    Thanks for your help.
    I'd like to add some additional remarks,
    What I'd like to know is what cause the termination unstable in such a situation.
    The timing seemed to play an important role, but it is not my orignal concern.
    I used the testsocket of the last one to send the TerminateAll() command, but the choise is an accident...
    Originally I take the first testsocket to send TerminateAll() command, it works "well".
    I've notice the terminating action is always done in the reverse order of the testsocket(i,e, from the last testsocket to the first one),
    it seemed to make each testsocket go to cleanup and then not allow the testsocket continue.
    If we trace the executions more detailedly, it can be found the executions not terminated are actually received the command of the TerminateAll().
    They went to cleanup, and waited for the following "not continue" procedure, but somehow it missed so that they survived to repeat the execution.
    This consquence is a little like the termination is terminated...(not tongue twister...XD)
    If my postulation is true, it is safe to put the TerminateAll() command to the first testsocket so that the latter executions will be terminated before the first one terminated.
    If I put it to the latter testsocket or the last one, the termination will be terminated and some executions will revive.
    If I skip the wait function in the cleanup, the situation is not optimistic as my thought, the last testsocket will revive itself and back to the terminate command to send it again so that it makes me feel that it is better if I skipped the wait function.
    The above is my unconfirmed idea, maybe it totally wrong, if someone can correct my understanding I would be greatly appreciated.
    BTW, it is really special case, so we can take it easy, hope this will not add your loading and we can discuss freely as an amateur

  • Do SAP have a process modeling tool included on one of their solutions ?

    Hello,
    I'm new in this blog.  I would like to post the question
    Do SAP have a process modeling tool included on one of their solutions ?
    I appreciate if somebody answers. 
    JCT

    Hi Theo,
    I was leaving under the same perception, but I found out that ARIS supports BPMN. Not the full 1.0 standard but you still have start, end and intermediate events (include message, timer, error, cancel, rule, link, etc'), Tasks (without visual support for sub-process, loop and multiple), flows (normal, conditional and default), pool, lane and artifacts. in a matter of fact, I'm working on an blog post about modeling business process with ARIS using BPMN those days.
    In my <b>OWN</b> opinion I think that EPC is out of date and we shouldn't use it. this modeling notation is mostly known in the SAP world and comparing to BPMN is also poor in notations. BPMN is more reach and let you express processes in more clearer way (Until last version you can't even express exception in a process). although BPMN is young standard it has better "father" and it's always better to work with standards rather then niche modeling notations.
    Before enter the SAP world I used to use mainly BPMN and BPEL (UML, IDEF0 and value chain maps were also used from time to time), But i didn't work with EPC at all. I think that we can model processes using BPMN and I'm happy that ARIS let us do it (btw, who said that we have to use ARIS. but that's another story).
    well .... just my thoughts

  • Process Component Architecture Modeling

    Hi,
    Is there any way to link process components of PCA Modeling in PI 710 to Software Component or to Software product? If not the case means what is the use of these models. Appreciate for your response.
    Thanks,
    Rao.Mallikarjuna

    You can model Process Component models till Message types details.
    Regards,
    Prateek

  • Process Modeling in ESR vs. ccBPM( Integration Scenario & Process )?

    Hi...
    I'm very confusing this two type of solution in ESR.
    When should we use the modeling like Integration Scenario Model, Process Component Model and Process Component Interaction Model?
    and
    When should we use ccBPM like Integration Scenarios & Integration Processes?
    What's the differences between Modeling & ccBPM in ESR?
    Thank you.

    One needs to go for ccBPM when you have a business logic to implement in PI or you have to communicate with multiple systems sequentially or simultaneously from with in XI.
    (In my words..)Integration scenario is nothing but a graphical depiction of the entire integration scenario. It is not a compulsion but good to have. By looking at it one can understand which systems are participating and what are the sequence of actions being executed among them and the type of communication they are using. Also I am not sure but, a properly designed Integration Scenario can imported in to Directory to create the ID configuration objects in  wizard like mode.
    VJ

Maybe you are looking for

  • Error in MIGO for a subcontracting PO

    Hello all, A user is getting an error while doing Goods Receipt (MIGO) for a subcontracting PO (Acct. Asnmt. Cat. "K", Item Cat. "L"). Error says "Fld. select. for mvmt. type 543 / acct.54210234 differs for Network (019)" In Mvmt. type 543, the "Netw

  • Problem security photos and videos

    He observado que aunque coloques en el iphone un bloque por código , si conectas el iphone al pc se puede acceder a las fotos y videos. Creo que es un gran problema por temas de seguridad si me roban el móvil y acceden al contenido de fotos y videos.

  • Dreamweave MX 2004...need help

    Anyone in the Chicago area interested in assisting me in learning Dreamweaver from scratch please e-mail me. Let me know your fee and perhaps we both can benefit. Thanks much, Ted [email protected]

  • Incorrect current number displayed in OONR

    Hi, For object $$$$  I have maintained the following entries:- EX     00000001     49999999   flagged IN     50000000     99999999 When i try to create an object the system generates a correct internal id. However, the current number in the maintain

  • Reg: Retreiving Custom UME attributes

    How to retrieve custom UME attributes in webdynpro. Should i add any imports or jar files for that.