HR ABAP: changes in ifotype 8 in pa30

Hi!
when I made BDC for making the change in infotype 0008 of pa30.
In that there is screen 2040.in this screen there is sub screen.
In sub screen there is option that we can see only 7 rows at a time.
but know when i made bdc in which i add wage type by scrolling  down the sub screen it over write on the existingwage type.
as screen is same 2040.
how it possible  to add through BDC.
Regards
Nutan

Hi Nutan,
While recording, after entering the seventh field, use next page option button on the application tool bar, it willl generates '= P+' functionality, you can use this one in your code.
This will be definately work.
Regards
Rams
Edited by: ramesh on Mar 5, 2008 1:10 PM

Similar Messages

  • My Trips and Expenses - Webdynpro ABAP - Change Copy Delete button links

    Hello All,
    We are using ESS and MSS applications in our scenario. We are using EHP4 version of ECC6.0.
    I have configured my homepage framework with custom entries in SAP (resources, services, ... ) and custom Portal content (iviews, pages, ...  copied from SAP delivered stuff ). I have a very good understanding of this and I have no issues with the portal navigation and tying my custom homepage framework entries to the custom PCD locations.
    The only problem I have is with the Webdynpro ABAP application for "My Trips and Expenses". I can get to this application without any problem.
    Within the My Tirps and Expenses application, there are buttons for Displaying, Changing, Copying and Deleting existing Travel Trip Requests and Expense Reports. When I click on any of these buttons, the corresponding page/iview from the standard SAP ESS role is being launched. I would like to point these buttons to my custom page/iview from my custom role.
    I did not find any place where I can make this setting. I am not sure how the Service IDs for the standard SAP services are being linked to the application.
    I hope some one might have looked into this and any input would be really appreciated.
    Thanks,
    Raj

    I figured this out.
    This application makes use of Object Based Navigation and if you adjust the roles assigned to the user accordingly, this will automatically pick up the custom pages form the custom role.
    Thanks,
    Raj

  • The symbol u00BE read from a database by ABAP changes to u00F3

    I have a table where a column contains the 3/4 mark (¾). When I list the table with SQL or MSAccess, the 3/4 mark is visible as expected.  However, when ABAP reads this same table, the 3/4 mark is changed to ó.  If I view the table in SE16, same result.
    I would chalk it up to a font issue but when the ABAP writes the row to a new table, the change is permanent.  Reviewing the row ABAP inserted shows that the ¾ was changed permanently to ó.  Even MSAccess and SQL show this new character in place of the old when looking at the inserted row.
    What is causing this change?  It is obviously changed during the SELECT into ABAP and stays changed from that point forward.  I need to wither figure out how to make the correct code pull into ABAP or how to convert it to the correct code on the insert into the new table.
    Thanks for the help.
    Crew Reynolds
    Daydots

    I would guess that you have a bad mixture of code pages.  What Lanuage are you using in SAP and what code page is the data written in this database table?.
    SAP internally uses character set 1100 which is ISO Latin-1 for English.  Microsoft has a slightly different code page for Latin-1 they call 1252.  However checking the code page map in SAP, the oacute (ó) should be hex F3 whereas the threequarters (¾) is hex BE.  This matches the hex values that I have for Windows 1252.  The following is a website where you check out the hex values for many different character sets: http://www.i18nguy.com/unicode/codepages.html#msftwindows. The SAP values can be viewed from SPAD. 
    If you do have an odd mixture of code pages, you might have to force the translation.  The following would be the example ABAP code:
          translate wa_itab1 from code page '1404'.
    You would just have to find the SAP code page that matches what your data is encoded in.

  • Upgrade from 4.6b to ECC 6.0 abap changes?

    Hi all,
    Kindly can any one provide me documentation on upgrading from 4.6 to ECC 6.0 Related to changes in abap code, obsolet functions, etc.
    It will be very helpful If you can help me.
    Thanking you in advance,

    ERP 6.0 has > 200.000 ABAP programs and function modules and other objects, having such "delta list" doesn´t make sense. Would you want to compare the programs one-by-one?
    Between 4.6B and ERP 6.0 are many years of development and many many uncountable changes.
    Please be a bit more specific what you want to check, then we may help.
    Markus

  • Crm abap Changing partner of equipment

    Hi,
    I am new to crm and i need to change equipment master data.
    How can i change the partner numbers of sold to and ship to on equipment with abap.
    Thank you

    Hi,
    I am not sure about the tcodes. I am using crm_ui tcode and there i will go to customer & products -> equipments
    There i can change partners. I need to do it via abap.
    Thank you for your time.

  • ABAP Changes for release ECC 5.0

    Hi experts,
    Can anybody please give me a list of all the changes in ABAP language, that are made from 4.6c to ECC5.0.
    Thanks in advance,
    Ravi Kanth Talagana

    Hi Ravi,
    First of all you need to check the 'UNICODE CHECKS ACTIVE' and initial steps to be taken care as follows:
    1)Replace the sy-repid with the variable v_repid by passing sy-repid to it.
    2)Replace the FM WS_UPLOAD/WS_DOWNLOAD UPLOAD/DOWNLOAD
      with the GUI_UPLOAD & GUI_DOWNLOAD.
    3)The assignment like IT_ITAB1[] = IT_ITAB2[] is not possible in the ECC 5.0 untill & unless both are of the similar structure. It gives a syntax error.
    4)Replace '09'(Hexadecimal character) by declaring a varibale and assigning the value of ABAP_CHAR_UTILITES=>HORIZONTAL_TAB which is in the class ABAP_CHAR_UTILITIES.
    Like these there are many things to be noted down.
    I can send you the detailed document on the ECC 5.0 and Unicode compliant details if you give your mail id so that I can attach the same to you.
    Reward if it helps you.
    Cheers,
    Sampath.

  • CRM 4.0 ABAP Changing the Delivery priority of an Order

    I tried changing the Delivery priority of an Order forcefully through the program  which I was able to do successfully using both the function modules CRM_SHIPPING_PUT_OB and CRM_SHIPPING_MAINTAIN  but when I tried changing the Delivery priority forcefully through the ORDER SAVE badi method-change before update using all the three function modules CRM_SHIPPING_PUT_OB, CRM_SHIPPING_MAINTAIN and CRM_ORDER_MAINTAIN it didn't work. I also tried to change it using the shipping BADI but it didn't work.
    Please Advise !!!!

    Hello Gerwin,
    Maybe you have to change the start event of your action to another one that occurs outside the CRM_ORDER_SAVE.
    There is another thread in the forum called "CRM BADI" where Aidan create an action that save a document.
    He is facing some problems too, but it seems that it is not a recursive call problem.
    Take a look at it...
    Regards,
    Mauricio

  • Dev-client not letting change the existing record in PA30

    Hello Experts!!
           I don’t know I have to ask this question here . I have created ALE link between our DEV system and QA system for our dry run .Two days before Basis team copy the data from PRD to Dev and also in Qa6 to make them in sink. When user is changing data in DEv6. They are getting an error message ,the is maintained in Dev_100. its not changing the existing record .Can some body explain me what’s happening here .
    Cheers
    Usman

    Hi Usman .
              you’ll say " here he comes again " . Any way you need to run <u><b>tr.BDLS</b></u> , It basically change the system name in SCC4 and also update the tables which kept the system name and after that you’ll be able to change the existing record in the system .
             hope this’ll give you the solution .Don’t forget to award points
    Thanks
    Saquib khan

  • WD:ABAP  change lead selection

    Hi all,
    I  need to change the lead selection according to a particular table column.  The lead selection is set to the first row of the table.  The table has some input fields which already contain values.  If the user changes the value of the input field in any row, the lead selection has to be changed to that row of the table without having to select that row.  I wrote the code in  onEnter event of the table, but it is returning the values of the first row that has the lead selection.  How do I change it? It would be helpful if u could please post the code too.
    Thanks,
    Sravanthi

    Hi,
    You can change it in ModifyView method. You can use setLeadSelection method.
    Regards,
    Parminder

  • Discovery Server - configuration and abap changes allowed?

    Hello -
    We are thinking about deploying a ESA Discovery Server, specifically for exploring ERP 2005.  We may use this as a way to get one of our project teams busy doing proto-types, while we build out a true ERP 2005 Dev/Qual/Prod environment for them.
    I anticipate that some of our project team members will want to create transports of config and/or ABAP code.  And, would ultimately like us to export/import this into a DEV system, once it is built.
    Is anyone aware of any restrictions for using the ESA Discovery Server, in a fashion like this?  Or, any restrictions about importing transports into the ERP 2005 instance within Discovery Server (except the obvious version compatibility issues, etc.)
    thank  you,
    Steve

    Hi Steve,
    As long as you ahve the appropriate ABAP development licenses you should be fine.  The software which is installed is the exact same software which you will later download from service marketplace or obtain via DVD from SAP.  Therefore, technically it should work fine.  Of course, you will need to ensure the transport mechanism is configured properly for your environment.

  • PA30:Change and Display Mode

    Hi Friends,
    Can you Please provide me a solution for the Below Problem:
    When I go to PA30 and  try to CHANGE infotype 0001(Org Assmt),I get the fields "cost center,Position,job,org unit" in the Display mode I am not able to change those fields.
    Where can i change(In the configuration) these fields to be changed from DISPLAY MODE TO CHANGE MODE.So that in PA30 I can change these fields in IT0001
                                                                               Thanks In advance
                                                                                    Gopi Palleti

    Hi,
    You cannot change any of the field you mentioned in infotype 0001.
    You can assign a position using action 0000 through PA40 or by using copy option infotype 0000 in PA30. This will be in edit mode.
    Suggested to use PA40 so that all other relevant infotypes can also be updated accordingly.
    Rest of the components (Objects Job, Cost Center, Org unit etc)  has to be assigned to the respective position in PO13-->Relation ships.
    Note: Take care of the dates.
    Regards,
    Pranitha
    Reward if found Helpful

  • Merging of 2 Cells in WD ABAP ALV Header & Dynamically change the header

    Hello Experts,
    I have two main requirements with respect to WD ABAP - ALV report creation
    1) Two feilds in the  header of ALV GRID created in the WD ABAP screen must be merged as shown below(Month Column) ,
    |     January         |     February         |  
    |   Col 1 | Col2      |   Col 1 | Col2        |     
    2) The header value(Month) should dynamically change based on the current date.
    For Eg: If June 2011 is the current month , the ALV table should start from June 2011 and displayed till May 2012.
    Looking forward for your valuable inputs @ the earliest
    Regards,
    Sriram

    Hi Sriram,
    For merging..
    Pleaese go through this
    Merge of Cells in ALV table in ABAP webdynpro.
    ABAP WD: ALV merge cells
    For Header Change..
    How to set title/text for ALV table column header in WD ABAP
    Change column header in ALV to another DDIC Element type
    Change label of a column in ALV
    Cheers,
    Kris.

  • Remain to current screen in PA30 after saved infotype changes.

    Hi,
    I have a created a custom infotype 9xxx and now I have a requirement that user are allowed to saved changes on infotype 9xxx thru PA30 and it has to remain on infotype 9xxx screen instead of jumping out from PA30 after saved. Is this possible?
    Thanks in advance,
    SP

    Hi Seng,
    Could you Please share the solution of your Problem, Because I am also facing the same scenario.
    It is coming out of the Custom Infotype screen to PA30 screen after saving the data .
    in my requirement also , it should remain to same Infotype sreen after Save.
    Thanks in Advance,
    Sourabh

  • Sending Email whenever data is changed in PA30

    Hi Experts,
    Can anybody tell me....is there anyway to send emails whenever HR Admin changes the employee data in PA30.
    If yes, how can we accomplish this.
    Pls share your experiences....Looking forward for your valuable responses.
    Regards,
    Anil Kumar

    Email notification can be achieved either by workflow implementation or by Distribution list.
    Little info about implementing distribution list is that this can be managed through configuring dynamic actions. For any  field change in PA30 or any action change you can specify in dynamic actions, which can further be called by a feature where you can maintain integration with distribution list.
    Let me know if you need more information on this.
    Thanks
    Charene

  • How to restrict the PA30 and PA40.

    Dear Experts,
    Need so help to resolve the below issue.
    Through the ABAP-HR program we are sending an email to the particular mail ID.
    FOR HIRING A NEW EMPLOYEE:
    while performing PA40 it has give authorization to user to update 0000,0001 and 0002 and it has to block the user not to update further any info type and a mail has to be sent to the mail ID( EX: Superior) which is maintained.
    FOR EXISTING EMPLOYEE:
    When ever the user want's to update the master data thru PA30 an email has to be sent to the mail id which is maintained to get the approval.
    Is it possible to do this with out workflow.
    Thanks in Advance.
    Regards,
    Prasad

    Hi,
    Means when ever User want to change the Master data through PA30 mail has to send to his superior and after getting the approval user has to change. is your query ?
    have you maintained any workflow ? how the system configuration has done can you explain the configuration.

Maybe you are looking for

  • Incredibly slow MacBook, Internal Hard Drive issues...

    Good morning everybody! I'm apologize if this post is extremely wordy... I am extremely baffled by a particular issue with a MacBook 2.0GHz C2D which belongs to a friend of mine. The warranty is expired. _Brief history:_ Several months ago, this MacB

  • Start a BO report from within a web-application.

    Hi, An enuser want to start a BO report from within a web-application. The BO report ideally should not prompt for a login. The fact that we are using BO for reporting purposes should be transparent to the end users. The report should produce its out

  • Paid For

    Paid for and always asking me to pay again.  What's Up?

  • Storage space 'absorbed'

    Until recently, my available storage space was 86GB. While using the internet an hour ago, downloading apps (Seashore and Chocoflop, both lightweight), i noticed that the available storage space number was ticking down, slowly, by .00 GB at a time. I

  • Need Extractor help

    Hi Need Extractor help thanks Edited by: sam on Jan 22, 2008 4:59 PM