Regarding Enhancements in ECC 6.0

Hi,
           This is Pavan. Can anyone explain in steps how to standard infotype in SAP ABAP-HR in ECC 6.0
Thanks in advance

Hi PavanVelamuri,
Hope this would help you ,
http://sample-code-abap.blogspot.com/2008/06/hr-abap-02-getting-started-ldb-pnp.html?showComment=1214678040000
http://sapient.wordpress.com/category/abap-hr-development/
Regards,
Sreekar.Kadiri.

Similar Messages

  • AFAB enhancements in ecc 6.0

    Depreciation run is now capturing profit center blocked issue in error log. Is this an enhancement in ecc 6? This was not the case in 4.6. I just need to confirm this.

    Hi,
    Identify the profit centre and check its master data.
    Make sure that the Lock Indicator under Indicators tab is not activated.
    If this indicator is set, postings will not happen.
    Regards,
    Praisty

  • Regarding Connection to ECC 6.0

    Hi All,
    This is regarding connection to ECC 6.0
    I have created a system in
    System Admin ---> System Landscape --> My_Folder
    For the system I have given the foll. parameters for Connector
    Application Host
    SAP Client
    SAP System Id
    SAP System Number
    Server Port
    Do I need to give something else in order to make the connection with ECC 6.0
    Also how do I test the connection.
    Please help. It's urgent.
    Regards
    Nikhil Bansal

    Hi
    When I am testing for the Connection then I get the foll. Results
    SAP Web AS Connection
      Test Details:
    The test consists of the following steps:
    1. Check the validity of the system ID in the system object
    2. Check whether the system can be retrieved
    3. Check whether a SAP system is defined in the system object
    4. Validate the following parameters: WAS protocol; WAS host name
    5. Check HTTP/S connectivity to the defined backend application
      Results
    1. The system ID is valid
    2. Retrieval of the system was successful
    3. The system object represents an SAP system
    4. The following parameters are valid: WAS Protocol (http) WAS Host Name (xyz14.xxx.com:8000)
    5. HTTP/S connection failed
    Seems the WAS Host Name is valid.
    What does  HTTP/S connection failed mean.
    Regards
    Nikhil Bansal

  • Upgrade issues in moving Exits and BADI Enhancements to ECC 6.0

    Hi All,
    I want to know when moving customer enhnacements including badis and exits etc.,  while upgrading from R/3 to may be ECC 6.0 what kind of issues will be  encountered .
    Will there be manual efforts required to import all of the ones migrated to this new framework.
    To my understanding the ones which exits in the same way can be imported in the new system however what about the ones migrated like conventional badis being included in enhancement-spot.
    I belive there would be issues because of the new enhancement framework and not all enhancements rather a good number of them would report issues as they might have got incorporated in this new technique.
    Please suggest with some logical explanation.
    To be precise let me add here, for example we have a badi implementation in old release. now when we import it to ECC 6 where badi implementation exits only in a container Enhacement implementation. Now my question is whether we have to create an enhacement implementaion for the badi implementation or not? i.e manual efforts will be required or not?
    thanks and regards,
    Vikas.
    Message was edited by:
            Vikas Taneja

    Hi Nikunj ,
              Thanks , I have one problem . I now installing AFS 6.3 ADDON in our server , While installing i got the message box given below .
    REPEAT      SKIP     CUST.COCKPIT
    PHASE CHECK_REQUIREMENTS :EXPLANATION OF ERRORS
    "THE SYSTEM HAS FOUND THE NUMBER OF OPEN DATA  REQUESTS "
    Kindly tell me , what i have to do .
    Regards
    Selvan

  • Is there equivalent BADI or Implict enhancements in ECC for Filed exit

    Hi guys,
    Is there any BADI or any other alternate in ECC for the Field exits:
    FIELD_EXIT_BP_VERS_Z
    FIELD_EXIT_BP_VERSION

    Hi,
    If you are aware that these are the field exit funciton modules that get created when you create a field exit for the corresponding data element.
    Hence there will not be any replacement for this FM, But you need to find where the data element is triggering(the tcode) and check in debugging if there is any BADI/Enhancement Point.
    Hence check for which data element the FM belong to using the program RSMODPRF and check if they are globally activated, then they trigger on all the screen/transactions..(Tedious to replace with BADi/Enhancemnet points everywherre)
    If the field exit is activated for screens, check to which transaction the screens belong to and then check for enhancement point or badi that trigers on the screen..
    Hope this helps
    Regards
    Shiva

  • Regarding Enhancement

    Hi All,
    greetings of the day!!
    In MB5B trasaction(stock  on postning date) one enhancement is there , and  i maintain one select-option in that enhancement ,
    when i execute the report tthe select-option is not shows in the selection screen.
    please tell me what is the  problem.
    Transaction:MB5B
    Report: RM07MLBD 
    Enhancement spot: line no: 343.
    enhancement 4  ad_mpn_pur2_rm07mlbd.    "active version
    select-options:  mfrpn for mara-mfrpn memory id mpn    matchcode object htn.
    select-options: s_matkl for mara-matkl.        "my customised select-option which is not shows in the selection screen
    endenhancement.
    regards,
    Sateesh.

    HI,
    Your problem can solve by an saptechnical site.
    In that site, Demo on Enhancement Framework topic will helps to your requirement.
    It explain from basics. You can get a clear picture.

  • Enhancement In ECC 6.0

    Hi Frnds,
    I have implemented an enhancement spot in ECC 6.0. In enhancement Iam using internal table value and this internal table is populated in the main program ( Standard SAP Program). When I debugged the program, internal table is initial inside the Enhancement. I checked the internal table before entering into the enhancement it is having all values but as soon as it enters into the enhacement it is initial.
    ENHANCEMENT 22  Z_ACCOUNT_ASIGHMENT.    "active version
    SELECT SINGLE spart FROM mara INTO gv_spart
                          WHERE matnr = g_vtrlp-matnr.
    ENDENHANCEMENT.
    here g_vtrlp is internal table. It become's initial as soon as it enters into the enhancement. but outside it is showing values.
    Can some one guide me to solve this problem.
    I will give points for all who helps me.
    Thanks in Advance.

    Hi Chakravarthy,
    According to the SELECT statement given by you you are retrieving a single field data i.e. SPART into a single field gv_spart based on a where condition gv_trip-material. My question to you is how can you refer to gv_trip-material in the where condition if gv_trip is an internal table. I suggest you try the below code and see if you are getting the desired result.
    ENHANCEMENT 22 Z_ACCOUNT_ASIGHMENT. "active version
    if gv_trip[] is not initial.
    SELECT spart FROM mara INTO table gv_spart
    for all entries in gv_trip
    WHERE matnr = g_vtrlp-matnr.
    endif.
    ENDENHANCEMENT.

  • Regarding Enhancements/User-Exits in ABAP

    Hi,
    Can anybody tell me What is meant BY Enhancements & User-Exits.
    Also what are diffrent types of Enhancements/User-Exits avialable.
    Can anybody explain me about diffrent types of Enhancements/User-Exits.
    Can anybody provide me documentation with the examples
    for diffrent types of Enhancements/User-Exits.
    If anybody is having good material on the same please post it.
    Thanks in advanace.
    Thanks & Regards,
    Rayeez.

    Customizing exits allow you to add your own functionality to SAP’s standard business applications without having to modify the original applications. SAP creates customer exits for specific programs, screens, and menus within standard R/3 applications. These exits do not contain any functionality. Instead, the customer exits act as hooks. You can hang your own add-on functionality onto these hooks.
    If you want to enhance the functionality of your R/3 System, you should take advantage of the exits available in standard R/3 applications. There are two main reasons why you should use exits rather than modifying SAP software yourself. Add-ons attached to exits have the advantage that:
    •     They do not affect standard SAP source code
    When you add new functionality to your SAP System using SAP’s exits, you do not alter the source code of standard SAP programs in any way. The code and screens you create are encapsulated as separate objects. These customer objects are linked to standard applications, but exist separately from SAP’s standard software package.
    •     They do not affect software updates
    When you add new functionality to your R/3 System using SAP’s exits, your objects (called customer objects) must adhere to strict naming conventions. When it comes time to upgrade a to a new software release, customer objects’ names ensure that they will not be affected by any changes or new additions to the standard software package.
    Customer exits are not available for all programs and screens found in R/3 standard applications. You can only use customer exits if they already exist in the R/3 System. You find find more information about locating applications with pre-defined exits in Locating Applications that have Exits.
         As part of the enhancement concept, it is possible for the customer to 
         add his own elements to application logic, screens and menus.                                                                               
    The current possibilities for enhancement are:                                                                               
    Text enhancements:                                                     
         Allow the customer to add supplementary documentation for data fields  
         non-specific to a transaction, and to change key word texts.                                                                               
    Field exits:                                                           
         Every screen element with data element reference can branch to PBO or  
         prior to PAI to a function module if desired. The field contents are   
         available here for doing special checks and making changes (e.g. user- 
         specific checks, authority checks, writing entered data and producing  
         statistics...).                                                                               
    Function exits:                                                        
         From the main program you branch into a software level, in which you you
         can store ABAP/4 coding. The applications programmer at SAP determines 
         where in the main program the function exit is placed, and which data is
         imported/exported via the interface. The accompanying documentation    
         describes the functionality of the function exit.      
         Menu enhancements:                                                       
         Pre-conceived menu items can be activated and named. On the function code
         set at menu item selection, there can be a reaction in a relevant        
         function exit.                                                                               
    Screen enhancements:                                                     
         The customer can determine the layout of areas in screens provided by the
         applications developer. Here, additional information can be displayed or 
         data entered.

  • DataSource Enhancement in ECC 6.0

    Dear Gurus,
    Do anyone of you know the steps of Enhancing an Satandard Datasource (ex. 0FI_GL_1, 2LIS_13_VDITM) in ECC 6 or ECC 5.
    I know the steps in R/3 but currently working in ECC 6. And finding it different.
    Searched in forum but no luck !!
    I have created a new characteristic and need to add it in the standard datasource (0FI_GL_1)
    ASAP.
    Please help !!
    Thanks, Akash.

    Hi Chakravarthy,
    According to the SELECT statement given by you you are retrieving a single field data i.e. SPART into a single field gv_spart based on a where condition gv_trip-material. My question to you is how can you refer to gv_trip-material in the where condition if gv_trip is an internal table. I suggest you try the below code and see if you are getting the desired result.
    ENHANCEMENT 22 Z_ACCOUNT_ASIGHMENT. "active version
    if gv_trip[] is not initial.
    SELECT spart FROM mara INTO table gv_spart
    for all entries in gv_trip
    WHERE matnr = g_vtrlp-matnr.
    endif.
    ENDENHANCEMENT.

  • Enhancements in ECC 6.0

    Hi,
            Can anyone explain how to enhance standard infotypes in ABAP-HR in ECC 6.0
    Thanks in advance.

    HI pavan,
    Use Transaction PM01.
    1. Goto tab "Single Scrn".
    2. Create the Customizing Includes with the fields you require.
    3. Then click on "Assign Enhancement" to link the enhancement to the standard infotype screen.
    Best of luck,
    Bhumika

  • Need concrete sample for enhancements in ECC 6.0

    hi,
    I am not able to clearly understand this enhancement technique. For e.g. I go to ME21N and click on menu System--> status, click on the program name " SAPLMEGUI ". I see some enhancement points/spots.
    ENHANCEMENT-POINT SAPLMEGUI_01 SPOTS ES_SAPLMEGUI STATIC.
    $$-Start: SAPLMEGUI_01----
    $$
    ENHANCEMENT 42  OI0_COMMON_SAPLMEGUI.    "active version
    IS-OIL Class implementations
      INCLUDE oi_lmeguicioi.
    ENDENHANCEMENT.
    So how do I proceed further in order to enhance the code ? A clear explanation with any other example will
    also do. Step by step explanation is highly appreciated.
    what does that 42 mean there ? Also i saw somewhere the statement enhancement-secion , what does it mean ?
    thanks

    Hi,
    Check the links below for Enhancement framework documents.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/94/9cdc40132a8531e10000000a1550b0/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?rid=/webcontent/uuid/2342e1f3-0b01-0010-a186-fdd404884050 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/bb54c452-0801-0010-0e84-a653307fc6fc
    best point to start are the WebLogs of our product manger Thomas Weiss:
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/the%2bnew%2benhancement%2bframework%2band%2bthe%2bnew%2bkernel-based%2bbadi
    Regards
    Kiran Sure

  • Regarding enhancement for 0customer_attr

    hi,
    i had a requirement like this i need to enhance 0customer_attr datasource for that how can i give details in the document,is it possible to write like this which is given below in detail design document
    •     Source table/view details
    •     Join & Selection criteria
    •     Routine logic
    Developers shouldn’t be required to do any further analysis. Logic and details specified in the design document should be sufficient for them to develop the routine.

    Hi Srikanth,
             Check here.........
    /people/vikash.agrawal/blog/2006/12/18/one-stop-shop-for-all-your-lo-cockpit-needs
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b0af763b-066e-2910-a784-dc6731660f46
    Regards,
    Vijay.

  • Regarding  Enhanced Receiver Determination

    Hi Experts,
    I go through the Blog
    /people/venkataramanan.parameswaran/blog/2006/03/17/illustration-of-enhanced-receiver-determination--sp16
    In this i am not getting the Source Msg Structure And Target Msg Structures
    Can any one Give me a LOOK at this Structures Please..............
    Regards
    Khanna

    Hi,
    >>>>Can u Explain me in detailed what is the use of SAP BASIS 6.40 here.
    What is the necessary in this scenario.
    Why should we create Receiver et in the SAP BASIS.
    >>>>SAP BASIS 6.40 here.
    you can get required message type from it
    >>>>Why should we create Receiver et in the SAP BASIS.
    no need as it's already there (the message for receiver det)
    Regards,
    michal

  • Regarding enhancing thetransaction xd01.

    Dear All,
                  In CMOD i am creating the project "ZEMAX" for creating enhancement object. i.e. my project is for program "SAPMF02D"
                     i.e. User exits: Customer master data. But when I am clicking on component TAB it gives me
                                     Function exit                  EXIT_SAPMF02D_001     when I am double clicking on it it gives me
                                       FUNCTION EXIT_SAPMF02D_001.
           "code
                                                                                    INCLUDE ZXF04U01.
    ENDFUNCTION.
                      But when I am double clicking on  INCLUDE  ZXF04U01 then it is message   " Program Name ZX.... are reserveed forincludes of exit function groups".
                      So what to do now.
    Regards,
    ANUP UBHAD.

    Hi,
    I guess this is not the error but this is warning message which you are getting.. double click on that message you will get the all the details why this message is coming.
    after the warning message has been displayed just press the enter button it will give you the pop up to create this include.

  • Regarding Enhancing LO Data Source.

    Hi is it possible to enhance LO Data Sources like 2lis_02_bf or 2lis_03_itm etc??

    Hi Jayanth,
    Yes, we can definetly do.. pls check the following links it would be of good help..
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    http://www.ko-india.com/content/weblogs/weblog_custom_fields_1.pdf
    also take a look
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/59069d90-0201-0010-fd81-d5e11994d8b5
    Enhancement
    User exit
    Re: Master data Enhancement Exit
    Hope this  helps..
    Best Regards,
    DMK
    *Assign points if it serves your purpose...

Maybe you are looking for

  • How to save a numbers file on macbook to iCloud?

    i have just started using icloud and want to save a numbers file on my macbook pro via icloud so i can use it on my iphone 5 please!!??

  • Dynamic service invocation using ws addressing reply-to

    Hi, I am sending soap request contains ws addressing header with message id, reply-to values to invoke a async bpel process. So can I invoke a web service inside async bpel using input reply-to value dynamically? Do I need to create a dynamic partner

  • CS5 issues in Liquify

    Sorry if I have this in the wrong place but this forum is really confusing not like any other I have ever used in the 20+ years of using a PC. Regardless here is my question, and feel free to move this post to the correct area if your an admin. my sy

  • TATX item

    Dear Experts, In TATX text item while inputing tatx in item category i am unable to input order quantity ...its in non input field.where will find in required field...coz i want to input order quantity. Thanks Shri

  • IPAD 3 ERROR DF 09 20

    My new ipad 3 shows error DF 09 20 when rebooted after inserting sim from local service provider. I am unable to connect to 3G.