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

Similar Messages

  • User exit call customer function 002 is not getting trigerred

    Hi
    I am using the user exit call customer function 002 in the function module idoc_input_proact to trigger and idoc.my problem is that the user exit is not geting triggered.
    please help me gurus as this the last day for finishing thw work.
    regards,
    Asish dash

    it means tthat, u are applying a wrong exit in the pgm.
    try to once again search for the suitable exits for your program.
    try this:
    how to find the customer exits for a particular transaction
    check out the pgm in this thread:
    Re: Find User Exits
    regards,
    padma

  • 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

  • Dumb question about E messages generated in user exits called from dialogs

    After a user enters goods receipt info in MIGO and hits POST, there is a user exit (EXIT_SAPLIE01_007) which receives a copy of the goods receipt table (xmseg) from MIGO and lets you do whatever you want before the MIGO update task is called.  In other words, you're still in the MIGO dialog process.
    I have successfully used this exit before to pop an editable ALV that lets the user enter custom data per line item, and then store this data in memory so it can be accessed in MB_DOCUMENT_BADI or in the equivalent XMBC exit (enhancement MB_CF001).
    But here's my question.
    Suppose I generate an "E" message in EXIT_SAPLIE01_007. 
    Will this stop the MIGO "POST" so that the update task isn't called?
    And will the text of the "E" message be displayed at the bottom of the main MIGO screen (the one you hit "POST" from) ????
    Edited by: David Halitsky on Feb 21, 2008 9:03 PM
    Edited by: David Halitsky on Feb 21, 2008 9:04 PM

    Hi David,
    it seems that you will get it:
    E in Status bar
    +behaviour:     +
    PAI processing is terminated, and control returns to the current screen. All of the screen fields for which there is a FIELD or CHAIN statement are ready for input. The user must enter a new value. The system then restarts PAI processing for the screen using the new values. Error messages are not possible in POH or POV processing. Instead, a runtime error occurs.
    according to help [http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaabc35c111d1829f0000e829fbfe/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/en/9f/dbaabc35c111d1829f0000e829fbfe/frameset.htm]
    best regards,
    Wojciech

  • R/3 User Exit Call from ITS

    Hi ,
    In an user exit i want to find out if a call has been made from ITS ..
    is there any FM or system variable set.. based on which I could find out ?

    call function 'ITS_PING'
           exceptions
                its_not_available = 1
                others            = 2.
      if sy-subrc eq 0 .
    ******* called from ITS
    else .
    **** not called from ITS
    endif .
    Raja

  • Skip user exit call at BDC run.

    Hi All,
    1)  I have a BDC program that updates email addresses for existing sales orders & contracts in T-code VA02 & VA42.
    2)  In include MV45AFZZ i have added a piece of code that raises a pop-up message for those items whose profit centre is not   maintained.
    It's a genuine case that my BDC won't execute successfully for those sales orders where profit centre is not maintained for its items. The reason the pop-up message is displayed and BDC won't skip that.
    Note : I could have used warning/information message but due to some constraints i used the pop up message. I wanted a message to be displayed with all the line items missing their respective profit centres. The message was displayed but the screen was greyed out i.e. in display mode. So i used pop up message and handled the screen accordingly.
    The main issue now is:
    My BDC won't work as the pop-up message cannot be skipped by the BDC . Can you suggest something
    1) So that the code in the user exit won't be trigerred at the BDC call or BDC run?
                                                              OR
    2) Pop-up should only be displayed when user works with T-code VA02 or VA42 and not at BDC run
    ~Arya.

    Hi,
    Please check for the system parameter sy-binpt.
    for eg:
    IF SY-BINPT NE  'X'
    CODe.....
    ENDIF.
    Thanks & Regards
    Suresh Krishnan
    Edited by: Suresh Krishnan on Jan 30, 2012 12:06 PM
    Edited by: Suresh Krishnan on Jan 30, 2012 12:06 PM
    Edited by: Suresh Krishnan on Jan 30, 2012 12:06 PM
    Edited by: Suresh Krishnan on Jan 30, 2012 12:07 PM
    Edited by: Suresh Krishnan on Jan 30, 2012 12:07 PM

  • User Exit call

    Hello friends,
    how to call a client proxy from a user Exit.

    Satya,
    You can also refer these blogs for more info on creating and sending the data from outbound proxy to XI.
    Have a look:
    OutBound Proxy (Client Proxy)
    /people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies
    /people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy
    In your case you will write your code (data extraction logic) inside the exit rather than creating a Z progarm as mentioned in the above blogs. )
    Regards,
    Sarvesh

  • User Exit called when online ATP check with GATP

    Hi Guys,
    I got requirement as below,
    Manipulate the GR time defined in the unloading point when the ATP confirmation of sales order is done with GATP online.
    I noticed that the online GATP check from R/3 to APO is not going via normal CIF way of communication or at least even i de-registered CIF queue monitoring, the data transfer can still go through properly.
    There are two questions popped up:
    1. Any body knows the background routine how the data are transferred between R/3 and APO when online GATP is done, and how to debug this process?
    2. Which functional module or exit user is called when online GATP check is done from R/3 sales order?
    If anyone knows something you are also welcome to share your expertise!
    Thanks!
    Tony

    hi! Tony
    These are the Exits in online GATP
    EXIT_/SAPAPO/SAPLATPT_001      APO ATP: Set ATP Segment                           
    EXIT_/SAPAPO/SAPLATPT_002      APO ATP: Select Substitutions                      
    EXIT_/SAPAPO/SAPLATPT_003      APO ATP: Initialize ATP Controller                 
    EXIT_/SAPAPO/SAPLATPT_004      APO ATP: Check for the Existence of a Location Alias
    EXIT_/SAPAPO/SAPLATPT_005      APO-ATP: Handling of Data at End of Check          
    Regards
    Vaibhav Sareen

  • User exit called many times

    Hello Friends,
    I am writing a particular code in a user exit of the FM  IDOC_INPUT_MATMAS01 , the problem is that the user exit is called some 4 times in the program and my logic gets repeated 4 times . Is there any way to over come this ?
    Comradely ,
    K.Sibi

    Hi Sibi,
    You can put a check based on sales/purchasing organization (VKORG) for which  IDOCs are processed.
    Or, you can put a validation check  on
    1) partner type & partner number,
    2) message type,
    3) idoc basic type & extension,
    before executing your user exit code.
    Also Check the link below:
    Creating Idoc filter for MATMAS
    Regards,
    Nisha Vengal.

  • 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.

  • How to find the user exits called at the time of posting the IDOC?

    Hi,
        Could anyone please how to find the user exits while posting a idoc?

    Hi,
    One way to ahive this is by, be ready with IDOC postiong,
    then go to ST05 transaction and activate the trace after checking Table Buffer Trace.
    Now post the IDOC then deactivate the trace.
    Now come back to ST05 and display trace and search for calls starts with EXIT_.
    Regards,
    Manoj Kumar P

  • 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

  • Is there a user exit called when a module pool program is launch ?

    Hello,
    I know the exit 'EXIT_SAPLSABE_010' and it's very usefull for adding code before a report is launch.
    But this exit is not called when a program is a "Module pool" type.
    Is there a way to add my own code before this kind of program is launch ?
    Thanks in advance,
    Simon
    Edited by: Simon Desbonnets on Mar 9, 2010 2:23 PM

    Thanks for your answer.
    No it's not for initializing values. It's for logging statistics into a specific table (program name, date ...).
    The event "load-of-program" can be use for one program, it's not what I'm looking for.
    I would like to know if there is an exit that is called each time a module pool program is executed.

  • 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'.

Maybe you are looking for