Create Interface

I created a view object AcctRefCur and a class AcctRefCurImpl. Now I want to create an interface named AcctRefCur to work with the AcctRefCurImpl class.
How can I do it?
I tried something like
public class AcctRefCurImpl extends ViewObjectImpl implements toystore.model.dataaccess.common.AcctRefCur {
public void setCategoryIdToFind() {
String test="";}
public AcctRefCurImpl()
But I never see this interface appeared under the AcctRefCur ViewObject.

Hi Scott-
Try using the client methods panel of the View Object editor and select the methods you wish to expose in the interface.
Ray

Similar Messages

  • 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

  • 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

  • Creating Interfaces in BPEL

    Hi Guys
    Oracle has just bought a product called Oracle Enterprise Taxation Management (Formerly, CC&B). It runs on Oracle App Server and Oracle Database.
    Our company uses Oracle Enterprise Taxation Management and needs the information exchange with Seibel. Can we develop Interfaces in BPEL? Can we make ETM talk to Seibel by creating interfaces in BPEL?
    Or we need Web Services from both ETM and Seibel to talk to each other?
    I can think of possible scenario as : Talk thru web services ( where Seibel webservice will be called thru iWay adaper and ETM web service will be called thru Oracle Database Adapter) or we can somehow create an interface so that both of them can exchange informations.
    Anyone has any info will be appreciated.
    Many Thanks
    Deepak

    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

  • Creating interface. Help

    <b>Requirement for creating interface.</b>
    Read the interface theoretical stock updated by supplier from supplier web, and Execute the MB04 and update the 'VAL. STOCK AT VENDOR'.
    <b>Reason for development is</b>
    Interface is required to reflect the correct value of 'VAL.STOCK AT VENDOR'
    <b>
    so the business purpose is</b> To reflect the correct 'VAL.STOCK at vendor' and Run MRP with that value.
    I am new to this Supplier web concept.
    Could you please tell me what i should do techincally to create an interface for this requirement.
    ->What is basically supplier web.?.does the input datas will be File or any other format.
    Please confirm.
    regards
    Ambichan

    In answer to 1. -> No you can't open a browser window without using the underlying OS mechanism...you could however encapsulate the OS mechanisms in a separate class/package so that your core app doesn't have to know...
    In answer to 2. -> Danger Will Robinson!!! Yes you can use the JEditorPane, but to be fair, it's c**p, and when you release the system your Users will whine endlessly about why they can't open their help files in their usual browser (this is especially true if they are coded in HTML). I know this because I wrote a help application using HTML and had Users and the marketing department complain at me endlessly. Also, the HTMLEditorKit in Swing seems to have a number of strange handling of img paths, at least in 1.3 it did...this caused me all sorts of problems...
    The usual way to get around this kind of thing is to open up a file browser, get the User to pick their favourite browser application (usually the .exe on Windows or the script on Unix) and then remember it, when it comes to opening the help file just use Runtime.getRuntime ().exec ("userBrowserLocation pathToHelpFile"). Of course this has the trouble that you can't package the help file in a jar or zip, but in general Users want to have control over HTML files...and Users usually have a fanatical desire to use their favourite browser to view them in...
    Just a thought...

  • Where can I find a tutorial on creating interfaces?

    I think an interface is what I need for the program I am working on, although I haven't found any tutorial on how to create these on the Java Tutorial... Anyone could point me somewhere else where I might learn without bothering anyone? :)

    hmm, that isn't what I meaned..
    I guess I wasn't very clear, I hadn't thought of such interfaces :P
    I'm talking of interfaces such as ActionListener.. What I want to create for my program is an interface that I'd call a PacketListener so that I can have a Core communication program which can be implemented into many different client programs ;)

  • Create interface on Business Object BUS2052

    Hi Experts,
    I need to create IFACRCH21 Interface into BUS2052 Business Object for use Archivelink.
    I need that appear the "Store Business Document" option into create on GOS bottom selector into ME31K transaction.
    Can i create this interface for any process?? Or i only can create this interface register the object.
    Too much thanks.
    Best Regards.
    Edited by: Alberto Ruiz on Nov 5, 2008 4:18 PM

    Hi RS,
    hope you have delegated your ZBUS2096 to proper supertype,
    when you created the method, hope you have released component at the sub-object (that is method) first and then object level,
    after which hope you have clicked the generate icon for your BOR.
    Hope it helps.
    Aditya

  • Creating interface objects in the IR

    I want to create a scenario in which I send a file from a Legacy system to the XI, process the message using the BPM and send it to SAP R/3.
    In the integration repository I have 3 software components (one for each system: legacy, SAP APPL, SAP BASIS)
    Where am I supposed to create the interface objects ? (AM I supposed to create all the objects under one namespace in one software component or maybe create in each software component only the relevant objects ?!?!)
    The problem is that I always get to a point where I need to use objects that I defined in other software component... (and are not reachable)

    Hi,
    All structure pretaining to legacy side, create in legacy SWCV. For processing the message in XI, you can probably create a SWCV for middleware, so that all processing logic, mapping you can create it here. Maintain the R/3 structures in R/3 SWCV.
    Also make sure, you create dependencies among these SWCV in the SLD, so that you can use one SWCV objects in other SWCV.
    Thanks,
    Sasi

  • Creating Interface through call transaction to send data to XI

    Hi All,
            I am the new person working in ABAP interface. actually pls help me how i have to create purchase order through transaction code ME21N through ABAP code and it will be transferred to XI. and it should be through user exit or IDOC. user has to put data in ME21N. and save then a puchase order will be create with Number. How the related table will be updated through Internal table also.
    Edited by: sanjay behera on Jan 29, 2008 3:35 PM
    Edited by: sanjay behera on Jan 29, 2008 3:39 PM

    Hello Sanjay
    When you look at the output of your purchase order (ME21N: header -> output) you should see several output options, e.g. printout and EDI (mode = 6).
    You need to define a partner profile (transaction WE20) for your supplier. When you output your PO via EDI it automatically triggers the creation of an inbound order IDoc.
    When you define your SAP-XI as receiver of these inbound order IDocs they will be transferred to SAP-XI.
    Regards
      Uwe

Maybe you are looking for

  • Can't connect iPod nano since latest iTunes update. Please help :(

    Ever since I downloaded the latest versions of iTunes, my 5th gen iPod nano won't connect. I get a pop-up that says, "Could not install hardware" or something to that affect. I switched cables and usb ports, and no change. What should I do? I was thi

  • Error in TLB background job"Version does not exist"

    Hi Gurus, We are getting error of "Version does not exist " in TLB background run..The T-lane is between 2 DCs .we have checked everything but unfortunately we are not able to detect the root cause for the error. Your help will be appreciated. Thanks

  • Multiple screens support in iTunes/FrontRow

    hello everyone, can someone tell me a solution for my issue: I have a second screen attached to my macbook. I can use VLC or Mplayer to watch videos on my second monitor. But I can not do this using iTunes or FrontRow. There are several effects that

  • Gap in the top and left edges

    Ive noticed that unpositioned DIV'S do not press up against the far left and top of the browser window, they have a margin of about 5px however divs inside other divs do not have this margin in regards to their pearent div does anyone know what cause

  • EXPDP errors

    Hi, I got error when I tried this...Please let me know as we need to backup the schema. Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production With the Partitioning, OLAP, Data Mining and Real Application Testing o