Regarding Custom infotype 9006 data maintanance

Hi,
There was an error showing while creating a record for custom infotype "9006" .
This infotype cannot be maintained directly
Message no. PG170
Diagnosis
You cannot maintain this infotype directly.
Like the Archived Objects infotype (0283), it can only be maintained by the system, and not manually.
System Response
Manual maintenance is not permitted.

It seems to me as some custom code is causing this error message. Can you get an ABAPPER to debug and check where this error message is being issued?
IT 9006 is a custom infotype, therefore either the message is appearing because the infotype has been copied from a standard infotype such as 0283, or this error message has been deliberately introduced by the infotype creator.
Atleast I could not find any table where this attribute is maintained.

Similar Messages

  • Custom infotype field data in Rem. Statement

    Hi,
    I am trying to display a date in the Rem statement from a field
    in custom infotype.Have given the table and the field and pulled
    the same into the Remu. statement with conversion being Date
    formatting.But the date is not reflecting in the slip.
    Request suggestions on the same.
    REgards
    Madhavi

    Hi,
    You can try the same through custom program.
    When you call the smart form you can pass the date in the data table and display it through payslip.
    Thanks,
    Sutapa.

  • Regarding custom infotype

    i have created a custom infotype.when i click the maintain overview button for that infotype,iam getting the maintain overview screen.but the problem is that some invalid names are coming as the field names.how to change the field names or header of the values in the maintain overview screen.please give me a solution.
    thanks.

    Hi Vadivel
    Custom infotypes have maintenace screens with the name "<b>MPXXXX00</b>". 'XXXX' is the infotype number. The overview screen is the number '<b>3000</b>' included in program "MPXXXX00". You can modify this screen as you want. However, it may be still in context of repair.
    Kind Regards
    *--Serdar
    [email protected]

  • Transfer custom Infotype 21 data to other HR system

    Hi All,
    We have extended Infotype 21 to include some custom fields. Now we want to transfer this to another HR system.
    We are not sure what message type to use while distribution and which user exits to change for both outbound and Inbound.
    Also will one single IDOC take care of all master data and the Infotype 21 fields too.
    Can anyone give me the steps we need to do for the following.
    This is urgent !
    Points will definitely be awarded.
    Regards
    Prasoon

    Hi Marlies,
    I did not realize at first, that it's you
    What's up? Give my greetings to everyone.
    Yes, indeed. And it works cross-system. Another way, of course, could be simply adding SKB1 table to the change request and transport it.
    Regards,
    Eli

  • T582A Update Custom infotype information

    Hi experts,
       I created custom infotype but the table T582A does not have my custom infotype IT9009  data.
    please let me know T582A is update manually Using maintenance view or it updates while creating infotype .
    Please send your Suggestions.
    Thanks in advance.
    Regards,
    Sivakumar.A

    hi
         Table T582A  - is used for customer settings in Administration infotypes.
    the info type that u created is  for admistration  .
    Hope this will give u lead to solve ur problem
    Cheers
    Snehi

  • FreeText box in custom infotype

    hi friends.
    I have a requierment in which i have to give a field which can accept long text.The length should not be limited.means Free text field.
    Can any one help me.
    advence thanx.
    chandra.....

    Hi,
    From the Screen design perspective ;
    Try placing a Text Edit Control in the custom Infotype.
    DATA  line_len TYPE i VALUE 60. "--- The length you define
    DATA  g_editor TYPE REF TO cl_gui_textedit.
    *1) ---- Create custom container control
    *2) ---- Attach Text Edit to Custom container
    CREATE OBJECT g_editor
      EXPORTING
       parent = g_editor_container
       wordwrap_mode =  cl_gui_textedit=>wordwrap_at_fixed_position
       wordwrap_position = line_length
       wordwrap_to_linebreak_mode = cl_gui_textedit=>true.
    *3) Read Text in a PAI event, say Save of the Infotype:
    DATA g_text TYPE string. "---- Or type TDLINE/the data type to match the size as per requirement
    CALL METHOD g_editor->get_text_as_stream
      EXPORTING
        only_when_modified = cl_gui_textedit=>false
      IMPORTING
        text               = g_text
      EXCEPTIONS
        OTHERS             = 1.
    For more.. check :
    [Sample code for TextEdit Control|http://www.erpgenie.com/abap/controls/textedit.htm]
    [SAP Textedit|http://help.sap.com/saphelp_nw04/helpdata/en/eb/549e36cf0ecb7de10000009b38f889/content.htm]
    Cheers,
    Remi

  • Logical database PNP not retrieving data for custom infotypes.

    Hi all,
    I am using logical database PNP in a program. I have declared infotypes as follows:
    INFOTYPES: 0001, 0002, 0041, 9801, 9840.
    The problem is that the logical database is retrieving data for the standard infotypes but not for the custom infotypes. Any explanation as to why data for custom infotypes is not being retireved and how this can be solved will be greatly appreciated.
    regards,
    Hamza

    solved

  • IDOC :: how to send data from Custom Infotype in SAP HR to third party

    Hi,
    I have created one custom Infotype by number 9020. How to send data from this infotype to third party system and also change pointers need to trigger for this infotype.
    Please help me in doing it.
    I am using one Custom Message type ZTALENT and Custom Idoc Type ZTALENT.
                                                                                    ZTALENT                        Talent Management                                                                               
    5  E1PLOGI                        Header for an HR Object (Master Data or Organizational Data)                                                                               
    5  E1PITYP                        HR: Transported Infotypes and Subtypes for an Object                                                                               
    ZPUSER                         User base Data File                                          
                    ZPERSON                        Personal Information File Segment                            
                    ZPOST                          Position File                                                
                    ZOPE                           Overall Performance                                          
                    ZPWORK                         Outside Work Experience                                      
                    ZPEDUC                         Education Details of Employee                                
                    E1P0000                        HR: HR Master Record Infotype 0000 (Actions)                 
                    E1P0001                        HR: HR Master Record Infotype 0001 (Org. Assignment)         
                    E1P0002                        HR: HR Master Record Infotype 0002 (Personal Data)           
                    E1P0016                        HR Master Record: Infotype 0016 (Contract Elements)          
                    E1P0022                        HR Master Record: Infotype 0022 (Education)                  
                    E1P0023                        HR Master Record: Infotype 0023 (Other/Previous Employers)   
                    E1P0041                        HR Master Record: Infotype 0041 (Date Specifications)        
                    E1P0105                        HR: HR Master Record Infotype 0105 (Communications)       
                   ZE1P9020
                    ZPLANG                         Language Details                                             
                    ZACTION                        Actions Changes            
    Regards,
    Krishna

    Hello Shankar,
             Technically TEMSE files are read by calling the following 3 function modules in sequence,
                  1) RSTS_OPEN_RLC or RP_TS_OPEN: open the temse object
                  2) RSTS_READ : read the object
                  3) RSTS_CLOSE: close the object
    Regards,
    Rajesh

  • Data not saving in Custom Infotype

    Dear Experts,
    I have created a custom infotype, 9003, for this I creates a structure ps9003.
    And I have to create a primary key field in my infotype, so I added a field in PA9003 as key field.
    Now this key field was not coming in the infotype screen, so I added it using screen painter.
    But now when I save the data the data is not saved in this key filed.
    Please Suggest.
    Warm Regards,
    Upendra Agrawal

    Hi
    As of my knowledge the primary key for the PA infotypes will be MANDT+PAKEY structure.  What is the need of adding the primary key.
    - While creating the custom infotype using PM01 screen will be automatically generated for the fields declared in PS structure
    - Screen Generation will wipe out the custom written on the fields so this is to be carefully handled.
    - if you added the field check logic in PAI & PBO
    - Check are you passing the data back to the infotye structure

  • How to use macro to pull data from custom infotype?

    Hi all,
    Is rp_provide_from_last p9004 space pn-begda pn-endda. works?
    i am getting all zeros .
    is using macros possible pull data from custom infotype? or only select?
    Regards
    sas
    For LDB PNPCE
    get peras:

    Hi,
    Try the following Macro it will solve out your problem,
    DEFINE rp_provide_from_last.
      rp_found = '0'.
      clear: rp_tabix.
      loop at &1.
        if &2 ne space.
          check &1-subty eq &2.
        endif.
        if &1-begda le &4 and &1-endda ge &4.
          rp_found = '1'.
          exit.
        endif.
        if &1-begda le &4 and &1-endda ge &3.
          rp_tabix = sy-tabix.
        endif.
      endloop.
      if rp_found eq '0'.
        if rp_tabix ne 0 .
          rp_found = '1'.
          read table &1 index rp_tabix.
        else.
          clear: &1.
        endif.
      endif.
    END-OF-DEFINITION.
    rp_provide_from_last <p????> space <begda> <endda>.
    Best Regards,
    Faisal

  • Data not storing in Custom infotype build with tab strips

    Hi All,
    I have created one custom infotype 9030,
    With screen 2000.
    which is having tab strips, I have build the screens refering to p9030-zztest its not storing in database.
    where I am doing wrong...please let me know what should be done in this case.
    Regards
    Satish.v

    Hi,
    Checkout the below link :
    <link to blacklisted site removed by moderator>
    Shailaja Ainala.
    Edited by: Thomas Zloch on Jan 28, 2012 9:06 PM

  • Set default dates for custom infotypes

    Hi .
    can anyone suggest me to how to set default dates endda and begda  to an custom infotypes.
    early rsponses heghly appreciate.
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    [Rules of engagement|http://wiki.sdn.sap.com/wiki/display/HOME/RulesofEngagement]
    [Asking Good Questions in the Forums to get Good Answers|/people/rob.burbank/blog/2010/05/12/asking-good-questions-in-the-forums-to-get-good-answers]
    Edited by: Thomas Zloch on Aug 23, 2011 1:33 PM

    If you want the default dates to show when creating or Copying a record, use Customer Exit ZXPADU01

  • Regarding    opening Balances  for customer  as   on date

    hi
    Experts..
      hw  to caluclate the  opening balances for  customers as on date.
      wt is  the procedure &  please    give the  tables names  and send needed stuff.
    Thanks & Regards
    Spandana

    hi..
    Use the BAPI 'BAPI_AR_ACC_GETOPENITEMS'.
    it will give you opning bal for customer.
    example:
    DATA: GT_LINE TYPE TABLE OF BAPI3007_2,
          WA TYPE BAPI3007_2.
    CALL FUNCTION 'BAPI_AR_ACC_GETOPENITEMS'
          EXPORTING
            COMPANYCODE = bukrs
            CUSTOMER    = kunnr
            KEYDATE     = date
          IMPORTING
            RETURN      = lt_bapireturn1
          TABLES
            LINEITEMS   = gt_line.
    table gt_line  will have the details of the open items for the customer.
    regards,
    Padma

  • Inserting data into custom infotype

    Hi,
    I`m trying to enter an employee record into a custom infotype (which basically belongs to PA ).
      I`m using the FM 'HR_INFOTYPE_OPERATION' and usage of FM is as below. But the infotype is not getting updated with the values.
    IF NOT I_9111 IS INITIAL.
    CALL FUNCTION 'HR_INFOTYPE_OPERATION'
      EXPORTING
        infty                  = '9111'
        number                 = V_PERNR
      SUBTYPE                =
      OBJECTID               =
      LOCKINDICATOR          =
      VALIDITYEND             =
      VALIDITYBEGIN           =
      RECORDNUMBER           =
        record                 = I_9111
        operation              = 'INS'
      TCLAS                  = 'A'
      DIALOG_MODE            = '0'
      NOCOMMIT               =
      VIEW_IDENTIFIER        =
      SECONDARY_RECORD       =
    IMPORTING
       RETURN                 = I_RETURN
       KEY                    = I_KEYTAB
    Let me know in case if I`ve missed out anything.Any help on this would be rewarded.
    Regards,
    Farhana

    Hi
    CALL FUNCTION 'HR_MAINTAIN_MASTERDATA'
           EXPORTING
                PERNR                = ITKEY-PERNR
                ACTIO                = INSERT
                TCLAS                = 'A'
                BEGDA                = ITKEY-BEGDA
                ENDDA                = ITKEY-ENDDA
                SPRPS                = ITKEY-SPRPS
                SUBTY                = ITKEY-SUBTY
                SEQNR                = ITKEY-SEQNR
                DIALOG_MODE          = SILENT
                LUW_MODE             = DB_MODE
                NO_EXISTENCE_CHECK   = NO_EXISTENCE_CHECK
                NO_ENQUEUE           = NO_ENQUEUE_DB
           IMPORTING
                RETURN               = IRETURN
                RETURN1              = IRETURN1
           TABLES
                PROPOSED_VALUES = ABSATT
                MODIFIED_KEYS   = MODIFIED_KEYS.
    *--- error handling
      IF MODIFIED_KEYS[] IS INITIAL.
        CLEAR SMESSAGE.
      ENDIF.
    Or
    call function 'HR_MAINTAIN_MASTERDATA'
           exporting
                pernr            = pp2006-pernr
                actio            = 'INS'
                begda             = sy-datum
                subty            = pp2006-stipo
              dialog_mode      = '1'
           importing
                return           = l_return
           tables
                proposed_values  = l_proposed_values.
    Manoj Shakya

  • Custom infotype with payslip data

    Hi,
    How to display the fields from custom infotype in HR forms. we have created a infotype P9030 from which I have to display the shift details of employees in payslip.
    How I will bring the custom infotype fields in the display. We are using international payroll run T.code PC00_M99_CEDT.
    Regards,
    Karthik.k

    Can anybody help.?

Maybe you are looking for

  • Apache and DynDNS... HELP!

    Hey everyone, i have a not so little problem with the whole Apache thing, and was wondering if anyone can help... Basically, i've created my website in iWeb, exported it to the usual /User/Sites folder where you can access it via typing your ip addre

  • Checking Rule Determination

    Hi Friends, In Availability check, Checking Group is Assigned to Checking Rule and their relation is many to many. My doubt is how one particular checking rule is determined in Sales Order (Availability).  Is that determined based on Strategy group a

  • COST CENTER VALIDATION

    Hi All, I got the situation where i need to use a cost center in another company code for this i have to write validation for the same. Please suggest me the formula for writing validation that when there is COST CENTER 1 it will not check for COMPAN

  • Problem about libCrun.so on Opteron/solaris10

    libCrun.so in my Opteron/solaris10 seems has problems: 1. the symbol "__1cH__CimplMex_terminate6F_v_"( __Cimpl::ex_terminate ) in libCrun.so uses R_AMD64_PC32 mothed to resolve. ------------------ex.cpp------------------ extern "C" void __1cH__CimplM

  • IOS 6.1 S/MIME public key does not install

    Hi; After an upgrade I am not able to install the key from an email. Previously this worked fine, and I would "view" the certificate and install the profile as it is called. But, now it does actually show the "intstall" button, but you cann not get i