Capp Adrian

Capp Adrian :
thanks,
i need whole procedure.My all program write in c++(by vc++60).
please give me an example.
how dO I store results which by c++ programs produced to oracle 9i(2)(eg:pictures(*.jpg))?whether is store procedure write in C++ or SQL?
help !!!!
urgent!!!!

I assume you are looking for an example of a C++ program (that works with MS VC++) that is capable of writing an image (JPG, BMP etc) to an Oracle 9 database (presumably a BLOB field ?).
I also assume that you want to do this using OCI.
I suggest you take a look at the CDEMOLBS.C sample. You'll should find it in the %OracleHome%\OCI\Samples folder.
Alternatively, I would recommend that you look at the OTL. Details of this can be found at http://members.fortunecity.com/skuchin/home.htm.
Hope this helps.
Adrian

Similar Messages

  • Open letter to Adrian Ludwig and others involved in the Open Screen Project

    Since Microsoft decided to abandon the Windows Mobile 6.5 platform, Adobe shifted it's focus toward Windows Phone 7. As evident from Adrian Ludwig's video, some progress has been made. The video demonstrated Flash on the HTC Leo and Nexus One handsets. It appears that this work on winmo 6.5 will now be abandoned as Adobe is forced to shift it's focus on Windows Phone 7 and of course the Android as well.
    Is there any way  that the work that has already be done doesn't simly become abandoned? Can it be distributed to the developer comunity to be worked on, over at the XDA forums, for example? Thanks you.

    Hello flash4mobile
    Actually Microsoft has not abandoned WinMob6.5. They have repositioned it as a platform for corporate users and there are millions of handsets shipping with it right now. It's a shame that Adobe has given up on its efforts to get Flash on this platform. Granted, business users may not be the ideal target for Flash content.
    On the other hand, the shiny new Windows Phone 7 series that was shown at Mobile World Congress and at MIX10 earlier this year is targeted at consumers. It has Silverlight at the core of its slick UI.
    I think it makes a lot of sense to have Flash Player in the browser on these consumer devices, however they won't be out until the holiday season this year I guess. Maybe Adobe don't want to stretch their resources too thin and are targetting only the most recent consumer-oriented devices.
    I would be curious to know whether there are plans to bring AIR to WP7 too?
    My bet is that Microsoft won't let that happen since the "native" app development environment for WP7 is actually Silverlight / .NET ...
    Adobeans: any input ?

  • CAPP - standard value calculation origin 9 function module CE22.

    Dear,
    I've a project where i need to calculate standard value time based on multiple and various criteria. (standard price of a all components assigned to one operation)
    I've seen that it should be possible to calculate a characterisitic value based on a function module in a method. (characterisitic value origin 9 - function module).
    When i try to use the method with a function module I get a dump. ( CALL_FUNCTION_PARM_MISSING).
    I don't find any documentation on the usage of a function module. as origin for CAPP.
    Could you please help me ?
    Br,
    Daniel.

    There are so many threads and documentation available on the same..Please search the same.
    Moreover if you share the error then it would be easy to know the exact problem
    Regards,
    AL

  • Customer Exit in TX CAPP

    Hello CATS Experts,
    we are using TX CAPP to approve our timesheets based on WBS elements. Problem: Every user who has access to CAPP is able to approve all timesheets.
    We like to activate a customer exit, which should check before approval if the user is allowed to approve the particular timesheet.
    I have activated the BADI "BADI_CATS_APPROVAL" but it seems the badi is not triggered in TX CAPPS.
    So can anybody help me to identifiy the correct BADI?
    Thank you very much in advance.
    Kind regards
    Axel

    Hi,<br>
    CATS user exits are an important tool to customize the functionality of the cross application time sheet. There are 13 of them (release 46B). You can access them via IMG - Cross application components - Time sheet - Customer specific modifications - Create SAP enhancements for the time sheet. Here is a short overview on what they are called and what they do.
    CATS0001 (Set up worklist): This one defines a worklist in the upper part of the CATS screen
    CATS0002 (Supplement recorded data): Here you can add values to customer defined additional fields or even modify the data entered by the user
    CATS0003 (Validate recorded data): This one is to check entries for whatsoever
    CATS0004 (Deactivate functions on the interface): CATS got a lot of buttons. Here you can get rid of the ones you don't need.
    CATS0005 (Customer field enhancements): You can add fields to CI_CATSDB here to later on use to display or enter additional data
    CATS0006 (Validate entire time sheet): Mainly serves to validate the hours entered if you don't use HR
    CATS0007 (Subscreen on Initial screen): Customer popup, defines data valid for the entire time sheet(row) 
    CATS0008 (Determine recipients for the approval workflow): You can connect CATS to a standard workflow so that superiors can approve times entered before they are transferred (HR, CO, PS...)
    CATS0009 (User-Defined Text Fields in the Data Entry Section): You got two 40 character text fields in the data entry part you can fill with this exit - display only
    CATS0010 (Display User-Defined Fields in the Worklist): Same as above for the worklist
    CATS0011 (Customer-Defined Functions): Add your own functions to the menu
    CATS0012 (Customer Subscreen): Define CATS header
    CATP0001 (Determine Target Hours): Define your own target hours 
    [Check this blog|http://it.toolbox.com/wiki/index.php/Setup_the_CATS_-_Cross_Application_Time_Sheet]
    [Other useful link|http://www.integratedcg.com/pdfs/FI2004_1.pdf]
    Good luck<br><br>
    Thanks,
    Amosha
    <br><br>"Known is a drop & unknown is an OCEAN!"

  • User exit or BADI available for the CAPP in CA03.

    Hi,
                I have a requirement to populate the standard CAPP values to the work center activities of the routing only when all the activities are having a blank value.Please see the below paragraph for better understanding.         
    Currently in SAP when executing CAPP for a work center of the routing it over writes the existing values populated on the routing for the setup,labor,standard labor,man occupation,machine occupation…etc whether the values are blank or not. An enhancement needs to be made to only populate operations standards when all the values are blank.
    If routing is not populated with setup, machine, labor standards, man occupation, machine occupation and work center is setup for default standards in CAPP, then run the CAPP process to apply standards from work center zcappstds table. The program that is run to apply these standards currently is SAPLCETO. Potentially ca96 and the batch process that updates the material master RCPMAU01 will have to be adjusted as well.
    Please help me if anybody knows the user exit/Badi for this requirement.Please reply me soon this is an urgent requirement
    thanks in advance,
    Samyuktha.

    I dont have details abt exact user Exit or badi which will suit ur requirement. But below info will give you the way to find out the same.
    Have a look at below link,
    http://www.erpgenie.com/sap/abap/code/abap26.htm
    which gives the list of exits for a tcode
    There are multiple ways of searching for BADI.
    • Finding BADI Using CL_EXITHANDLER=>GET_INSTANCE
    • Finding BADI Using SQL Trace (TCODE-ST05).
    • Finding BADI Using Repository Information System (TCODE- SE84).
    1. Go to the Transaction, for which we want to find the BADI, take the example of Transaction VD02. Click on System->Status. Double click on the program name. Once inside the program search for ‘CL_EXITHANDLER=>GET_INSTANCE’.
    Make sure the radio button “In main program” is checked. A list of all the programs with call to the BADI’s will be listed.
    The export parameter ‘EXIT_NAME’ for the method GET_INSTANCE of class CL_EXITHANDLER will have the user exit assigned to it. The changing parameter ‘INSTANCE’ will have the interface assigned to it. Double click on the method to enter the source code.Definition of Instance would give you the Interface name.
    2. Start transaction ST05 (Performance Analysis).
    Set flag field "Buffer trace"
    Remark: We need to trace also the buffer calls, because BADI database tables are buffered. (Especially view V_EXT_IMP and V_EXT_ACT)
    Push the button "Activate Trace". Start transaction VA02 in a new GUI session. Go back to the Performance trace session.
    Push the button "Deactivate Trace".
    Push the button "Display Trace".
    The popup screen "Set Restrictions for Displaying Trace" appears.
    Now, filter the trace on Objects:
    • V_EXT_IMP
    • V_EXT_ACT
    Push button "Multiple selections" button behind field Objects
    Fill: V_EXT_IMP and V_EXT_ACT
    All the interface class names of view V_EXT_IMP start with IF_EX_. This is the standard SAP prefix for BADI class interfaces. The BADI name is after the IF_EX_.
    So the BADI name of IF_EX_CUSTOMER_ADD_DATA is CUSTOMER_ADD_DATA
    3. Go to “Maintain Transaction” (TCODE- SE93).
    Enter the Transaction VD02 for which you want to find BADI.
    Click on the Display push buttons.
    Get the Package Name. (Package VS in this case)
    Go to TCode: SE84->Enhancements->Business Add-inns->Definition
    Enter the Package Name and Execute.
    Here you get a list of all the Enhancement BADI’s for the given package MB.
    Best Regards,
    Vibha
    *Please mark all the helpful answers

  • User Exit For CAPP Transaction

    Hi All,
    We have a requirement to edit the hours field of the ALV output for the standard Transaction CAPP.Is there any  user exit to do the same.
    Can any one please help.
    Thanks & regards,
    Kiran I.

    Hi,
    Pl find the user exits available for CAPP.
    CATS0001            CATS: Set up worklist
    CATS0002            CATS: Supplement recorded data
    CATS0003            CATS: Validate recorded data
    CATS0004            CATS: Deactivate functions in the user interface
    CATS0005            CATS: Customer field enhancements
    CATS0006            CATS: Validate entire time sheet
    CATS0007            CATS: Subscreen on initial screen
    CATS0008            CATS: Determine workflow recipients for approval
    CATS0009            CATS: Customer-Specific Text Fields in Data Entry Sect
    CATS0010            CATS: Customer-Specific Text Fields in Worklist
    CATS0011            CATS: Customer functions
    CATS0012            CATS: Subscreen on data entry screen
    Regards
    Elini.P

  • SAP PP -  CAPP & procedure

    Hello SAP-Guruu2019s
    Pls tell me the Use of CAPP & procedure to maintain it.

    Dear,
    As far as functionality is concerned, CAPP is used to capture values, times at detail level for costing purpose.
    By this method, you can calculate total duration mathematically by entering formula, methods of using formula.
    You can define your own parameters for calculating simplification.
    Basically in short it is used for defining time in routing at detail level
    Follow the steps given below,
    1. Create Characteristics for Formula Parameter
    2. Create Formula (CE11)
    3. Create Method (CE21)
    4. Create Process (CE31)
    5. Assign Process to Work Centre
    6. Create Routing Using Work Centre
    7. Feed Desired Data in Formula Keys to Get desired Process Time in Routing.
    Regards,
    R.Brahmankar

  • QP01 - Signification of Usage , Status and CAPP Order

    In QP01 what does (A.)  USAGE , (B.) SATUS & (C.) CAPP STATUS signify.
    Usage                                   Description
    1.     Production  
    2.     Engineering/Design
    3.     Universal
    4.     Plant Maintenance
    5.     Goods Receipt
    6.     Goods Issue
    9.     Material Check
    51.     Goods Receipt Model
    53.                                      GR External Process
    What does these numbers depict & what are their functions ?
    Where are they used , as I am only using ,USAGE (5) while creating Inspection Plan.
    STATUS                                   Description
    1.     Created
    2.     Released For Order
    3.     Released For Costing
    4.     Released (general)
    What does these numbers depict & what are their functions ?
    Where are they used , as I am only using , STATUS (4) while creating Inspection Plan.
    CAPP ORDER                                               DESCRIPTION
    1.     Planned Order
    2.     Production Order
    3.     Recalculation
    9.     Always
    What does these numbers depict & what are their functions ?
    Where are they used , as I have not used it so far in the creation of Inspection Plan.

    Hi,
    In brief I can tell u that this capp order is used for std vale calculation for particular operation in routing say u have one operation machining performing on lathe machine which has machine time and labor time & others time.
    Recalculate standard values at order creation using CAPP
        Key indicating that, at the time of order creation, standard values are
        recalculated using CAPP depending on their order category.
    System takes the std value by default from your work centre defined in the routing ( check any pp routing, it will be more clear for you )
    For Ex
    You have selected production order in the inspection plan ( It is applicable only where you want to capture the cost of inspection) in QM scenario. If you want to change the qty in production order it help you to recalculate the std value for an operation.
        o   and this key is maintained, the standard values are calculated at
            the time of order creation.
        o   and this key is not maintained, the standard values already
            calculated are copied into the order from work center details
       This is more relevant to PP.
    Thanks & Regards
    Kundan Kumar

  • Hallo,my name is Adrian and i forgot my security questions,how do i find out the answers or how do i reset them? Thank You

    hallo,my name is Adrian and i forgot my security questions,how do i find out the answers or how do i reset them? Thank You

    Alternatives for Help Resetting Security Questions and Rescue Mail
         1. Apple ID- All about Apple ID security questions.
         2. Rescue email address and how to reset Apple ID security questions
         3. Apple ID- Contacting Apple for help with Apple ID account security.
         4. Fill out and submit this form. Select the topic, Account Security.
         5.  Call Apple Customer Service: Contacting Apple for support in your
              country and ask to speak to Account Security.
    How to Manage your Apple ID: Manage My Apple ID

  • HT203167 I HAD SOME MUSIC I BOUGHT THE FIRST SEMESTER O FTHIS YEAR & IT DOES NOT APPEAR ANYMORE YN MY MUSIC FROM ITUNES...MUSIC FROM JESUS ADRIAN ROMERO & OTHERS...WHAT CAN I DO??

    I ´VW BOUGHT SOME SONGS FROM ITUNES & NOW I CANT SEEM TO FIND THEM ON MY PURCHASE ITEMS
    SOME SONGS ARE FROM JESUS ADRIAN ROMERO
    WHRE DID THEY GO?
    THANK YOU

    So why does missing music justify SCREAMING AT YOUR FELLOW USERS????
    Seriously, turn off the freaking CAPS lock.
    If they are not in your purchase history, they were not purchased with that Apple ID.

  • Calculation of standard values from CAPP

    Dear All,
    Can you guide me on following:
    I want to calculate the CNC machine parameters (16 different parameters) can I do it from CAPP?
    If yes then ,What details are required to be maintained and how?
    Regards,
    Upendra

    Dear Upendra,
    unfortunately CAPP is currently not supported in APO.
    Regards,
    Tibor

  • Capps lock iOS 7.1

    After updating my iPhone 5s to 7.1 my Capps lock just doesn't work anymore. It's turned on in settings though. Anyone an idea?

    The design interface, with iOS 7.1, has changed. A double-tap now shows a white button with a black arrow & black underline to indicate caps lock. Are you saying you don't see this?

  • Capps lock problem

    doesproblem does anyone know if/how can I keep Capps on or off when I switch from numbers back to letters?

    No you can't, just simply double tap the Shift on your keyboard when returning from numbers, don't be lazy

  • CAPP  Standards Value

    Dear SAP Guru,
                           Could any seniour help me regardsing  CAPP   Standard Values.Path is   SAP MENU-Logistics--Production master dataCAPP Standard Values.
      Could  anybody put light on this
    Regards
    Bhupendra Singh

    Hi,
    Above SAP help link along with  IDES example link should explain you detailed CAPP functionality. It is quite simple to impliment.
    Create a test example as described in IDES example link and follow the steps.. you will understand the functionality easily.
    Machine Parameters via CAPP
    Capp
    Regards,
    Santosh Sarda
    Edited by: santosh sarda on Jun 23, 2011 5:56 PM

  • CAPP Functionality and Custom Z table when maintaining work center standard

    Hi,
    i have to do enhancmenet to transaction CR02,
    Production planning needs to update PP routers with Standard Values that pertain to setup, machine, labor, man calculation, machine calculation.  They will use CAPP functionality to accomplish this. Work centers will be classified with characteristics identified as CAPP standard values. The actual standard values will be assigned to each work center using transaction CR02, program SAPLCRA0. The work centers will be classified and standard values assigned.Upon saving the work center entries, the system needs to update the Z table with the assigned characteristic values and store the information by plant and work center. When the CAPP program is executed, the program will go a Z table where the work center characteristics are stored.

    What if I really don't care about the old historical values??? I only want to populate this information from this point forward. Would that change your mind as to which method to choose???
    In this case, you can use the Append Structure. There would be more advantages as you don't have to keep track of data consistency, Locking / Unlocking mechanism etc.
    Please refer to the section [Further Remarks on Append Structure|http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/frameset.htm]
    Regards,
    Naimesh Patel

Maybe you are looking for

  • IPod Touch not showing up as a camera or removable disc, can't get photos

    My iPod Touch 4 is not showing up as a camera device or as a removable disk drive so I cannot pull photos and videos from Camera Roll. I prefer this over email because I don't want compressed versions. The driver in device manager indicates it's up t

  • Could not find code page for receiving system

    Hi  Experts,           When I scheduled a PC i got this Error Msg. What is the real cause and how can i correct it?? Thanks Dave "Could not find code page for receiving system"

  • HT4623 iphone 3 restore help needed asap

    Hi, See below print screem of problem I am having, iphone 3 is in restore mode and i have trird everything I have been advised to. \error 6025 2012-09-27 22:36:11.015 [1012:120c]: restore library built Aug 11 2012 at 16:32:14 2012-09-27 22:36:11.015

  • The cursor is moving up alone

    Hi I have a curve 9300 3g I'm facing a problem with my phone the cursor is moving up alone.any help please??

  • Move a procedure from one database to another database

    Hi all, I have a procedure belonging to a schema in one of the databases in a server (say host A). I have a new server (say host B) and I have installed RDBMS and have created a database. Now, I want to move that particular procedure (in host A) to t