BTE - How Implement (OUTBOUND_CALL_00003050_E)

Hi.
I need implement the BTE (SAMPLE_INTERFACE_00003050) in event "00003050" .
please, how do they do it
Thank.
Carlos Orden

Hi..
Just go through this very informative article in SDN using the below link.
http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/207835fb-0a01-0010-34b4-fef1240ba9b7
Hopefully your queries will be answered.
Regadrs,
Karthik

Similar Messages

  • How implement Auto Purchase Order in Transportation Cost Settlement

    Hi,Experts,
    When Settling the Transportation Cost,I must create PO manually.Can anybody tell me How implement Auto Purchase Order in Transportation Cost Settlement?
    Thanks for a lot.
    Donald Lo

    Dear Donald,
    Please go through this SAP link it will help you about Shipment cost settlement process in the transportation.
    http://help.sap.com/saphelp_47x200/helpdata/en/93/74413b546011d1a7020000e829fd11/frameset.htm
    I hope it will help you,
    Regards,
    Murali.

  • ADF BC, how implements business rules?

    Hi.
    I am new in oracles technology. Please help me understand how implements business rules.
    For example: I have two tables operation(id,code) and operation_item(id, operation_id, code). I create entities objects for it: OperationEntity, OperationItemEntity and association: OperationItemToOperation. Then create entity-based view object OperationById which have bind parameter id for find operation by id. I also create entity-based view object OperationItem and view link OperationItemToOperationLink.
    My ApplicationModule contains OperationById and OperationItem via OperationItemToOperationLink
    I want implements "clone" method at OperationById view for current row. This method create copy selected row from operation table and copy all rows from operation_item table where operation_item.operation_id = operation.id.
    I add method createCurrentRowClone to OperationById:
    public void createCurrentRowClone() {
    OperationByIdRowImpl currentRow =
    (OperationByIdRowImpl ) getCurrentRow();
    OperationByIdRowImpl newRow = (OperationByIdRowImpl ) createRow();
    insertRow(newRow);
    newRow.setAttributes(currentRow);
    //TODO create copy for all rows from OperationItem
    //??? how get OperationItem instance
    and I add method clone to OperationItem:
    public void createClone {
    // for all row from OperationItem create clone
    but I don't understand how get OperationItem instance in OperationById scope. I have method getOperationItems() in OperationByIdRowImpl class which return RowIterator, and it give me instances of OperationItemRowImpl class, but not OperationItem with rows where operation_item.operation_id = operation.id
    Thanks in advance

    For realizations "clone" method which make copy for current row from OPERATION table and all rows from OPERATION_ITEM table where
    operation_item.operation_id = operation.id I moved realisation business logic from View Object to Entity.
    For it enough:
    1) entities objects: OperationEntity, OperationItemEntity;
    2) association for this entities: OperationItemToOperation;
    3) entity-based view object: OperationById which have bind parameter "id" for find operation by ID;
    4) application module: ApplicationModule;
    I add method createCurrentRowClone to OperationByIdImpl class. It just call createClone method for current row:
    public void createCurrentRowClone() {   
    OperationByIdRowImpl currentRow = (OperationById) getCurrentRow();
    currentRow.createClone();
    method createClone in OperationByIdRowImpl class call createClone method from entity layer:
    public void createClone() {
    getOperationEntity().createClone();
    method createClone in OperationEntityImpl class make new row and call createClone for all row from OperationItemEntity:
    public void createClone() {
    OperationEntityImpl newRow = (OperationEntityImpl) getDefinitionObject().createInstance2(
    getDBTransaction(),null);
    newAtm.setCode(getCode());
    //create copy for all rows atm_operation
    RowIterator itemIterator = getOperationItemEntities();
    while ( itemIterator .hasNext() ) {
    OperationItemEntity itemRow = (OperationItemEntity ) itemIterator.next();
    itemRow.createClone(newRow);
    and finally method createClone(OperationEntityImpl operation) in OperationItemEntityImpl class make new row in OPERATION_ITEM table
    public void createClone(OperationEntityImpl operation) {
    OperationItemEntityImpl newItem = (OperationItemEntityImpl) getDefinitionObject().createInstance2(
    getDBTransaction(), operation);
    newItem.setCode(getCode());
    If you have another solution, please post it here.

  • How implement  a pki system on mobile?

    how implement a pki system on mobile?who have experiences on secure payment using mobile?
    my msn:[email protected]

    Hi,
    There is a solution for security �Security and Trust Services API (SATSA), JSR177�,
    The Security and Trust Services API (SATSA) 1.0 defined in JSR 177 is a set of optional APIs that provide access to security elements as well as cryptographic capabilities for mobile applications [SATSA10].
    The following four APIs are defined in the SATSA specification:
    � SATSA-APDU and SATSA-JCRMI are both APIs that allow the application to communi-cate with a smart card (for example, the SIM card). The difference is that APDU is a low-level protocol, while JCRMI is more object-oriented. Therefore, SATSA-JCRMI is the preferred API while SATSA-APDU might be used to provide legacy support [JCRMI].
    � SATSA-PKI is used for generation of digital signature and basic user credential manage-ment.
    � SATSA-CRYPTO is a subset of the J2SE� Cryptography Extension (JCE) API and pro-vides basic support for encryption, decryption, computing digests, verifying signatures, and accessing public keys [JCE14].
    There is a sample app. in wireless toolkit 2.3beta called MohairMIDlet.
    It is a good start have a look on this app.
    http://forum.java.sun.com/thread.jspa?threadID=704384&tstart=15
    I also wrote a question about that at Nokia discussion board (http://discussion.forum.nokia.com/forum/showthread.php?t=73463).
    Best Regards,
    Ove
    Email: [email protected]

  • How implement (Forms Builder ) Calculation Item in JDeveloper ADF?

    How implement (Forms Builder ) Calculation Item in JDeveloper ADF?
    (Forms Builder ) Property
    Calculation -> Calculation Mode=Summary
    Calculation -> Formula -> Summary Function=Sum
    Calculation -> Formula -> Summarized Block=Block Name
    Calculation -> Formula -> Summarized Item=Quantity Item

    You can have transient attributes in your VO that do calculations.
    http://download.oracle.com/docs/html/B25947_01/bcentities010.htm#BABHGCAH
    For summaries here are a few other options:
    http://www.freewebalbum.com/blogs/faces/bjanko/blogs.jsp?blog=bjanko20070725180020
    http://andrejusb.blogspot.com/2008/01/complex-calculated-values-in-oracle-adf.html

  • How Implement the DB authentication

    Hi Experts,
    How to implement the data base authentication in the in OBIEE and i am using SH Schema. Can any one send me related documents..
    Regards,
    Edited by: 799666 on Jul 15, 2012 8:10 AM

    Hi,
    1)When we creating initialization Box if we want to set security for the data then only we have use session variables otherwise we should not use these session variables.Directly we can populate the initialization Box for Authentication.
    A. For Authentication purpose also you have to create one session variable.
    Ex: select'USERNAME',USERNAME FROM USER_PROD WHERE USERNAME=':USER' -- for login authentication purpose
    2)Setting the security for data is nothing but Authorization ( data level security)
    A. Yes.
    3)When we have to go for row-wise initialization(if possible with small scenario)
    A.you want to restict to product wise are city wise then go for row-wise inti.
    4) what is the use of execution precedence.
    A. Re: How OBIEE server select which init block should run first
    Hope this help's
    Thanks
    Satya

  • How implement security with jazn-data.xml file?

    Hi,
    I cannot implement the security user/role management in a web-app (Weblogic 10.3.6).
    web.xml (war file)
         <!-- Security JAAS -->
        <login-config>
            <auth-method>CLIENT-CERT</auth-method>
        </login-config>
        <security-constraint>
            <web-resource-collection>
                <web-resource-name>myApp</web-resource-name>
                <url-pattern>/pages/index.jsp</url-pattern>
            </web-resource-collection>
            <auth-constraint>
                <role-name>admin</role-name>           
            </auth-constraint>
        </security-constraint>
    jazn-data.xml (ear file)
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE jazn-data PUBLIC "JAZN-XML Data" "http://xmlns.oracle.com/ias/dtds/jazn-data.dtd">
    <jazn-data>
    <!-- JAZN Realm Data -->
    <jazn-realm>
        <realm>
            <name>myrealm</name>
            <users>               
                <user>
                    <name>admin</name>
                    <display-name>admin</display-name>
                    <credentials>!pwd</credentials>
                </user>           
            </users>
            <roles>     
                <role>
                    <name>admin</name>
                    <members>                   
                        <member>
                            <type>user</type>
                            <name>admin</name>
                        </member>
                    </members>
                </role>          
            </roles>
        </realm>
    </jazn-realm>
    <!-- Permission Class Data -->
    <jazn-permission-classes>
    </jazn-permission-classes>
    <!-- Principal Class Data -->
    <jazn-principal-classes>
    </jazn-principal-classes>
    <!-- Login Module Data -->
    <jazn-loginconfig>
    </jazn-loginconfig>
    </jazn-data>
    I need to set user/role in Weblogic console? :-S
    Thanks for reply,
    Matteo.

    hi "romanna"
    Part of the answer to "Can somebody point me out how I need to define security ..." can probably be found in the "Oracle ADF Developer's Guide" that has "18 Adding Security to an Application".
    success
    Jan

  • Can u please tell me how implementation takes place in sap

    can u please give detailed description about implementation of sap fi/co
    i mean how it will takes place.
    discurssions with the client
    how do u prepare business blue print

    Hi,
    Refer to this weblink regarding SAP Implementation
    http://en.wikipedia.org/wiki/SAP_Implementation
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    Sridhar M

  • How implement Enhancement Spots??

    Hi Group,
    I have done some thing in BADI, but, one more thing is there like "Enhancement Spots" in the same Screen.
    Could you please let me know the relevance of it over the BADIs and how to implement the same , if possible through some Links/Blogs on the same.
    Thanks in advance.
    Regards,
    Vishnu.

    Hi Vishnu,
    First of all, if you are using ECC 6.0, then you will fine new Enhancement Framework wiht Enhancement Spots.
    From ECC 6.0 onwards, if you want to implement BADI, you need to find the respective Enhancement Spot for that BADI in the code and go to SE19 and, give the ESpot and BADI name and then implement the same.
    Hope this helps, if you need enough info, pls mail me to my id:
    [email protected], I ll send you docs related to the implementation of the same.
    Reward Points if helpful
    Regards,
    Harish Kalla

  • How implement BDCP_BEFORE_WRITE

    Hi,
    I have to send idocs when infotype 1 or 2 or 3 changes, but only in ones organizational unit.
    I don't know how introduce the filter to create an idoc if change one ( only theese one) infotypes.
    I think I have to implement the BADI BDCP_BEFORE_WRITE
    I`m new with the badys and I donr know how to implement this badi and what code I have to write.
    Anybody has one example? Else
    can anybody give me one orientation to do this?
    Thank.

    Hi Shoma,
    No. You don't require anything else. Please check everything one by one. I am sure you might be missing something.
    Check change pointer is active or not
    Check with the break-point, where did you put.
    Delete the second implementation which you created ..etc
    Regards,
    Atish

  • How  implement Dialog using havi's UI API?

    Hi! Dear All
    I try to write MHP's User interface use havi API. I want to write a Dialog window in HContaier . Could your give me a direction? thaks

    Hello Brian and Marcel:
    I have the same question as you did. Did you get any further
    information about this? I am dying for a solution. If anybody
    has a solution, please share with us. Thanks.
    Brian Lin (guest) wrote:
    : Hi all,
    : Marcel, I got the same questions (problems) with you did. I
    have
    : been searching this topic for long time, still I can not have
    : right materials. Recently AMAZON (www.amazon.com) will have
    : Oracle JDeveloper 2.0 (ISBN: 0072120983) on the market, but
    I'm
    : not sure what's the contents inside talking about DBServlet.
    : Good luck!
    : Brian Lin
    : Marcel Sansaricq (guest) wrote:
    : : Hi everyone,
    : : I am a new user of JDeveloper 2.0. I have been trying to
    : : understand how JDeveloper's Wizard generated Database
    Servlets
    : : generate standard HTML pages for Querying, Updating,
    inserting
    : : database records. The InitializeDBServlet method that is
    : : generated by the DBServlet Wizard provides very little
    insight
    : : into the HTML generation engine.
    : : The JDeveloper documentation gives some hints on customizing
    : : Servlet HTML output in section "Creating a Custom HTML
    form".
    : : Basically, it recommends to use
    : : methods provided in oracle.jdeveloper.servlet.DBServlet,
    : : oracle.jdeveloper.servlet.UserSession,
    : : oracle.jbo.rt.cs.RowIterator and oracle.jbo.rt.cs.Row
    : interfaces
    : : to implement custom HTML forms that servlets can generate.
    : : The documentation files for oracle.jbo.rt.cs.* interfaces
    are
    : : missing within the JDeveloper help menu and coverage on
    : : oracle.jdeveloper.servlet.DBServlet,
    : : oracle.jdeveloper.servlet.UserSession is very basic.
    : : Can anyone point me in the right direction to get thorough
    : : documentation, containing examples if possible, on the
    : mentionned
    : : interfaces.
    : : Thanks in advance,
    : : Marcel Sansaricq
    null

  • How implement function for CRM - R3 data exchange

    Hi gurus,
    I'm trying to implement sap note 686215 for CRM side.
    I've create the function module Z_CURRENT_STATE_BUPA_MAIN and insert the record
    into table CRMC_BUT_CALL_FU.
    But now i'dont know how to debug it.
    I've stop the crm outbound and when i save an order in crm and look the outbound bidoc i see:
             Function Module                 Queue Name                Destination                       Date        Time     
          BAPI_SALESDOCU_PROXY_UPLOAD     R3AUORDER_0045000548      QASCLNT100     03.02.2010  15:21:04 
    If i try to debug the FM BAPI_SALESDOCU_PROXY_UPLOAD of bidoc from TR smqs i don't find anything about CRMC_BUT_CALL_FU function modules.
    Any Help?
    Thanks in advance,
    Regards
    Davide

    Hi Davide,
    Not much sure about what exactly you are expecting? Are you trying to create a Data Exchange Scenario within SAP ECC and SAP CRM? Or are you trying to use any existing scenario to enhance it?
    To implement the data exchange between SAP CRM and ECC you need to perform a lot of steps and you need some more function modules.
    It would be good if you can specify more about your requirement as it will help a lot more to tackle the actual problem.
    Hope this helps.
    Thanks,
    Samantak.

  • How implemented Sun debugging?

    Hi folks,
    does anyone know how Sun implements debugging capabilities for their current Java Virtual Machines? I am just wondering if they use the Java Virtual Machine Tool Interface (JVMTI) or if they have other ways to inspect / control programs?
    Cheers, riejo

    There is an ASCII-art diagram of the debugging stack on this page:
    http://java.sun.com/j2se/1.5.0/docs/guide/jpda/architecture.html
    Hope this helps.

  • How implement analog sorting?

    I need to wright the student work on analog sorting of sygnals using neural netwoks in Labview, with application of fpga. How can I do it. Especially how to use analog sygnals sorting with probably binary schematics. I have the approximate scheme, where I have such elements as:
    Adder (just 3-4 inputs), integrator (integrating function), multiplier functions, step function (switches probably). And of course the sources of electrical permanent sygnals on input and I have to produce this signals for output in descending order. How to use such design in Labview, what are just binary and how to be with analog-binary transformation irrespectably of fpga. But what is the role of FPGA here, especially how I can apply FPGA module -- I would be glad to know as I have some basic knowledge in verilog programming. The initial question (I was nor got the answer) is how many signals could be as the minimum to have this design appropriate for some study or research purposes, as the one adder make the sum from all inputs then passed through the step function element to this one adder (summator)?
    Would you make any suggestions or references on similar projects, especially on the complexity of such scheme?

    http://zone.ni.com/reference/en-XX/help/371599H-01/lvfpgahelp/adding_an_fpga_target/ -- following it I could not add Target I do not see any target in new project--my computer. Anyway what module should I download to use FPGA – I was instructed to download IP FPGA builder – but how should I use it despite adding installing it, and what functionality it has?
    And I do not know the possibilities of FPGA in Labview – do it use for example the add, multiply fucntions as other functions in Labview or I should turn the non-binary numbers in binary ines and then use the logic function of OR, AND, XOR to find the multiplication, adding, integration, and comparation.
    What about the neural networks – they should be by using the back-propagation method so the example of such kind would be interesting. For example I have 5 numbers (signals) that is in arbitary order. But I need to sort it in such way: f.i. I have 5, 7, 3, 11, 6, 9. the main difficulties is to find such x = [between 3 and 11] that would made such function E – minimal, that is equating to 0. K is the number of biggest numbers or winners among them; K<5. E= K – Sum of Step functions of (5-x; 7-x; 3-x...) If 5-x >0 it made step function 1, otherwise – 0. And so on. But I do not know should I use rectangular function or sigmoid function here, and what type of x should be – 3, 4, 5 or any real number such as 3,11, and so on. After finding it I would be able to find for example the 1 winner (k=1), 2 winners (k=2). Then I would be able to probably substract second from first array, third from second array (despite i do not really sure is it possible define for example a2, by simply having a2, a1, despite also unordered and a1, that differs by one component). So I need some very compact back-propagation algorithm, not exctly in labview, where I would made N input nodes, K –output nodes, and unknown quantity of hidden(middle) layer – but also probably N ones. So I should use N inputs multiplied on N weights (0;1). The desirerable outputs should be 11, 9. 7 if K=3. But the main maipulation depends on minimization of E= K – Sum of binary Step functions – if it is higher then 0 I need to minimize, if less – maximize so it is like the increasing/decresing the weight. So I do now what to do exacly. Moreover the schematic has the integrating functions probbaly for determining but not discretly X. So here is probably two ways to find this optimum X. To use just defined inputs, outputs and arbitrary defined weights, and to follow the schematics. So how to join this to approachs in neural network design?

  • Need help on how implement security.

    Hello everybody,
    I have developed an application with many pages,
    It's time now for me to strat working on the security ....
    I will have the following :
    -Some pages will be accessible by some users but not some others.
    -For some reports, there is a column that will be updatable by some users but nor by others.
    -The users will be grouped into groups.
    I need help on how can I start develop this security model, creating groups perhaps.....
    Thanks for any help.

    Jina,
    Check out Authorization Schemes in the User Guide and under the Security tab in the builder.
    Also search this forum for keywords like "security", "authorization", and "groups"... I think you'll get lots of useful threads.
    Scott

Maybe you are looking for