Problem with OM infotype

Hello,
I have a problema with the IT1222 (General Attribute Maint.) in OM (Po10). I have configured it in SPRO with a new sutype (9104) and this subtype with 2 attributes in the table T77OMATTR.
Well, all is working, but I need that those attributes gets inherited to the objects (organizational units) that has a relationship in a lower level to the main organizational unit.
Thanks,

Thanks all, I have solved it.

Similar Messages

  • Problem with LSMW infotype 1950 recording

    Hi !
    When I use The LSMW recording facility to play in a PO10 Properties (HR infotype 1950) I get error in the process step when the pgm action to the =UPD command  is to clear all the screens fields (pgm MP195000 screen 2000).
    I see that when LSMW process step is running sets sy-datar to "X" when MP195000 screen 2000 is executing and then a clear step executes
    ....but it do not be the same with manually infotyp input  by the same screens.
    Can some one help me  with this problem?

    Can I import it from the QA Client....there are lot of recording in this project , in which I just want to export/import only one project , how can I do that .

  • Problems with loans and partition in Organizational Assignment

    Hi,
        I have a problem with loans(infotype 45) when exist a partition in Organizational Assignment infotype.How can we do to calculate the proportional wage types generated with P0045 (/LBD,/LRP,etc) in each partition?
    Thank you very much!!

    Technical wage types of loan do not split as the wage types of Basic Pay Infotype. Can you please provide me information regarding what issue you are facing in this. Do you want your Loan Installment to be reduced as per your organizational assignment?

  • Problem with decimal fields using BADI For PD Infotypes

    Hi,
    I'm implementing BADI  HRBAS00INFTY.
    For reading the fields of infotype , I'm using the substring
    of the field NEW_INNNN-VDATA .
    I have a problem with fields of type DEC.
    In field NEW_INNNN-VDATA it looks like this :  '####'
    I believe that the possible reason for this is conversion from DEC to CHAR
    But I don't know how to fix it.
    Thank you .
    Message was edited by: Alon Lozinsky

    Hi Alon,
    We had same issue. Use following code.
    data: hri1011_str type hri1011.
    move new_innnn-vdata to hri1011_str.
    HRI1011_STR fields will have decimal values.
    Let me know if you still have any issues. If solution works, kindly do Point Recognition.
    -Bharat

  • Problem with infotype 16

    Hello.
    I expose my problem.
    We Need The InfoType 16 'for each person With The fieldname LFZFR. In This feld we include the days to pay the Illness. For ex. we pay 42 Days. You Will include 15 days.
    This is the field we need for reporting. That's because this report does not want to have access to the payroll, only the master of time and personnel, so it is only informative. My question is whether the field can turn affect payroll or have no consequences.
    I changed the property from the PE03 CONTR, adding to the property MOLG my country grouping 04 Spain. In Spain I've added the subfeature ANSVH, so depending on the type of employment relationship show me a specific number of days.
    But when I add the ANSVH, I can not display the menu of possible values ​​contained in this sub-feature.
    http://i294.photobucket.com/albums/mm90/Ivaneee/ansvh.png
    I need to add it somewhere else?
    This post can be of help or not has nothing to do?
    PROBLEM with feature CONTR and the field ANSVH
    And how can I activate the field LFZFR  in infotype 16?
    thanks
    Edited by: Ivaneee on Sep 16, 2011 12:21 PM
    Edited by: Ivaneee on Sep 16, 2011 12:22 PM

    uuuuuuuup

  • Problem with infotype 0002

    Hi i'm enhanced infotype 0002, but i had to change the length of a field, and i'm having problems with activation.
    I tried to delete ci_p0002, but after that, i can`'t activate pa0002.
    the table still have that include. How can i delete it??
    Should i do anything else?

    You should not delete ci_p0002.. instead in SE11 double click on ci_p0002 & then delete the custom fields.. you can then activate the table.. be sure to run the database utility via Tcode SE14..
    Whenever you have to add/delete/change fields on an infotype go via PM01.
    ~Suresh

  • Problem with Infotype 0319

    Dear Expert,
    I have a problem with infotype 0319 (private insurance indonesia).
    When I create the infotype and run payroll, it will show error message "Enter rate / IDR rate type M for 01.01.2012 in the system settings".
    I already asked my FI consultant and he said that nothing was wrong with his configuration.
    I try to change the infotype WITHOUT CHANGING ANYTHING and the payroll works. Can anyone give me any idea why it can happened? Is it bugs or i miss something in my configuration?
    Thanks & Regards,
    nessiaka

    Hi Salil,
    Thanks for your prompt reply.
    In the link that you gave me, there is IDR and USD rate. "Enter rate IDR / USD rate type M for 03.01.2011 in the system settings". while in my case, the error message doesn't give any rate  "Enter rate / IDR rate type M for 01.01.2012 in the system settings".
    But My FI consultant already maintain all the rate. Either from USD / IDR and IDR / USD.
    Also in that link, there is some master data that haven't properly. But in my case, there isn't any problem with my master data. This is proved by clicking the "change icon" and save it, without changing a single thing.
    Any other idea and solution?
    Thanks & Regards,
    nessiaka

  • Problems with Upload record to Infotype 2010 together with Cost Assignment (PREF)

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

    Hi
    I create program using your guide
    http://scn.sap.com/people/aditya.palekar/blog/2010/01/19/uploading-a-pa-infotype-record-with-cost-assignment
    but I have two problems:
    If I call method "CALL METHOD ref2->modify_data" is obligatory parameter SECONDARY_RECORD, but I update only infotype 2010 as PRIMARY_RECORD and PREF (I don't have secondary record).
    When for secondary_record use same record as primary_record, give me an error. When for secondary_record use null record give me a error.
    I try used "ref2->MODIFY_PRIMARY_RECORD" and "ref2->MODIFY_PREF" together, but using method "CALL METHOD g_masterdata_bl->INSERT" updated only last record (in this case is PREF because is call as last method"ref2->MODIFY_PREF")
    What InfoType is Secondary_Record for InfoType 2010?
    I have problem with NO COMMIT data. Method "CALL METHOD g_masterdata_bl->flush" have a parameter no_commit with two possible options. When I use no_commit = 'X', this commit data even if this do don't commit.
    Why still commit data? When this method no_commit data?
    Thank you

  • Problems with office after upgrade to ERP 6.0

    After upgrade from R3 46c to ERP 6.0 , we installed sap gui 710 with patch 14 and in many frontends a new version of Microsoft Office 2003 SP3.
    In many PCs now we have a problem with macros and templates from PA20 transacction with Documents Management.
    We try to execute a Wor for a personnel number with infotype 910 and I have the nex messages when Windows open the Word 2003.
    "Al abrir este domento, se ejecutará el comando SQL siguiente:
    SELECT * FROM C:/DOCUMEN1andreaCONFIG1TempDatasource_tab.SAP
    Los datos de la base de datos se colocarán en el documento. ¿Desea continuar?"
    If you select "Si", appear another message ~SAP(BA6580C1-BE84.... es un documento principal de combinación. Word no puede encontrar el origen de datos"
    When, word document is dsplayed, we only see name of variable and they are not reeplaced by its value.

    Sorry, but the note is in Spain (I guess), can you please translate?
    We have the same issue on our productive HR system - but not on the development system, what makes it curious.
    When we try to start contracts in word we get the same message
    "Opening this will run the following SQL command
    SELECT * FROM C:\.....Datasource_tab.SAP
    How can we avoid this message?
    Thanks in advance!

  • Problem with HR inbound IDoc

    Hi,
    I have a problem with processing inbound IDocs from an external payroll system to infotype 0008.  The process is quite simple; salary changes from the payroll system is recorded to the corresponding employee's infotype 0008.  When testing I noticed that that the new record is recorded as is.  For example if there is already an existing record with the validity dates 01.01.2010 - 31.12.9999 and the new record in the IDoc is 01.01.2011 - 31.12.9999, the new record is written as is.  I would expect the system to delimit the old record correctly - similar to what would happen if you maintain records online.  There is no error checking or any kind of processing done by the system. 
    I did some debugging and found out that the function module linked to process code HRMD writes the information directly to the database.  If this is a standard way of doing this, it is really unusual.
    Has anybody else encountered this?  Any pointers?
    Thanks.
    Edited by: Theo Droste on Jan 20, 2011 11:56 AM

    Hi
    This is correct, the ale programme writes the data directly to the database, I have faced this isssue on occassion. I once raised an oss message on this as well, and sap confirms this is what happens. If it is a sap to sap ale, it somehow seems to work, - this could be because the outgoing idocs are created by sap itself  but if it is a non sap to sap ale the onus is on us to ensure that the external system sends the correct data to sap in the way we intend it to be displayed.
    that is how it has been in my experience. It is unusual, but apparently not impossible. Please let us know if you find out anything different.

  • Display Problem in Custom Infotype

    Hello Experts,
                          A problem is being encountered in the display of data using the overview icon for a custom infotype. When we enter data through transaction PA30, we are able to see data as per the date validities when the user clicks on display icon. But when the Overview button is clicked, the data is not being displayed properly.
    The following comments were logged with the following dates.
    02.12.2007 31.12.9999 - Comment 1
    14.11.2006 30.11.2006 - Comment 2
    01.01.2006 13.11.2006 - Comment 3.
    when the same is observed using Overview icon, data is not being diaplyed properly.
    Any help would be greatly appreciated.
    Thanks
    Srinivas.

    Hi Sankhadip,
                           Thanks for your reply. The problem is in my Custom IT9005. The time constraint of the infotype is 2. I am using LSMW to upload data. I am not having any problem with loading data as of now, but its only wit the overview icon, its not updating properly.. Please help me with this. Thanks again for your response.
    Srinivas.

  • Problem with PA30 event LIS1

    Hi all,
    I have a problem with PA30, I have three kind of subtyes, AS, CO, DI for a Z infotype, but I have a requirement,  when I push the mountain(LIS1) list style for all subtypes, don't see the AS type, because the user does`'t need and is confused for him, but he need to see the 'AS' when he puts the subtype in the field of pa30, because he needs to create and delete it in some case, just when he push the LIS1 don't see it,
    so the question is, is any way to do this ? I've been seeing by user exit and badis but the P9105 is a structure, so i can't get al the table to delete teh 'AS' or maybe have another name,  or some place where it fill the table that display.
    Some suggestions??
    Please let me know.
    Thanks a lot.

    Explore dynpro 3000 of your Z infotype (MPnnnn00 report in se80)

  • Problems with Personnel Cost Planning

    Hi all,
    i have problems with the Personnel Cost Planning specifically with the Quota planning (infotype 1019).
    i save data in the infotype 1019, Quota planning, for a organizational unit and in the infotype 1005, Planned Compensation, i save data for a job (i also tried with positions), but i can't value the cost for the organizational unit.
    maybe I'm missing some setting or I'm doing something wrong.
    Thanks

    Joanne,
    Are you still having issues with BI-IP?  I have been troubleshooting with the basis folks in getting BI-IP up on a new system over the last few day to a week and have now gone through the process myself whereas before I had been given a system already set up.  I have enclosed some troubleshooting feedback with my counterpart in getting the system up.
    What type of issue are you having? 
    Can the basis folks start the planning modeler or planning wizard in RSPLAN even if you can't?
    1. The note mentioned above 919850 and the help documentation in SPRO under
    SAP NETWEAVER->Business Intelligence->BI Integrated Planning
    are very helpful.  They have to set the following Jco Destinations in Web Dynpro Content Administrator:
    BI_MODELDATA
    BI_METADATA
    WD_ALV_MODELDATA_DEST
    WD_ALV_METADATA_DEST
    And the problem was the connection to the message server. It was not possible to connect without having a Logon group assigned. This had to be done in WI4 ABAP as well as in the SLD for this system. After that assignment connection was no problem.
    2. make sure you have the portal ips in your host file.
    3. have they have created an account for you in client 001 of the NW04S?
    4. Have they created a portal id for you and  assign the portal role com.sap.ip.bi.business_planning_showcase to you?
    5. have they configured the setting for starting the planning modeler (also under SPRO)..
    Hope this helps.  If you have more specific questions, feel free to e-mail me directly.
    Mary

  • Problem with Update Text fields in Infoset

    Hi experts,
    Here i would like to rephrase the question. Normaly while working with Infosets, when press "update text fields" button, those fields having text is updated. But one of my field is not updated. I need some help from you for that.
    One more question i've that my field is having check table so i would like to know how exactly the text field is updated.
    scenario.
    Customized IT9320 has field prt_pos added. This field is having check table T528B. But i want text field to be attached is IT1000-STEXT.
    How this can be done, because i suspect that just using check table field IT1000-STEXT is not attached to IT9320-prt_pos.
    Please help. I'm really got stuck here.
    Thanks a lot,
    Toral.
    Hi,
    I'm working on customised Infotype. I need to add one new customised field ie Present Position. This field has number as well as text associated with it. There is a check table attached with this field so that text can be displayed alongwith number.
    I need this field in SAP/Adhoc query. But when i go to SQ02 this fields shows only value. Text is disabled for this field. I'm not sure why is it so.
    I looked into other infotype which as one field using same data element, and that field shows both value as well as text. Please help me to rectify this issue for present position field.
    Thanks,
    Toral.
    Edited by: Toral Sheth on Jul 4, 2008 2:01 PM

    You would be much better off with one multi-line form field.
    There are many problems with trying to determine when one is at the end of the display field with text entry.

  • Problem with interface - when send the data for PA0002

    Hi Gurus,
        I am interfacing employees data from one system to another system  with all the PA infotypes.
    we are using the fuction module " HR_MAINTAIN_MASTERDATA " to upload the master data. Here the problem is, when we send the data - in destination system all the segments have the data correctly . But middle name is not loaded in to the system. Problem with only middle name.
    But, here strange thing is, when i resend the idocs it is laoded correctly all the fields with middle name also.
    I am unable to figure out the problem .. Please let me know if you have any advise on this ..
    Thanking you.
    Regards,
    Giridhar Pujari

    Hi Sikindar,
       Technical name is corrent .. and once you resend the idoc, you can't see the problem again.
    Regards,
    Giridhar Pujari.

Maybe you are looking for

  • Picking the files from R/3

    Hi, I have a scenario where the flow is R/3 --> XI ---> Legacy. Scenario: In R/3 flat files are generated and kept in some specific folder  so these flat files after manipulation(in XI) needs to be delivered to Legacy system. So is there any possibit

  • Space after SGEN ?

    hi, i have ERP6 EHP4 with 60 GB in database , but after running the SGEN T-Code it was increased to 90 GB and the log file also increased to 48 Gb from 3 GB . my question is , is this normal of this much of space . if yes then it's ok if not then wha

  • Justb realized

    I used PQDVD to convert these 3 movies--They were converted using a resolution setting for TV-OUT.Will doing this prevent from watching on IPOD or is it suppose to allow viewing on tv and ipod screen????

  • Info Package Transport has failed

    Hi All, I have transported a Request to Quality--it having errors Error Message shown below Object R3TRISIPZPAK_8EEM4THBUB1V11IHQLM060IMR is in repair status. Therefore, it cannot be imported, Can any one pls suggest karuna

  • BO obects for R/3 or ERP

    Where can we find a list of Business objects  (programming side)  for R/3  or ERP Moderator message: please do more research before asking. Edited by: Thomas Zloch on Sep 2, 2011 10:47 PM