Forms User-Exits desupported?

Hi Folks,
I've heard that User Exits are not supported after Forms 9i, but I can't find where it says so on the Oracle web site. Does anybody know if and from when this is so, or where to find out? It is specifically Cobol User Exits that I am interested to know about - perhaps they're dropping Cobol but keeping C.
Thanks
Phil

Thanks for your reply, Sandu.
We've got legacy Pro*Cobol User Exits, and I need to know whether we will still be able to use them on the AS after we upgrade to Forms 10g. Does your reply mean that we need to redevelop them? Where can I find official confirmation from Oracle?
Thanks
Phil

Similar Messages

  • Smart forms & user exit

    hi gurus,
    i have a interview for smart forms & user exit so pls send me interview questions related to only thease topics.
    i'll reward for helpful post.
    thanx

    Plz SEARCH in SCN before posting ,you will get lot of posts .
    Don't use all caps in the subject line

  • Smart forms & user exits

    Hi Friends,
    I need to brush up my basics in SMART FORMS & USER EXITS . So please send me if you have any docs related to the SMART FORMS & USER EXITS. if not please send me links where i can download those docs..
    email id : [email protected]
    Regards
    Kali Pramod

    Hi Pramod,
    look at the below links for SMARTFORMS:-
    http://sap.niraj.tripod.com/id67.html
    http://searchsap.techtarget.com/tip/0,289483,sid21_gci1001864,00.html
    http://www.sap-basis-abap.com/sapsf001.htm
    <b>USER exits:-</b>
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    http://www.planetsap.com/userexit_main_page.htm
    user-exit
    http://www.sap-basis-abap.com/sapab013.htm
    Regards
    Sudheer

  • Smart Form + User Exit /BAdi

    Hi Experts,
                     I have a requirement to Fax/Mail a smartform after VA01 T.Code saved successfully. Smart form contains Ship to, Payer address and Item details. It should be sent automatically.....Can any body suggest me exact BAdi/User Exit fulfil this requirement?
    Thanks,
    Sekhar.J

    Hi Sekhar,
    These are all user exits avalible in the VA01 transaction .
    SDVAX001
    V45A0002
    V45A0003
    V45A0004
    write the code according to u r requriments.
    Thank'sn
    Patil.

  • Forms User Exit calls

    Hi,
    I am trying to make a user_exit call in Forms9i. I have created a Pro*Cobol file as specified and created a form with user_exit calls. Everything has compiled.
    My platform is win2k. The place where I am stuck is I don't know how to create an environment so that the forms can run and make a call to the procobol procedure. Can somebody tell me where to find a documents which lists which config files to change, and where to place the procobol files etc so that my forms can run?
    Please help.
    Wriju

    Any particular reason why you are looking into user_exit and not into the ORA_FFI functionality?
    check the online help for information on ORA_FFI

  • How can I put form user exit logic into PL/SQL?

    I need to translate the following into a SQL query:
    SRW.USER_EXIT('FND FLEXSQL CODE ="GL#"
    OUTPUT ="&P_ACCT_SEG"
    APPL_SHORT_NAME="SQLGL"
    MODE ="SELECT"
    DISPLAY ="ALL"
    NUM = "&P_chart_of_accounts_id"
    TABLEALIAS ="GCC"');
    Where is this data stored in the database and how can I query it?

    you might have to check out what is the type of this concurrent program with short name 'SQLGL'.

  • Are User Exits to be desupported ?

    Are User Exits desupported after Forms 9i? Do you know where to find out, and when support ends? We have some legacy Pro*Cobol User Exits, and we will need to plan ahead if User-Exits are desupported.
    If you know the answer to the question, I would be very grateful for a reply, but please do not bother if you are just suggesting alternatives to User-Exits.
    Thanks
    Phil

    Hello,
    I need for example to check if for a certain material an MRP caracteristic is maintained. Upon checking a Purchase order position, the system should branch to the MARC table of the material and see if the caracteristic is maintained.
    If maintained,,the position of the PO should not be ordered (error message for that position).
    If not maintained,the material can be ordered so the position should not generate an error or warning message.
    I need a check like this,  and with more criteria!
    Thanks for any reply.
    Aart

  • What is difference between User Exits and BAPI

    hello sap gurus
    what is difference between User Exits and BAPIs

    http://www.sap-img.com/abap/what-is-user-exits.htm
    www.****************
    Where as this customer exits are again divided into:
    1. Menu Exits.
    2. Field Exits.
    3. Screen Exits.
    4. Function module exits.
    These all the things comes under Enhancements.
    User exits
    1.A user exit is a three character code that instructs the system to access a program during system processing.SXX: S is for standard exits that are delivered by SAP.
    XX represents the 2-digit exit number.UXX: U is for user exits that are defined by the user. XX represents the 2-digit exit number
    2.USER EXITS are FORMS and are called by SAP standard programs
    using PERFORM.
    3.Inside the form (user exit) you can read and change almost
    any global data from host program.
    4. User exits are more flexible because you have more information to use in your code but on the other hand , it is very easy to manipulate erroneously global data and lead the standard program to a dump or even to make database inconsistent.
    5.While changing User-exit,Access Key is required,
    BAPI is nothing function module but which is remote enabled, means you can access this fm through other SAP or non-SAP system by assingning to business object,which we can crea in SWO1 transaction.
    more details see WWW.****************
    reward if helpful

  • User exit is not called

    hi,
    In MV45AFZZ, under
    FORM USEREXIT_SAVE_DOCUMENT
    I implemented an implicit enhancement as follows
    ENHANCEMENT 316  Zxxx_SAVE.    "active version
    INCLUDE ZXXX_SAVEDATA.
    ENDENHANCEMENT.
    when i save the So thru VA01, this is not triggered, why ??
    where as the same code if i place in
    FORM USEREXIT_SAVE_DOCUMENT_PREPARE.
    it is triggered. But I dont get the sales order number there !!
    so i thought i will try in FORM USEREXIT_SAVE_DOCUMENT .
    I need my code to get access to VBELN ..pl help..thks

    Hi,
    Try this..
    double click on the form user exit save document...put a break-point in the "perform userexit_save_document."
    Now step through in the debugging and check whether your code is hit.
    Check whether your enhancement is active..
    Thanks
    Naren

  • How to get the values from form calls in user exit?

    Hi all,
    I am not getting a specific value readily in an user exit.
    ?Can any one tell me how to find what are the fields,tables available in various form calls(visible while debugging) in an user exit.
    For example sapxkl is one ofthe callls...(sapxkl)<table>[] will hold some data.how to find what r the values available for <table>.
    Thanks.
    Edited by: sanjay_ask on Apr 16, 2010 10:43 PM

    HI ,
    Use this line of code
      field-symbols: <l_fs> type any.
      data: l_value type char20.
    Get Plant
      l_value =  '(SAPLCEI0)GV_WERKS'. " Here give the program name and variable name
      assign (l_value) to <l_fs>.
      v_werks = <l_fs>.         " Instead of V_werks use you internal table
    Thanks
    Subhankar

  • SYNTAX Problem in User-Exit (Perform/Form)

    Hi,
    i use this User-Exit:
    FUNCTION EXIT_SAPLAD15_010.
    *"*"Lokale Schnittstelle:
    *"  IMPORTING
    *"     VALUE(I_DLISRC) LIKE  AD01DLIA-DLISRC
    *"     VALUE(I_KOKRS) LIKE  TKA01-KOKRS
    *"  TABLES
    *"      T_COVP STRUCTURE  COVP OPTIONAL
    *"      T_COSPA STRUCTURE  COSPA OPTIONAL
    *"      T_COSSA STRUCTURE  COSSA OPTIONAL
    *"      T_COVPR STRUCTURE  COVPR OPTIONAL
    *"      T_COSRA STRUCTURE  COSRA OPTIONAL
    *"      T_V_COFP STRUCTURE  V_COFP OPTIONAL
    *"      T_FMSUA STRUCTURE  FMSUA OPTIONAL
    *"      T_CKF_DIP_CUSTOMER_EXIT STRUCTURE  CKF_DIP_CUSTOMER_EXIT
    *"       OPTIONAL
    *"      IT_OBJECTS STRUCTURE  AD01OBJ OPTIONAL
      INCLUDE ZXAD1U10.
    ENDFUNCTION.
    *   INCLUDE ZXAD1U10                                                   *
    CASE I_DLISRC.
      WHEN '0001'. "Istkosten
        PERFORM DP90.
      WHEN '0021'. "Plankosten
        PERFORM DP80.
    ENDCASE.
    FORM DP80.
    BREAK-POINT.
    ENDFORM.                                                    "DP90
    FORM DP90.
    BREAK-POINT.
    ENDFORM.                                                    "DP90
    I get this syntax-error:
    Incorrect nesting: Before the statement "FORM", the structure
    introduced by "FUNCTION" must be concluded by "ENDFUNCTION
    Isn't it possible to use own Forms in includes of exits?
    Thanks, Regards Dieter

    when you do this:
    function.
      include zx
    endfuncion.
    include ZXAD1U10
    form aaa.
    endform.
    the abap engine see this:
    function.
      form aaa. " this is because the incorrect nesting error apperars
      endform.
    endfuncion.
    so, you can do two things:
    1° put your include sentence in the top of the function group, not inside the exit.
    2° try with dinamyc sencentes include (zx...)  perform (routine).

  • Form inside user exit

    Is it possible to define a form (subprocedure) inside a user exit?  When I try it complains that I'm trying to define a form inside of a function.  Of course I have no choice because the whole user exit is a function.  What's the best way to work around this?

    i came to know from one of the posts here in SDN, the options are,
    1) create a custom function module and call it
    2) write ur subroutine in a report prog. and call that subroutine of that report prog.
    3) develop a INCLUDE and add it in MAIN prog.
    for more info. pls. search in SDN
    thanq

  • Form Routine in User Exit

    Hi
    I would like to include a form routine in user exit inlcude ZXTXWU01 but I guess that is not possible, so I created a new include ZXTXWZZZ in which I have developed the code for the form routines...
    But I still get the error in the main user exit ZXTXWU01 stating that the Form... End Form can be only after the End Function which obviously refers to the function module containing the main user exit..
    Please let me know how to over come this ....

    Hi,
    You cannot create another Form...EndForm if the first include ZXTXWU01 is already inside a Form..Endform.
    Meaning following structure is invalid:
                 Form first_form.
                       Include  zzzz
                 Endform.
    In  Include zzzz.
         Form  second_form.
         Endform.
    Instead of a Form..Endform subroutine...directly have the statements in the Include program and remove the Form..Endform.
    Regards,
    Subramanian

  • How to pass data from smartform to user exits in appl form print workbench

    Dear All,
    I am using print workbench + smartforms to develop a form.
    But facing problem with passing data from the smartform back to
    the user exits includes in the application form of the print workbench.
    For eg:- Supppose the case , passing the total number of pages 'sfsy-formapages'  to the application form .
    I tried with the export interface of the smartform, still it doesn't works!
    Any suggestions/solutions
    Thanks
    santhv

    Hi Prashanti,
    Thank you very much...
    Using EXPORT/IMPORT , I am able to pass the data.
    But I would like to know whether it is  the final solution.
    As there is export interface is available for smartform....
    why it is not possible to get back the data in Application form.
    Please confirm, so that I can close the post.
    Anyway thank you once again....
    Regards,
    santhv

  • BAPI,BADI ,BDC,ALE ,IDOC,USER EXIT,VALIDATION AND SMART FORMS.

    Dear Experts,
    I am pretty new in BAPI,BADI ,BDC,ALE ,IDOC,USER EXIT,VALIDATION AND SMART FORMS.
    Pls let me know for these topics shall i put the question in this community or should i put in any other form. Pl suggest me .
    Regards
    Shivas

    Plz SEARCH in SCN before posting ,you will get lot of posts .
    Don't use all caps in the subject line

Maybe you are looking for

  • How to use another panels in status line

    Hi Everyone: Can anybody tell me how can i use another panels in the Console's status line, I'm using the message line but i need to show the user's name and Date-Tiem in another section of the status line and not in display controls as i'm already d

  • Can we change the processor of G560 with the Intel I7 740QM

    Hello I come with this message asking for information My sister has a Lenovo G560 Intel I5-520M But I have in stock an Intel processor I7-740QM that I recovered on my old laptop out of service I want to know if I can install the processor in the Leno

  • User decision step agent issue

    Hi All In my WF I get a user profile back from a method that check a ZTABLE for the correct user to receive mail and a user decision work item . The mail step is working correctly and sending mail to the user (as per the parameter returned from the m

  • OAS 10G 10.1.2 Oracle_Home Size = 5GB Plus

    Dear Experts, I have installed OAS 10G 10.1.2 (Forms & Report Services) five months before. My problem is the size of Oracle_Home which is now 5.15 GB. Which may effect on performace of OAS as currently i need to restart the report server daily. Plea

  • FM to Add Business Partner to Customer

    hi guys. is there a R/3 FM which can add a partner to an exisiting customer? please let me know.thanks