Info type enhancement

Hi,
I have to add one text field in PA2001 infotype. I am using PM01 transaction.
I clicked the single scrn tab (enhances single screen of standard infotype ).
In this screen I gave the infotype no and under subobjects I choose the customer include radio button and then pressed the edit button.
After doing this, a message at the bottom of the screen is coming as CI_P2001 does not exit. check name.
Therfore I am not getting the structure to add the field.
Pls suggest.
Regards,

Hi,
It is not possible to enhance IT2001.
U can enhance only those infotypes in which CI Include is there.
Rewards points if helpful.
Regards,
Srinivas

Similar Messages

  • How to Enhance the info type in ECC 6.0,

    I  face a problem while enhanceing the infotype in EEC 6.0 ,
    but i know how to enhance in 4.7, here i face a problem is
    a error message comming like this
    "" SCREEN STRUCTURES AND CONVERSION CLASSES ARE NOT CREATED IN CORE SYSTEM"""
    what is that mean.
    actually i follow procedure in EEC 6.0 is
    initally go to T-CODE PM01 , then enter the info type num and click on edit button ,it will navigate into create the strrecture ,then iam creating the domain ,data element and save active.
    then  i click on GENERATE OBJECT button.
    finalliy i face above message like that,
    plz give me an idia ..
    Thank& Regards
    varma

    Please follow follwoing steps for PA infotypes.
    1. Execute PM01.
    2. Select 4th Tab as "SingleScrn" and enter infotype no. (eg. 0001).
    3. click Generate Objects button.
    4. Will get a screen for entering fields which u want to append to infotypes.
    5. Activate it.
    Pls mark necessary points if this helps to u.
    Regards,
    Ranjith

  • Additional field in 0001 info type

    Hi all,
    I want to add a new field in 0001 info type.
    i believe this is just enhancement.
    Could you pls suggest the ways to enhance the 0001 info type accordingly..?
    Thanks & Regards,

    1. Using transaction PM01 chose the 'Enhance Infotype tab' and press the create 'All' button.
    2. In the next screen enter the new fields you wish to add to the Infotype 0001.
    3. After Saving  and Activating check the screen(using PA20 / PA30) and table PA0001. You will be able to see your new field.

  • Custom field in standard info type data vanishes

    Hi,
    We have enhanced standard info type 9 & added a custom field.
    in PAI defaulting some value to this custom field.
    In PA30 when we make changes to existing records it defaults the valu in the custom field and when we save it it saves to data base.
    After some time the value in this field vanishes.
    Any idea on this?

    Hi there
    The screen of the infotype 0009 is separated in the standard screen and the customer subscreen. When the
    bank country key is changed, then the current screen has to be refreshed: this is due as the displayed screen is dependent of the country key (eg 2000 for the international screen, as example  2006 for France, etc).
    When we refresh the screen (technically a LEAVE SCREEN is done), the customer own fields are not yet passed from the screen layout to the screen logic as at the time of the refresh the customer PAI logic is not yet processed. Unfortunately this screen logic cannot be changed as this is a central place in the infotype 0009.
    Hope this would help!
    Kind regards
    Sally

  • REPORT FOR INFO TYPE 586

    Hi All
    I am trying to create a report for INFO TYPE 586  in HR ABAP,where  in a table apporx 30 investment codes , proposed investment and actual amount are apperaring .
    Now My problem is,  I do not want to use IF .... ENDIF statment. Is there any other way to write the code .
    Please Help.
    Thanks in advance.

    Hi,
    In this situation you can use field-symbols and/or a internal table. Like this:
    tables: pa0586.
    field-symbols: <ff1> type any,
                   <ff2> type any,
                   <ff3> type any.
    data: w_campo1(30),
          w_campo2(30),
          w_campo3(30),
    data: w_nx(2) type n.
    data: begin of i_myitc occurs,
            itc like pa0586-itc01,
            dsc(30),
          end of i_myitc.
    * fixed selection or may be from a z table
    i_myitc-itc = '01'. i_myitc-dsc = 'AAAAA'. append i_myitc.
    i_myitc-itc = '02'. i_myitc-dsc = 'BBBBB'. append i_myitc.
    i_myitc-itc = '03'. i_myitc-dsc = 'CCCCC'. append i_myitc.
    select single * from pa0586.
    do 30 times.
       w_nx = sy-index.
       concatenate 'PA0586-ITC' w_nx into w_campo1.
       concatenate 'PA0586-PIN' w_nx into w_campo2.
       concatenate 'PA0586-AIN' w_nx into w_campo3.
       assign (w_campo1) to <ff1>.
       assign (w_campo2) to <ff2>.
       assign (w_campo3) to <ff3>.
       read table i_myitc with key itc = <ff1>.
       write: / <ff1>, <ff2>, <ff3>, i_myitc-dsc.
    enddo.
    Best regards,
    Leandro Mengue

  • Who has deleted the info type?

    Hi there,
    We are running ECC6.0 with Oracle 10g Release 2 on Windows 2003 Server. On our development box, somebody had deleted an important info type. The Security Audit is not enabled in ECC. How do I find out which user deleted that info type?
    What if, instead of an info type, an important table is wrongly deleted from the ECC system? How to find out the username, who deleted it and is there a way to retrieve the table back?
    I appreciate your valuable comments / suggestions.
    Regards.
    Herbinger.

    I am not sure but have a look on table CDHDR and CDPOS. These tables store the information about change logs, may be you can get some information from these tables.
    Regards
    Subhash

  • Error in info type 0001

    Hi all
    when hired an employee, while saving 0001 info type inpa40
    system shows one error
    " Define a fiscal year variant first for company code 9369"
    anyone solve prob
    thanks and regards
    Seenu

    thanks for reply
    after filled this table (V_001_U) i got one error in info type 0001
    "Define a chart of accounts first for company code 9369"

  • Display custom info type in ESS portal

    Hi all,
    I have got a requirement that i need to display the custom defined info type in ESS portal , that info type have three  text fields.
    Is it possible to do this using a standard configuration in ESS portal or do i need to do some  development?
    Please suggest..
    Thanks ,
    Gunja

    Hi,
    You have to do custom development in NWDS. Please check the similar thread
    Customer Infotype in ESS
    Thanks
    Santosh

  • Use data type enhancement in XSLT mapping in XI

    Hi Experts,
    I'm working on SNC and I need to add an element to a data type.  I have created a data type enhancemnet with the element in it.  Now I need to get this into my XSLT mapping.  I have tried creating a message type but the data type enhancement is not recognized.
    Are data type enhancements only for proxies?  Can they be used in an XSLT or graphical mapping in XI?
    Thanks
    David Pauley

    Upon further investigation I found that Data Type Enhancements can be used with any message mapping.  There are a couple of things that you must get right.  First when creating the Data Type Enhancement make sure you use the namespace for your custom SWC that you created.  Next make sure that in the Ehancement for Data Type you use the SAP supplied data type name and namespace.  It also seems that your data type enhancement name, mapping name, and operational mapping name must have the Z_ prefix.  Save and activate, then go to system which owns the enhancement and go to SPROXY, you should see your custom SWC and under that you should see your enhanced data type, mapping, and operational mapping.  Activate and modify methods as needed here.

  • SUS - Added Data Type Enhancement and Higher level Proxies are not active

    Hello,
    I've added a field to our current data type enhancement Z_Purchase_Order_Item.  Once I regenerate the proxy on the enhancement and activate it the field appears as it should in the high level items that use the enhancement (PurchaseOrderRequest_In).  But those proxies have become inactive and when I try to activate them I get this message:
    Interface II_BBPX1_SUS_PO was repaired before the Modification Assistant was enabled. 
    All Modification Assistant functions only apply to future modifications, not to those already
    undertaken.  This means:
    -The modification overview only displays future modifications.
    -When resetting to the standard, the system will reset all objects to their current version, since
    the actual standard can no longer be identified by the Modification Assistant.
    -Support for adjustment after an upgrade will only be available for future modifications. 
    Modifications that already exist must be re-made manually using version management.
    The next message says:
    Object can only be created in SAP package.
    Then the status bar shows "Proxy Activated".  But when I close and reopen the proxy I see that it is once again inactive. 
    Does any know what I need to do to activate this proxy? 
    Thanks,
    Matt

    In SPROXY you can open your proxy and then view the Activation Log under the GoTo menu.  The log will explain better what the problems might be.  In my case I needed to activate another data type enhancement first.
    Thanks,
    Matt

  • Regd Data type enhancement

    Hi Experts,
    I have a 3rd party to Proxy scenario.The proxy strucuture is a standard structure , and i have created a data type enhancement
    for some custome fileds.
    its like : SWCV1 : contains the standard proxy
                SWCV2 : contains the data type enhacement.
    There is a SLD dependency created between SWCV1 and SWCV2. so i can see in SWCV2 the basis objects for SWCV1.
    In Abap the append strucuture is created.
    Now the issues is while mapping : My source structure passes this enhacned fileds, and i need to map those fileds and call the
    proxy.So for target strucuture , which structure i need to select, suppose i select  the proxy strucutre from basis object under
    SWCV2 (it shows the added fileds so that i can do the mapping) and i can do the mapping IR stuff is fine.
    But when i run the configuration should i select receiver Message interface from SWCV1(which doesnt shows the added fileds, or SWCV2 ..actually i cant see Basis objects to select from SWCV2)
    My doubt is if i select SWCV1 and finish configuration , the proxy call will happend with SI from SWCV1 which doesnt show the added fileds , then how the fileds will be passed to proxy?
    If any one have doen this kind of scenario?
    Regards
    Srinivas

    Hi VJ,
    Thanks for the inputs, but i still have a query  regarding the use of different  service interfaces in Interface mapping and
    at the configuration tme  (from different SWCV).i believe this is the reason that i am not able to post message successfully  from saop tool and getting "missing response". after doing this way.(without enhancements the serives call is happening fine).
    As mentioned ,IN Integration Repository  i will be using the Service interface from the basis objects under SWCV2 so that i can map the extra fields.
    but while selecting the inbound service interface  in configuration time  i will choose the standard service interface from
    SWCV1.
    Can you please explain how we can have two different  service interface referenced one  in IR and and different one in ID  and still this work.
    @ Sathis , I am doing the enhancement in a similar way as mentioned in the link.
    Regards,
    Srinivas

  • Missing data type Enhancement: CRMPARTNER_INFORMATION

    Hi All,
    I am creating an interface for business partner from ECC 6.0 to CRM 5.0.
    Inside CRM I am using the proxy message ABABusinessPartnerIn of namespace http://sap.com/xi/ABA.
    The problem I have is that from SPROXY inside CRM I can see the data type enhancement CRMPARTNER_INFORMATION from namespace http://sap.com/xi/CRM but I cannot find it in integration repository.
    Should I Import another SWCV?
    At the moment BBPCRM 5.0 is imported, as well as SAP_ABA 7.0 (sp11).
    Thanks and Regards,
    Sergio

    Hi All,
    did anyone already encountered this problem?
    I guess this extension is deprecated, just I am struggling on how to deliver tax classification information via the standard proxy, without having to build an enhancement to the standard.
    Regards,
    Sergio

  • Data Type Enhancement - CE 7.1

    Hello
    I´m creating a Enterprise Service Enhancement to add a field in the Output of the service. According to SAP documentation, I have to create a Data Type Enhancement and inside it I must select the Data Type to be enhanced (the original one).
    The Data Type to be enhanced is in another namespace and SWCV. I´m unable to select it since its in another SWCV. I already made a dependency configuration in SLD, but I still can´t select another SWCV.
    What´s the correct way to do that ? Should I copy all objects I´m going to use to my own SWV and keep sap namespace ? The sap SWCV is ESA-ECC-SE.
    Thanks

    If the external definition file is xsd, export the file as well as datatype. From the ED file take the statement beginning from root element and add it to the datatype as element. Validate it in some tools like XMLSpy or Altova and reimport it in PI as datatype.
    Regards,
    Prateek

  • Data Type enhancement Query.

    Hi All ,
    I have a query regarding Data type enhancement . We can create a Data Type enhancement based on a standrd Data Type and give a new name to this DataTypeEnhancement (DTE_Test). This is clear . My question is how do we actually use this newly created DataTypeEnhancement .
    In my case I do not want to change the Orignal Standard Objects.  I want to create Objects in a separate Custom SWCV . Can we create a new DataType / MessageType based on this DataTypeEnhancement and Use it. 
    Thanks
    Nilesh.

    Nilesh,
    Check this document 3.3 and its usage:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0bb5687-00b2-2a10-ed8f-c9af69942e5d?overridelayout=true
    Regards,
    ---Satish

  • Data Type Enhancement

    Hi Friends,
    In PI 7.1, I created a Data Type Enhancement, which is referred to one of the Data Type.
    This Data Type used to send a request to Web Service.
    I want to execute a mapping after getting response from Web Service.
    Now the problem is, data from fields, which are added in Data Type Enhancement, does not come out from mapping. But I can see that data in Web Service response xml.
    This is a problem regarding ns0, which is there with DTE fields in request of Web service, but does not with the response.
    Please provide the solution for this problem.
    thanks in advance
    Regards,
    Rohit.

    Hi,
    If you have a standard message type that you are reusing and then you just need to modify it a bit and rest of the strcutre remains the same.
    You can make extensions to this exisiting message type and this will help you reusing the existing Data type and the change will not effect any exisiting interface thats using the same data type.
    To exchange messages by using XI, we define data type enhancements for Integration Repository data types
    For more details go through the below link.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/a8/bfc6373c8fea43bdb3541535bcbd43/frameset.htm
    Data Type Enhancements
    You can add elements and structures at the top hierarchy level as subelements of the root element.
    You can define attributes for the root element or its inserted elements.
    You can create elements and attributes at the top hierarchy level as optional fields only. You can create all other elements and attributes as often as you like.
    You can define your own facets for newly inserted elements or attributes in the Details column. This is not possible for SAP data type fields.
    To use a data type enhancement, you must use ABAP proxy generation to create proxy objects for the data type enhancement in the application system. (Make sure you use the customer-specific software component
    Regards,
    Suryanarayana

Maybe you are looking for

  • Client email issues - Logged tickets complete lack of response from BC

    I am creating this post on behalf of a client(challenge insurance) in the hope that someone at Business Catalyst might see it and respond as there seems to be know other way of contacting anyone at the company and they seem to respond to any tickets

  • How to transfer Windows 3 data from a G3 with a bad floppy drive

    My first Mac was a PowerMac G3 beige tower (233 Ghz) in 1998.  At that time I installed VirtualPC running Windows 3.0 to use a genealogy program that didn't run on a Mac and input all my family data.  I have a 5 inch floppy disk with the data but whe

  • Can't enable my NIC on my new Satellite C660D-10M

    Hy there, My laptop (Toshiba Satellite C660D-10M) came with Free-DOS. I have installed WIndows 7 and all the required drivers from Toshiba website except the driver for my Network Adapter. I can't go to the Internet because of this! From this page: h

  • Where can I get OS 10.4

    My Powerbook which was running 10.5 has had a major headache so I put in an install disc and wiped it clean to give it a fresh start in life ! However when I now want to install using my disc for 10.5 it requires that I have 10.4 already installed !!

  • C3-00 and Apps

    I'm in the process of moving from my present phone, and am looking at a couple of Nokia Smartphones to replace it, unfortunately a couple things I need to know don't seem to be written up anywhere. I'm hoping some of the Nokia knowledgeable here migh