Change with info type screen 2002.

Hi All
I want to change infotype screen 2002 subtype 1200 (over time hours paid), need to add a field P2002-PREAS.
the same thing should work for List entry for multiple entires.
Any idea how can I modify this.
rgds
Anup

Hi I have created a new screen 4099, copy of 4050 with that field, modified screen 4099 which is for subtype 1200, what programming code do I need to change??
C

Similar Messages

  • Custom table needs to be updated based on changes in Info type P0000

    Hi All,
       I have a requirement wherein when we make changes to info type P0000 this should be reflected to a custom table.
    If i create a new record, delete an existing record or make changes to a record in INFOTYPE P0000 this should also be reflected in my custom table.
       My custom table has 5 fields from info type p0000 and some custom fieds.
       please can you let me know exactly which user exit to use to acchieve the solution. and where exactly i can put the logic.
    Thanks,
    Mars

    Hi Venkat,
      I tried to code in the method AFTER_INPUT and executed but there are few thing which i have come across.
    1. when ever i create a new record in PA40 and each time i save the screens of PA40 this method is called and based on check it tries to update the table taht many times.
    2. The logic which i have used in the BADI implementations is as below:
      DATA: l_text TYPE string,
                 l_answer TYPE string,
                 lw_split TYPE XXXX.  (custom table)
      IF old_innnn NE new_innnn.
        lw_split-mandt = sy-mandt.
        lw_split-pernr = new_innnn-pernr.
        lw_split-begda = new_innnn-begda.
        lw_split-endda = new_innnn-endda.
        l_text = 'Does this employee need a split STIP?'.
            Display a pop up message to the user.
        CALL FUNCTION 'POPUP_TO_CONFIRM'
          EXPORTING
            titlebar                    = 'Choose'
            text_question               = l_text
            text_button_1               = 'Yes'
            text_button_2               = 'No'
            default_button              = '1'
            display_cancel_button       = space
         IMPORTING
            answer                      = l_answer
         EXCEPTIONS
            text_not_found              = 1
            OTHERS                      = 2.
        IF sy-subrc EQ 0.
          IF l_answer EQ '1'.
            lw_split-stflg = 'Yes'.
          ELSE.
            lw_split-stflg = 'No'.
          ENDIF.
        ENDIF.
        MODIFY TABLE  XXXX FROM lw_split.
        CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
          EXPORTING
            wait = 'X'.
      ENDIF.
    3. when i try to activate this chunk of code it gives me error  saying "XXXX" is unknown. i tried to declare it under TABLES but in Vain.
    4 I have also tried to use the modify statement in IN_UPDATE instead of updating custom table in same method but its giving me same error "XXXX" is unknown. i tried to declare it under TABLES but in Vain.
    can you let me know your view on this. The above chunk of code is in case of creating a new record in P0000 info type.
    Thanks,
    Mars
    Edited by: Mars878 on Oct 13, 2009 9:18 AM

  • Table T588M for info type screen display:

    Hi Experts
    I have deleted relevant entry in in table T588M for an info type still the system shows some screen. where from does that screen come. Can anybody help..?

    As i understand, there is a screen element that you want to get it disabled but is not available in the table v_t588m. Is that right???
    If YES, the screen element/ field of your screen, for example 3000 of it0817, can be disabled from the screen layout also.
    Go to SE80 -> select the module pool mp081700 as your program -> select screen 3000 -> Click on the 'layout' in the application toolbar -> select the element and delete or change the properties, might be display properties in your case.
    Hope this helps.
    Cheers,
    LG

  • Info type screen change

    Hi,
    I have to make changes in the screen of 0105 (Communication) Infotype for subtyp MAIL. There are 2 fields USRID & USRID_LONG in 0105 IT, by  default USRID field is being displayed on the screen instead I want to make USRID_LONG field to be displayed on the screen.
    Is this possible through configuration

    Hi,
    just do like this...
    data:
      USRID like tabname-USRID,
      USRID_LONG like tabname-USRID_LONG.
    at selection-screen output.
      if USRID_LONG is initial.
       loop at screen.
         if screen-name CS 'USRID'.
           screen-active = 0.
            modify screen.
        endif.
      endloop.
    endif.
    This code will result in hide the usrid on the screen...initially the field USRID_LONG will visible
    Edited by: Kiran Saka on Feb 10, 2009 11:50 AM

  • How to add a field in standard tcode pa30 with info type 21.

    Hi Experts
    I need to add a field Child Allowance Entitlement in PA30 transaction where infotype is 21, this field is available in table P0021 but which is not active in standard transaction.
    I just check in SPRO Settings - > Personnel Management - > Personnel Administration -> Customizing user Interface -> Change screen modificaion -> in that i gave the module pool number as mp002100 and screen number as 2000. the field is not shown there. but in alternative screen 2005 that field is available how can i display that field in the standard transaction pa30 with infotype 21.
    Can anyone please suggest me to display the field in the standard transaction.
    Regards,
    Vijayan.R

    Hi Vijayan,
    to modify the infotype screen for your purposes, you have to maintain feature P0021 as mentioned above, in order to obtain your screen modifier.
    Usually this modifier is equal to your corresponding MOLGA.
    This modifier is then used in V_T588M, when you can assign alternate screen modification to your modifier.
    Let`s say :
    Modifier 06 - France -    Screen 2000
    Modifier 01 - Germany - Screen 2000 with some hidden fields.
    I hope it helps
    Best regards
    Ondrej
    Edited by: Ondrej Smutny on Aug 15, 2011 10:38 PM

  • Problem in HR Custom Info Type Creation

    Hi,
    Created custom info type from PM01...
    Activated... This is working fine in the System and Client where I created.
    But its not working from other client..?
    I am getting error by saying that Info Type is not created... All the Structure and PAXXXX table got activated in both Clients.
    Earlier we faced same problem, at that time our team made some changes to info type and probelm resolved.
    I don't know where and what exactly we need to do...
    But,
    One of the problem I identified is,
    We are not getting T591A, T591S tables at Subtype Tab, Subtype text tab in INFOTYPE CHARACTERSTICS.
    I can enter these two from TECHNICAL ATTRIBUTES... but when I generate all aobjects from PM01, these two values getting deleted from INFOTYPE CHARACTERSTICS.
    (Above may be the reason)
    Please let me know if any solution for this.
    Thanks,
    Naveen Inuganti

    Hi Gautham,
    I deleted previous one, Created as your blog says. Still same problem.
    Venkat,
    Yes, you are correct. We need to release the Customizing request which contains Subtype , Subtype Text Tables with Info Type Entries.
    Problem with Info type Creation
    Thanks,
    Naveen.I

  • Issue with Info Object Transport after changing Data Type

    Hi Experts,
    We have a DSO which is running past 5 years. And recently(3 days back) we added new fields into that DSO. Delta loaded for last three days and new info object (Say XXX) data populated into DSO.
    Now the problem is, We identified that, info object data type is not correct. We used data type NUMC  instead of CHAR.So Character information is missing for that field.
    Example:
    Data from ECC: ABC123
    Data Loaded to DSO: 123 (Missed character ABC)
    So we deleted data from DSO and changed the info object data type in Development system.
    And also I have deleted only last three days delta records from DSO and transported my info object to Production. But its giving error as: Info object contains data in DSO".
    But that info object field is empty in DSO. I have already deleted last three days delta.
    Do I need to Delete all 5 years data from DSO to change the data type of recently added new info object ?
    Please give me your solutions and ideas to solve this issue.
    Thank you,
    Best Regards,
    Santhosh

    Hi Raman,
    Thank you for your answer.
    When I changed the data type of info object in Dev, I deleted the content of DSO. And same thing transported to QA as well. Before importing changed info object, I just deleted the content of DSO from QA. So transport done successfully QA.
    But in Production we have a history of past 5 years. So I cant delete all contents of DSO.
    So just deleted only the delta request's which contains data for that info object(3 days back, we moved that info object(NUMC data type) to production,So last 3 days delta only loaded for that info object). And tried to transport it. But it was failed. I am sure we need to drop all data from DSO, if I am interested to go with same info object.
    I have some comments on your first approach,
    1. If we delete info objects from Dev DSO and transport to Production will give transport failure, Why because, my previous transports errors clearly saying that info object contains data in DSO . So it wont allow to remove that info object from DSO.
    2.We are using same info object technical name in BO Data federator also. So if we change add new info objects again we need to make changes with BO as well. I am thinking this point as my last option if i cant find any other solution.
    Thank you.
    Best Regards.

  • Changing screen layout of custom info type

    Hi we created a new custom info type from std info type 0002 .We want to realign the fields in the generated info type,but we get an syntax error if we chg it from the screen editor ... can u tell me how to chg it?

    Have you read <a href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/PAXX/PYINT_INFOTYP.pdf">Developing an Infotype in Personnel Administration</a> before creating your new infotype ?
    Look at pages 16-25. (in peculiar look for T588M and modification groups)
    Regards

  • Problem with customized info type creation

    hi
    When i am creating customized info type using T-code PM01, i get error message like "package in non original system only modifiable with organizer tools".
    The above message is coming whenever save the infotype in either customized package or local package.
    As per my observation when i save the infotype, it default takes SAP package So i need to change that package.So how can i change the package in T-code PM01.
    Please tell me the solution to overcome the error.
    Thanks,
    Ali

    Hi,
    Since infotype attribute in table T582A is clent specific, so you should maintain the entries in the target client.
    Create the table entry of your infotype in the other client in view V_T582A (infotype attribute) or via t-code PM01 and click button 'infotype characteristics. Also you can transport CR from client to client via t-code SCC1 as well.
    Hope helps,
    Chen Jian

  • Enable Functional Area field in PA30 Info type 0001 Screen

    Hi,
    I need to enable Functional Area (PA0001-FKBER) field in info type 0001 screen of PA30 and the functional area should pick up value corresponding to cost centre.
    I unhide the field in T588M table, but still i dont see the field in PA30 Info type 0001 Screen,
    Can someone please let me know what other settings need to be activated for enabling functional area in 0001 screen.
    Awaiting quick response.
    Thanks.
    Sudha

    Dear Shuda,
    Please check the attached note 763962,798840,701933,755796 and 822157
    Also,
    If Funds Management and Controlling are updated in an integrated way such that the cost center is always the leading account assignment and the fund center is derived, the HR must not (and does not) support the maintenance of derived information (such as fund center). Thus there are the following three possible scenarios:
    - Funds Management (FM) is not active.   -> HR doesn't show Fund Center
    - FM is active but without CO-Integration-> HR shows Fund Center
    - FM is active with CO Integration       -> HR doesn't show Fund Center
    These scenarios can be maintained with time dependence (active from-dates): There can be a period for the first, a second time interval for the second and a third time interval for the last scenario.
    Hope this help
    Sarah

  • Info Object: Change of Data Type (NUMC to CHAR)

    We have a scenario wherein one of the Info objects is defined currently as NUMC. Due to the change in the Source system, the info object is now defined with data type as CHAR. The info object in consideration is the "Cost element".
    As the current info object contains data, it will not be possible to change the data type from NUM to CHAR.
    Is there any pre-defined way of doing this data type change without loss of data (in the info object as well as the info cube(s) where the info object is used)?
    Regards
    Bala

    Hi Balakrishana,
       Try this:
    Insted of changing the definition of infoobject(NUMC to CHAR), why cant you change the data itself from CHAR to NUMC...?? If length is same.
       You can write a simple routine in transfer rules and you can convert.
    Hope it Helps
    Srini

  • Attribute change run process type failed with short dump

    Hi all,
    In the process chain Attribute change run process type failed with short dump. I checked the locks in SM12 but there are no locks associated. I checked in the attribute change run screen through RSA1 -> infoobject list but there are no infoobjects there. I think the ACR was completed successfully, still the process type in the PC was in red colour. What to do and let me know what happened here.
    Thanks,
    Jack

    1. This kind of scenario is extremely rare but it happens sometimes. It might be the case that 2 attribute change runs are running at the same time.
    2. Same IO is being used in Differnet PC and getting activated.
    I think if this frequently occurs you need to check at the time of locking all running jobs and see whether anywhere else or simultaneously 2 ACR are running.
    Please do close the thread if that answers your questions. Please help us keep the forums clean and open useful information only.
    For more information search on help.sap.com and you will get lots of material.
    Regards.
    Den

  • Interface for sending last changes with the format of theIDOC type HROT_USM

    Hi guys.
    Customer has asked me to create an interface which sends every day all records changed (for normal ITs: 0, 1, 6, 7, 8, 9, 16, 40, 41 & 105) from the last execution. This information has to be send in a flat file with the same format of IDOC type HROT_USM with message type HROT_UM. I think I can use the standard report RPCEMDU0_CALL, check all segments with my code,found segments corresponding to the records changed today and save them in the flat file.
    Do you know is there is any other way easier to do it?
    Many thanks for your help!!
    Antonio Luis.

    Go to transaction PU12 and enter the interface format as OTMU for master data under the configuration tab and then click on display.
    check if your requirement is met with that if not you can create your customer specific interface.
    then use the below program to generate the file based on your requirement.
    RPCEMDU0_CALL

  • Somehow my MacBookPro iCloud account has a different name and password from my other devices.  Even my date of birth is listed incorrectly.  I have tried but can't seem to change this info to match up with my other devices.  Can someone help?

    Somehow my MacBookPro iCloud account has a different name and password from my other devices.  Even my date of birth is listed incorrectly.  I have tried but can't seem to change this info to match up with my other devices.  Can someone help?

    Thanks
    I have a PC (Windows 7)
    Not sure when mobile me changed, but it was this weekend that my storage etc. lapsed (I have paid to keep storage with icloud). So i assume this has something to with it stopping.

  • Info Type 41  has insert  problem with HR_INFOTYPE_OPERATION

    Hi all,
    This is strange problem we found in production.
    We are using PCR form for termination form portal. When user terminated we want insert into the info type 41 with new dates with the   field’s z4, z5.
    When we executed our updated function module, which is only inserting only Z4 not for Z5.
    When we tested in QA system we are able to insert two values Z4 and Z5 with current date for certain Pernrs.but one pernr we observed same thing like in production its inserting Z4 only. For all the employee has 4 values (z1,z2,z3,zs) before inserting new values z4,z5
    what could be the problem? we check the code not found any clue.
    Is there any thing specific to pernr while inserting , if it is not the case why its inserting one value Z4 not second one Z5 some employees and both the values some employees.
    very urgent please give your valuable suggestions
    Thanks in advance
    Gopal

    Hi Manoj
    The retrun code 0. no errors found
    and old record is
    24.10.2007                Z1
    09.01.2007     Z2     
    09.01.2007     Z3     
    09.01.2007     ZS
    Now the new record has one more entry
    Z4
    But Z5 is not inserting
    thanks
    Gopal

Maybe you are looking for

  • Flex Dataservices Deployment Problem

    I´m using dataservices to connect to my database via php. This works  fine so far. The problems begin when I want to deploy the app, because I had to make  some changes to my model .fml file. Here is an excerpt: <annotation name="ServiceConfig"> <ite

  • WLC 5508 AD authentication for management

    Hi, I was wondering if it is possible to set up a 5508 to authenticate to AD for management.  Currently, all of our Cisco devices authenticate to AD through NPS running on a windows 2008 server and if the server is unavailable, they failover to local

  • 4.7 installation error

    Hello All, I am installing SAP R3 4.7EE on windows 2003 with Oracle 9i as database. Now I am getting error at final point of database instance installation, below is the error log. ERROR 2007-12-31 02:42:32FRF-00063  RFC logon failed with message: Co

  • Impact of contract pricing change on existing PO, shipment, & receiving

    I would like to know the impact of changing a contract line item price on any existing purchase requisition, PO, shipment, and receiving of the item.  Thanks in advance for your response!

  • My abobe digital editions 2.0 won't open ?

    My Adobe digital editions 2.0 won't open what's up