Create interfaces, BPM, programmatically

Hello:
Just wondering, is there a way to create all the interfaces, message types, etc, in  a programatical way?, that is, so I create some scripts (on any language) I can automatize the creation of a full working interface between two points.
What about the BPM?
Thanks!

Hi,
Have you seen the blogs by Felix already
/people/felix.jeyareuben/blog/2007/03/20/xi--reverse-engineering-1-150-software-component
/people/felix.jeyareuben/blog/2007/03/22/xi-150-reverse-engineering-2-150-dependencies-in-swc-amp-adding-a-namespace
/people/felix.jeyareuben/blog/2007/05/09/xi-150-reverse-engineering-3-150-the-rest-of-integration-design-objects
Regards,
Jai Shankar

Similar Messages

  • Creating JAR files programmatically

    I am trying to create JAR files programmatically using the java.util.zip and java.util.jar APIs. I am starting with just a set of directories containing .class files. I can seem to make the JAR but if I try to use any of the classes in it they don't work. But, if I unzip the JAR using WinZip, the classes are usable. So I am somehow building the JAR file incorrectly. Does anyone have any ideas or suggestions? The code is pretty long so I won't post it yet but I can send it to you if you'd like to see it. Contact by email if you'd like to see the code. Thanks.

    What paths are you encoding? Here are a couple of rules:
    1 - All paths are '/' separated, and do not begin with a '/'.
    2 - All paths are relative (see 1) and contain the exact package name of the class, plus the class.
    E.G., the class java.lang.Object would look like this in your jar:
    java/lang/Object.classNothing more or less.

  • Create ADF elements programmatically using Java

    Hello,
    I use JDeveloper 11.1.1.2.0 and Java 6 (of course)
    <f:view>
    <af:document title="Some Text" id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:panelGroupLayout layout="vertical" id="pgl1" halign="center">
    <af:outputText value="Song" id="ot1"/>
    <af:media source="/midi/song.midi"
    standbyText="Song sample" player="quicktime" id="m2"
    contentType="audio/x-midi"/>
    </af:panelGroupLayout>
    </af:form>
    </af:document>
    </f:view>
    I would like to create this construct programmatically. The reason is that I would like to create not only one <af:media> tag but more. But for some reasons it's not a fixed portion of songs I could anticipate. Therefore I want to take the construct above as a template and add more <af:media> tags I need at the moment I realize how many songs I want to play.
    I would like to call this construct from a command button or link on another side to open a new window in which the user could choose among different songs to play.
    Do I have to use DOM or XPath to setup this or is ADF able to offer some support ?
    Best regards
    Martin
    Edited by: user463656 on 05.05.2010 01:41

    Should be something like:
    <f:view>
    <af:document title="Some Text" id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:panelGroupLayout layout="vertical" id="pgl1" halign="center"  binding="#{ManagedBean.panelGroup}">
    <af:outputText value="Song" id="ot1"/>
    </af:panelGroupLayout>
    </af:form>
    </af:document>
    </f:view>And somewhere in the MagaedBean methods:
    public class ManagedBean{
    RichMedia rm;
    while .. {
    rm = new RichMedia();
    rm.setstandbyText(....);
    rm.setSource(....);
    panelGroup.getChildren().add(rm);
    }And then refresh the panelgroup with partialTrigger ot partialTarget.
    Edited by: Valhery on 2010-5-5 2:04

  • How to create an IDoc programmatically at Inbound side?

    Hi,
    How to create an IDoc programmatically at Inbound side?
    Assume that you have a file(material master details) which is enough to create master data.
    Regards,
    Thiyagu

    Read the documentation of this FM first:
    FU IDOC_INBOUND_ASYNCHRONOUS                                                                               
    K. tekst
                                                                                    IDoc inbound processing via tRFC                                                                               
    Functionality
                                                                                    This function module starts inbound processing in the case of port type    
        "tRFC". The function module is a successor to INBOUND_IDOC_PROCESS,        
        which processes IDocs in the Release 4.0 record types. If you are          
        processing IDocs in Release 3.X record types, the function module          
        INBOUND_IDOC_PROCESS must still be called.                                                                               
    The function module checks the ID 'EDI_MES' in authorization object        
        B_ALE_RECV against the received message type.                                                                               
    The IDocs are saved by the function module IDOC_INBOUND_WRITE_TO_DB (a     
        COMMIT for all IDocs) and then transferred directly to the application     
        by the dispatcher module IDOC_START_INBOUND.                                                                               
    Parameter
                                                                                    IDOC_CONTROL_REC_40                                                        
        IDOC_DATA_REC_40                                                                               
    Exceptions
                                                                                    Functiegroep                                                                               
    Edited by: Micky Oestreich on Jun 11, 2009 12:52 PM

  • Creating interfaces in oracle apps 11i

    Hello everyone,
    I'm new to oracle apps and getting trained in supply chain management(PO,INV,OM). Could you pls post some doc's or sample code for creating interfaces between apps modules. For example PO to AP, OM to AR.
    thanks in advance,
    vr

    Hi
    You don't need to program any interfaces between Oracle modules e.g. PO to AP. This is all standard functionality within the Oracle e-business suite. For example, moving from a PO to an Invoice to a payment is standard cross module functionality in Oracle. This is all documented in the appropriate manuals : http://www.oracle.com/technology/documentation/applications.html
    You only need to worry about coding interfaces if you wish to import data from a non-Oracle system

  • Create interface or use idoc structure directly?

    Dear all,
    I am creating a scenario from a FILE (as IDOC structure) to RFC message.
    If I create a Interface Mapping, do I use the IDOC structure and RFC message as source and target Interface or do I first create interface definitions based on these structures and then use these?
    Regards.

    > I am creating a scenario from a FILE (as IDOC
    > structure) to RFC message.
    >
    > If I create a Interface Mapping, do I use the IDOC
    > structure and RFC message as source and target
    > Interface or do I first create interface definitions
    > based on these structures and then use these?
    You are talking about IDoc-XML? Then you should be able to use the IDoc Interfaces with your sender service directly.
    CHRIS

  • To create interface using Integration Repostiory and Integration Directory

    How To create interface using Integration Repostiory and Integration Directory for Java appln???

    Hi,
    Are u talking about Java based applications. If so, one of the way is to go with Java Proxies.
    Go thru these for more:https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/a068cf2f-0401-0010-2aa9-f5ae4b2096f9
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f272165e-0401-0010-b4a1-e7eb8903501d
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d06315a6-e66e-2910-039c-ba8bbbd23702
    Rgds,Moorthy

  • How to Create Interface specific Monitoring Node in RZ20

    Is it possible to create Interface/namepsace specific Monitoring node in CCMS RZ20. If yes, then how??? I need to have this node in ECC system.
    Thanks and Regards,
    Pallavi Singh

    Hi,
    It is possible to achieve this using the MTE class SXMB - this will allow thr highlight of errors within the local IE.
    Is this what you need ??
    Kind regards
    Colin.

  • Nugget: How to create interface to DLL easily

    Colleagues,
    Here is a very small tip, which is useful for me.
    I using my own DLLs in my code pretty often (because in some cases its more convinient to develop some parts of the code in C instead of LabVIEW). So, sometimes compilcated structures should be passed into DLL and back. I manipulating with sctructures directly in DLL (resize arrays, strings, etc), and every time need to develop interface, which can be complicated. Easiest way to get all necessary typedefs is following:
    - create interface cluster which should be passed into DLL (don't forget to add names)
    - place CIN on the block diagram
    - connect your data to CIN
    - right click and choose: "Create *.c file...":
    then you will get the file like this:
    now just copy these strings, paste into your DLL source, and you have all what you need:
    Maybe this tip will be useful for someone else...
    best regards,
    Andrey.

    Wow that is a useful tip.Thanx

  • How to create interface where you can view metadata of several databases

    How to create interface where we can view metadata of several databases:
    Oracle Apex should display metadata of this particular DB (later on we can include multiple DB’s)
              a. Report should first display DB name
              b. When clicked on DB name, should display 3 schemas
              c. When clicked on 1 schema, should display tables – when clicked on each table,
              should display various column names and its corresponding metadata.
              (similarly for other schema’s also)
              d. In short, it should be like a drill down report.
    Help required for craeting like above.
    Appreciate your help.

    I did something similar a while back. I had an application reading from multiple schema's for reporting purposes..IN that case atleast we just would build the selects using a function reurning SQL select, so that we could have an application item with the selected schema they wanted to use to build into the select returned...
    For forms, that would be an interesting idea, don't know how you can dynamically change the table owner name, since it is a drop down control in development..
    Thank you,
    Tony Miller
    Webster, TX
    I cried because I did not have an office with a door until I met a man who had no cubicle.
    -Dilbert
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Creating interface determination error

    Hi Experts,
    I upgrade the our PI system to
    XI TOOLS 7.10 SP006 11
    XI PCK 7.10 SP006 11
    After that, i cant create interface determination with wizard. When i finish the wizard, interface determination isnt created and there is a lock in the integration builder.
    I tried to make manual interface determination but i cant select the operation mapping..
    im waiting ur answers
    thanks

    Hi,Arvind:
      Did you upgrade to SPS06 with the whole SP stack or just upgrade several components of PI?
      If you just upgrade several components of PI,it is not recommended by SAP.
      If you upgrade the whole components with SPS06,try to upgrade to SPS07 and take a look at NOTES:1259837&1263112, or the java component "ESPFRAMEWORK07_0-20001918" can not be deployed successfully.
    regards
    yu ming

  • How to we create interface between EP-XI

    How to we create interface between EP-XI... Is there any real time scenario for that.......

    Hi Alexander,
    For example you could create a Web service to RFC interface.
    The RFC does something on the backend R3 (reads flight availability) and you consume it as a webservice from your web dynpro, that is used as an iView in the portal.
    A couple of interesting blogs:
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1334">EP-XI [original link is broken] [original link is broken]
    <a href="/people/riyaz.sayyad/blog/2006/05/08/consuming-xi-web-services-using-web-dynpro-150-part-ii XI Web Services using Web Dynpro – Part II</a>
    <a href="/people/riyaz.sayyad/blog/2006/05/10/consuming-xi-web-services-using-web-dynpro-150-ui-design-part-iii XI Web Services using Web Dynpro – UI Design (Part III)</a>
    Hope it helps,
    Kind Regards,
    Sergio

  • Creating af:showPopupBehavior programmatically

    Hello,
    How can I create <af:showPopupBehavior> programmatically in my managedBean?
    Let's say I have a commandMenuItem:
    <af:commandMenuItem text="Delete" id="cmi3">
    <af:showPopupBehavior popupId="p2"/>
    </af:commandMenuItem>
    I want to create this commandMenuItem in my managedBean. How can I add the showPopupBehavior to it?
    Thanks
    Shahe

    Hi shahe,
    in your managed bean create a Actionlistener method for command menu item , in that method add the following code
    RichPopup.PopupHints ph = new RichPopup.PopupHints();
    yourpopupname.show(ph);
    This will show popup when your Commandmenu item is clicked
    Note: yourpopupname is the popup binding created in the managed bean
    Thanks
    V T

  • Creating a DSN Programmatically

    I want to create a DSN programmatically through my java program. Normally what we do is we create a DSN manually and then access that DSN through our java program but in my case i dont want that DSN to be created manually i want it to happen programmatically. how do i go for it. The database i would be using can be oracle, SQL server 2000, MYSQL, DB2. Please help me in this regard. Thankyou in advance

    Here is my code to connect to SQL Server without a
    DSN but it gives asn Error that No suitable Driver
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver").ne
    wInstance();
    con=DriverManager.getConnection("Driver={SQL
    Server};Server=local;"+
                   "Uid=sa;Pwd=admin;");
    That error means that the URL isn't right.
    "Server=local"? Could that be "localhost"?
    Google for DSN less connection SQL Server:
    http://forums.hostmysite.com/post-6380.html
    %

  • Create interface method in standard component.

    Hi Experts,i want to enhance standard component.in that i created one attribute and i used in my component.For that attribute the value is passing from some other component.i try to create interface method in standard component.but it is not possible.so please help me out this issue.
    Regards
    prasad

    Hi,
    No, You cannot create Interface Methods/Nodes in Standard Component by Enhancing. I would suggest to create a Singleton class and create your method in that class and can access across components.
    Regards,
    Kiran

Maybe you are looking for

  • Payment Terms in MIRO

    Hi guys, Can you please help me with this issue I'm having on payment terms on MIRO. The PO created with payment term - PD15. As I'm entered the PO number on MIRO and on the payment tab, payment terms drop down menu is gone. Can anyone please exlain

  • Application events in ALV Grid Control

    Hello, Since SET_REGISTERED_EVENTS cannot be used for ALV Grid Control, how do I register a system event (data_changed) as an application event, so that PAI is processed.  I am using ALV grid not tree. Thanks

  • Font Blurry on HiDPI (Windows 8-8.1)

    Hi, Adobe Reader does not have a clear font on Windows 8.1 (Hi-Res displays). I do not know if the icons are affected. Is it possible to update? To read PDF, I have to go to Adobe Reader (Modern UI). http://nsa34.casimages.com/img/2013/07/13/13071304

  • Can I view privately created content on my iPad which d in iDVD on my iPad?

    I created a project in iDVD which contains some old family photographs set to music. Of course there are no copyright or DRM issue involved here. I just want to view the contents on my iPad. Is this possible and if so, how?

  • Old emails that I archived suddenly appeared in my Inbox again

    Yesterday over 330 old archived emails suddenly downloaded back into my Inbox. I didn't make any changes to my Gmail account nor did I sync anything. This happened while I was on vacation, so its very bizarre. The emails start from 10 months back - a