User exits access key

To display net weights of the item in inbound and outbound deliveries i am using exit EXIT_SAPLV50Q_001 but when i click on the include in this Function module i am getting You attempted to create a program name beginning with ZX but this name range is reserved only for includes of exit function groups (function groups containing only function exits).
and if click on change button in Function module it is asking for access key my doubt is access key is required for user exit. i dont have access key how can i do this.
thanks in advance

Hi
When the system displays this mesage just press enter and it would take you to the include code. You dont have to create any thing, just press enter when this message is displayed.
This is just a message, not an error.
This would solve your problem.

Similar Messages

  • RPREX010 User Exit - Acces Key

    Hi experts,
    sorry, I am begginer in "user exits".
    I am trying to edit the include RPREX010, which is an "User Exit" for class CL_EX_TRIP_POST_FI, in program RPRFIN00_40.
    But it asks for Access Key.
    Is it normal?
    My user has developer role and everything. I've been programming normaly.
    Any hint is welcome.
    Cheers
    Fabio

    Hi Fabio,
    The include has the BAdi. You cannot edit the include directly. You need to impliment the BAdi "TRIP_POST_FI".
    Badi definitions can be viwed in SE18 & you can create multiple implementations for a BAdi definition & all the implementations gets called. In your system, already an existing implementation available. Now you can create your own implementation.
    Badi's can be implemented in transaction code SE19. You need to create your own class to implement the BAdi.
    Select Classical BAdi & give the Badi definition Name "TRIP_POST_FI" & Click on create implementation. 
    Give name for your implementation & Click OK.
    Give short text.
    On the interface tab, the system proposes default implementation class. You just double click on the  method which you want to implement & write your own code. Activate the class & Badi implementation.
    You can find lot of threads for imlementing BAdi's. If you still could find enough information to create a implementation on your own, I will help ou out.
    Regards,
    Mahesh Gattu

  • User exit, secondary key

    hi friends,
    1.there r so many ways to find user exit can any one suggest me which is easy and helpful method
    2.will performance increase if we use secondary index r key in select query
    plz explain me with eg code how to assign secondary
    thanks
    regrads,
    soorya

    Hello Soorya,
    Yes there are many ways of finding a user exit...
    One way is go to SMOD and press F4, then select SAP application and then proceed as per your req.
    Second is find out the package name for the transaction and then use SE84, click on enhancement and then enter the package name and execute.
    Third is search the SDN site for user exit and u will come accross a program which will give u list of all exits for a transaction.
    About ur second question, performance increases when the where clause in the select stmt is same as the key (primary or alternate). The database automatically selects the best index based on the its own logic. However u can find out using trace if it has selected the correct index. If you want to force the DB to use specific index then u can use HINT stmt to suggest.

  • Repost: User-Defined Access Keys Script (PHP)

    Hey guys -
    I'm in need of a *PHP 5* script that will allow users to set
    their own
    access keys for predefined pages. I found this script and
    neither like the
    fact that it's in PHP 4 and the way the output looks (e.g.,
    needing to check
    the checkbox) -
    http://juicystudio.com/article/user-defined-accesskeys.php
    I've also run across this one which has the output format
    that I want;
    however, his only directions, which are only comments in his
    script, are
    extremely vague and unclear - for a _learner_ in PHP. Here is
    his link -
    http://cms.elfden.co.uk/2005/12/20/access-keys-revisted/#more-72
    If someone has a solution for new learners and would be
    willing to share it,
    that would be wonderful. I'm hoping you can point me in a
    good direction
    with directions that are clear to understand. And just incase
    you're
    wondering, I did run across this one too - yet still, lacking
    in directions
    it's quite hard to follow and understand if you don't really
    know a plethora
    of PHP code -
    http://www.blether.com/archives/2006/02/userdefined_acc.php
    Again - if someone can take the time and find me a good
    indepth tutorial
    explanation or something along those lines (perhaps you may
    even have a
    script you wish to share), I'd be very grateful.
    Thanks to everyone who has been helping me along the way with
    my PHP.
    Shane H
    [email protected]
    http://www.avenuedesigners.com

    I'm not too keen on creating my own PHP script, but perhaps
    in the
    near-future you should write up a PHP5 solution...
    Thanks though, Thierry.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    ===============================
    Proud GAWDS Member
    http://www.gawds.org
    ===============================
    "Thierry | www.TJKDesign.com" <[email protected]>
    wrote in message
    news:e52o7i$3bc$[email protected]..
    > "Shane H" <[email protected]> wrote
    in message
    > news:e52gqc$nvh$[email protected]..
    >> Hey guys -
    >>
    >> I'm in need of a *PHP 5* script that will allow
    users to set their own
    >> access keys for predefined pages. I found this
    script and neither like
    >> the
    >> fact that it's in PHP 4 and the way the output looks
    (e.g., needing to
    > check
    >> the checkbox) -
    >>
    >>
    http://juicystudio.com/article/user-defined-accesskeys.php
    >
    > I wrote an ASP solution using a different logic:
    >
    http://www.tjkdesign.com/articles/user_defined_accesskeys.asp
    > It may help you create a PHP version...
    >
    > --
    > Thierry
    > Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    > The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    > CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    > CSS Tab Menu:
    http://www.TJKDesign.com/go/?3
    >
    >
    >

  • Wanted: User-Defined Access Keys Script (PHP)

    Hey guys -
    I'm in need of a *PHP 5* script that will allow users to set
    their own
    access keys for predefined pages. I found this script and
    neither like the
    fact that it's in PHP 4 and the way the output looks (e.g.,
    needing to check
    the checkbox) -
    http://juicystudio.com/article/user-defined-accesskeys.php
    I've also run across this one which has the output format
    that I want;
    however, his only directions, which are only comments in his
    script, are
    extremely vague and unclear - for a _learner_ in PHP. Here is
    his link -
    http://cms.elfden.co.uk/2005/12/20/access-keys-revisted/#more-72
    If someone has a solution for new learners and would be
    willing to share it,
    that would be wonderful. I'm hoping you can point me in a
    good direction
    with directions that are clear to understand. And just incase
    you're
    wondering, I did run across this one too - yet still, lacking
    in directions
    it's quite hard to follow and understand if you don't really
    know a plethora
    of PHP code -
    http://www.blether.com/archives/2006/02/userdefined_acc.php
    Again - if someone can take the time and find me a good
    indepth tutorial
    explanation or something along those lines (perhaps you may
    even have a
    script you wish to share), I'd be very grateful.
    Thanks to everyone who has been helping me along the way with
    my PHP.
    Shane H
    [email protected]
    http://www.avenuedesigners.com

    I'm not too keen on creating my own PHP script, but perhaps
    in the
    near-future you should write up a PHP5 solution...
    Thanks though, Thierry.
    Shane H
    [email protected]
    http://www.avenuedesigners.com
    ===============================
    Proud GAWDS Member
    http://www.gawds.org
    ===============================
    "Thierry | www.TJKDesign.com" <[email protected]>
    wrote in message
    news:e52o7i$3bc$[email protected]..
    > "Shane H" <[email protected]> wrote
    in message
    > news:e52gqc$nvh$[email protected]..
    >> Hey guys -
    >>
    >> I'm in need of a *PHP 5* script that will allow
    users to set their own
    >> access keys for predefined pages. I found this
    script and neither like
    >> the
    >> fact that it's in PHP 4 and the way the output looks
    (e.g., needing to
    > check
    >> the checkbox) -
    >>
    >>
    http://juicystudio.com/article/user-defined-accesskeys.php
    >
    > I wrote an ASP solution using a different logic:
    >
    http://www.tjkdesign.com/articles/user_defined_accesskeys.asp
    > It may help you create a PHP version...
    >
    > --
    > Thierry
    > Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    > The perfect FAQ page:
    http://www.TJKDesign.com/go/?9
    > CSS-P Templates:
    http://www.TJKDesign.com/go/?1
    > CSS Tab Menu:
    http://www.TJKDesign.com/go/?3
    >
    >
    >

  • 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 asking for access key in CMOD

    Hi Experts,
    I am trying to write source code for an user exit in CMOD by creating a project and assigning enhancement to it.
    When i click on user exit and press change it asks for access key .
    Can you please tell me if there is any other way to write source code inside it ?

    Hi Martina,
    Kindly go through this link below ,there few steps present to work on user exits:
    http://www.sap-img.com/abap/a-short-tutorial-on-user-exits.htm
    Hope it helps
    Regrds
    Mansi

  • User Exit to flip Account key  based on incoterm

    HI,
    For a particular condtion type ZCN1 and Incoterm INC1,  account key AC1 has been assigned and this will hit a GL1 account respectively.
    When incoterm changes to INC2, Account key AC2 should be assigned to the same condtion type ZCN1 and as a result this should hit a different GL account GL2.
    Please let me know the user exit in which this can be accomodated.

    instead of changing the account key - you can avail the condition technique for the access sequences in the account determination.
    Use the field incoterms to determine which G/L account should be posted.
    Add incoterms to allowed fields in structure KOMPCV
    Create a new table sales area / incoterms / account key
    Add this to the acc seq for the account determination
    in VKOA maintain the relevant entries.
    Also add the incoterms field to the user exit for RV60AFZZ under include USEREXIT_ACCOUNT_PREP_KOMPCV  .
    Hope this helps
    Regards
    Sai

  • User Exit ..Acess Key

    hi ,
    i added code in standard exit of customer,it never ask me acces key when i tried for va01 (new) then its asking for acces key ....
    regards

    Standard SAP user exits are designed to use include programs that are in the customer name space.  They all begin with a Z therefore no access key is requried.
    Since the user exits in VA01 (SAPMV45A) are subroutines and the include programs are not in the custom namespace these require an access key.
    Chris

  • IPC Pricing with AP 7.00 Database Access/Call function module user-exit

    Hi experts,
    we are running SAP ECO on SAP ECC 6.0 with IPC Pricing AP 7.00 running in the VMC.
    I'm facing a new requirement. In an user-exit for requirements the access to the ABAP database is needed.
    (I know that the SAP recommendation is, don't have access to database. But we need this functionality)
    In ABAP it looks like:
    select single * from  a590
          into     LH_674_a590
          where    kappl  = 'V'
          and      kschl  = 'ZSPR'
          and      kunnr  = komk-kunnr
          and      matnr  = komp-matnr
          and      datbi  >= komk-prsdt
          and      datab  =< komk-prsdt.
    Is there a possibility to implement the same SELECT in the Java-User-Exit?
    Is there maybe the alternative to call a function module instead?
    The database exits on the same application server on which the VMC runs.
    If there is a possiblity can anyone provide me with sample coding or give an advice where to find samle coding?
    I would prefer to call a functions module.
    Thanks in adcance
    Karl-Wilhelm

    Hi Shanto & Sumit,
    Thanks for the inputs.
    as per my understanding of the log
    java.lang.IncompatibleClassChangeError: com.sap.leasing.pricing.tools.LeasingPricingTools: method getPricingConditionByConditionTypeName(Lcom/sap/spe/pricing/transactiondata/userexit/IPricingItemUserExit;Ljava/lang/String;)Lcom/sap/spe/pricing/transa ctiondata/IPricingCondition; used to be stati
    error is thrown by the SAP standard user exit and because of which execution is failing in customer user exits and surprisingly we have not made any changes in both of them.
    this was working earlier before upload.could this be because of the jar packaging.
    how i can download the standard user exit com.sap.leasing.pricing.tools.LeasingPricingTools from crm
    for further investigation.
    Thanks,
    Siddharth

  • MRP Run with User Exit key for Follow up material

    Dear Gurus,
    I want to run MRP only for followup materials by using User exit key. For example i have a material X(with discontinued Indicator as 1) and it's follow material is Y.
    So we have a user exit key as ZFL, with coding as shown below. Now when i run MD01 with user exit key ZFL and parametre as 1, it only runs MRP for material X and not for material Y. What else we need to do so that when i run MD01 with user exit key ZFL, it shoudl consider both X and Y. 
    WHEN 'ZFL'.
    DATA : BEGIN OF ITAB5 OCCURS 0,
    KZAUS LIKE MT61D-KZAUS,
    END OF ITAB5.
    TRANSLATE USER_PAR TO UPPER CASE.
    SPLIT USER_PAR AT ',' INTO TABLE ITAB5.
    IF ITAB5[] IS INITIAL.
    EXIT.
    ENDIF.
    CLEAR: NO_PLANNING, STOP_PLANNING.
    READ TABLE ITAB5 WITH KEY KZAUS = MT61D-KZAUS.
    IF SY-SUBRC <> 0.
    NO_PLANNING = 'X'.
    ENDIF. 

    Hi Kumar,
         You can use either MRP Type, MRP Controller, MRP Group in this user exit to control the MRP run. For these set of Materials you have to assign any of same value or at least differentiate these material from other material. Then only you can control the MRP by using this user exit even though if you use different MRP Group and MRP Controller. In User Exit, you may have to add your dependent material's MRP Group/MRP Controller. Make sure that these set of materials are different than all other materials.
    If you don't have any plan to run MRP for other materials then as per Ajit suggestion you make that material's MRP type as "ND". But, in your business case they may want to activate the MRP for all the material not now but may be latter.
    Thanks

  • How to access the global data in user exit.

    Hi All,
    How to access the global data in user exit.
    the question is that when we were writing a code in the FM. i need to read data from the standard program like newly created documen and this document number need to be accessed in my program.
    this document number is not imported to the FM i needed to access for frther proceed.
    Thanks in advance.

    Hi,
    See the below PDF file by Jeff Goldstein. There you can find all the details about accessing data outside of the exit.
    [SAP User Exits and the People Who Love Them|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/208811b0-00b2-2910-c5ac-dd2c7c50c8e8]
    This will help you to solve your problem.
    Regards
    Karthik D
    Edited by: Karthik D on Dec 2, 2008 4:18 PM

  • URGENT - HELP NEEDED WITH ECC 6.0 ACCESS KEY and USER SETUP

    Please help me with the two issues:
    1) In ECC 6.0, When I go to SE12 , table V-FAGL_ACTIVEC (New GL Activation) to make the table display and maintenance allowed, I am asked for the access key. What is the access key that I am supposed to put here. When I go to DEVACCESS table and put my username, I still dont get the access key.
    2) Also I need to know what should be maintained under SU01 to give a user all authorizations. I have SAP_ALL and SAP_NEW. Is there anyother profile need to be given here. Also do I need to give anything under roles tab in order for the user to have all accesses??

    OK I have TAR for this:
    TAR 4234076.996
    and related issue discussed in regards to 500 Internal Server Error described on Neverending frustration with JDeveloper
    with the TAR number
    TAR 4332393.995
    The latter has been demonstrated and confirmed to be a BUG at this point. For the future updates on this issue please refer to
    Neverending frustration with JDeveloper

  • How to access variables outside user exit

    Hi,
    I'm working with a user exit and my problem is that in a particular moment I have to access variables located outside the scope of the user exit (they are in a standard program)
    How can I reach these variables?
    thanks in advance

    Hi,
    If they are global variables then you can access them using Global assign technique,
    For example,
    FIELD-SYMBOLS: <fs_value> TYPE ANY.
    ASSIGN ('(SAPMV45A)XVBAK') TO <fs_value>.
    It is basically,
    ASSIGN ('(<Std. Program Name>)<Variable name>') TO <field symbol>.
    NOTE: To make sure they are accessible in your user exit, just put a break-point in the user exit and once you are there in debugging, type in,
    (<Std. Program Name>)<Variable name> in the Field names section and if it does not show it in RED then it is accessible..
    Hope this helps.. 
    Sri
    Message was edited by: Srikanth Pinnamaneni

  • Access database  STXL in user-exit

    Hello forum,
    I'm making a substitution / user-exit module PS,
    listed in the following :
    Structure PROJ Project definition
    PRPS WBS Element Structure  master data
    Structure WBS Element RCJ_PRPSUP higher (for validation / substitution)
    ABAP system field SYST structure.
    The problem is I need to access the database STXL to capture a field of the transaction  CJ20N
    CONCATENATE '%' wa_area2-pspnr INTO chr_tdname.
    SELECT SINGLE tdname INTO tdname FROM stxl
    CLIENT SPECIFIED
    WHERE mandt EQ sy-mandt
    AND tdobject EQ 'PMS'
    AND tdname LIKE chr_tdname
    AND tdid EQ 'LTXT'.
    w_header-tdid = 'LTXT'.
    w_header-tdobject = 'PMS'.
    w_header-tdname = tdname.
    w_header-tdspras = sy-langu.
    CALL FUNCTION 'READ_TEXT'
    EXPORTING
    id = w_header-tdid "Tipo de texto
    language = w_header-tdspras "Idioma
    name = w_header-tdname "Id del texto
    object = w_header-tdobject "Nombre del objeto
    TABLES
    lines = t_tline2
    EXCEPTIONS
    id = 1
    language = 2
    name = 3
    not_found = 4
    object = 5
    reference_check = 6
    wrong_access_to_archive = 7
    OTHERS = 8.
    Thanks for your help!

    Hi
    I believe u need to use the field-symbols, that exit transfer the field TCLAS only, so not ACTIO
    FIELD-SYMBOLS <FS> TYPE PSPAR.
    DATA: FIELD_NAME(30) TYPE C VALUE '(<MAIN PROGRAM>)PSPAR'.
    ASSIGN (FIELD_NAME) TO <FS>.
    IF <FS>-ACTIO = ....
    ENDIF.
    Max

Maybe you are looking for

  • Windows Updates won't install - Error 0x80072EFD

    Question  Windows Updates won’t install.  I’m receiving Error 0x80072EFD.  What can I do to solve this? Answer  This particular error means that your computer was not able to connect to the Internet when it tried to install updates.  First, check you

  • How to use DOMParser from an Applet / Or, how to parse XML from an Applet?

    Hey, As stating in the subject line, I wonder how to do it without getting an �Access Denied� error. I would like to parse a XML file that has external DTD pointing to a SYSTEM location. Yes, I can change it to a public location. However, in either w

  • How to get mail app to search junk mail?

    Is it normal behavior for the search function in mail to exclude junk mail? One of the main reasons I might search for a message is to check whether something I was expecting got sent to junk or not. Or to put it more simply: Is there a way to includ

  • Help: ONE_STEP DVD name not changeable?

    Hello, I have made a movie from a camcorder tape with iMovie, exportet it to iDVD. Then I wanted to burn a DVD without any themes using the onestep option.I succeeded. However unfortunately the DVD is named "one_step...." I did not find any way to ch

  • VIEW_MAINTENANCE_CALL and SORT

    Hey everyone. I'm using VIEW_MAINTENANCE_CALL to display/change entries from a client table. Is there any way i can sort the entries before displaying it? Thanks, Mário