Creation of New fast entry infotype using PA70

Hi all,
I am new to HR ABAP.I have got a requirement that i need to create new fast entry infotype using PA70.Please gide for the development.
Thanks and regards,
venkat

Hi Venkat,
I have  a same problem with the PA70.
Can you please tell me how to maintin it. I tried to maintain both the tables T588Q and T588R but its stilll not working.
Can you plz guide me abt the same.
thank you
Manjiri

Similar Messages

  • Creation of New fast entry for custom infotype

    Hi all, I need to create new fast entry form my custom 9010 inft.
    What I need to do,? How to create screen for input and how to assign it to transaction PA70.
    Change some modules or what?
    Kind regards.

    to create a new infotype for personnel administration (PA) use transaction PM01.

  • Creation of new internal delivery channel using AQ

    Hi,
    I wanted to route one of Trading partner data to a different queue.(no want to use existing queues - IP_IN /IP_OUT queue).
    This needs to create a new delivery channel using AQ in B2B.
    I have gone thru the steps & entered all entries, but I am not able to find any queues created in B2B schema.
    Do I need to create a queue using PL/SL in B2B to make it available as internal delivery channel or this setup itself will create a queue in B2B?
    PFA the entirs:
    for transport parameters
    - transport server (B2B server IP)
    - Protocol as AQ
    -URI - b2b.<uri_name> (name of Queue, wanted to create)
    - Hostname
    - Port
    -SID - b2b
    -consumer - b2buser
    - receiptient - null
    -Polling interval - 6000
    Transport server details:
    Host name - (IP)
    IP - Host IP
    username -
    Pswd - for B2B schema
    Any pointers will be a great help.
    Regards,
    MS

    As mentioned by TH in the above post, first thing is to create the data type that is used for messages - IP_MESSAGE_TYPE. This data type will already be present in the B2B database and could be reused.
    For a new data type you could do the following.
    ==============================================================
    Create a new data type using the following
    ==============================================================
    create type IP_MSG_TYPE as OBJECT (
         MSG_ID VARCHAR2(128),
         INREPLYTO_MSG_ID VARCHAR2(128),
         FROM_PARTY VARCHAR2(512),
         TO_PARTY VARCHAR2(512),
         ACTION_NAME VARCHAR2(512),
         DOCTYPE_NAME VARCHAR2(512),
         DOCTYPE_REVISION VARCHAR2(512),
         MSG_TYPE INT,
         PAYLOAD CLOB,
         ATTACHMENT BLOB
    Once you have created a new Data type ( or are reusing the existing data type), you need to create Queue Table that will hold the Outbound and Inbound message queues. The existing Queue table is "IP_QTAB" which can again be reused.
    For new Queue table you could do the following
    ==============================================================
    Create a new Queue Table using the following
    ==============================================================
    execute dbms_aqadm.create_queue_table (     queue_table => 'MY_QTAB',
                             queue_payload_type => 'IP_MSG_TYPE',
                             multiple_consumers => FALSE);
    If you need to reuse the datatype change the queue_payload_type to 'IP_MESSAGE_TYPE'.
    Once we have the Queue Table that will hold the queues, we need to add and start the queues that are to be used for the inbound and outbound messages.
    ==============================================================
    Create the new Queues into the Queue Table using the following
    ==============================================================
    execute dbms_aqadm.create_queue (queue_name => 'B2B.MY_OUT_QUEUE', queue_table => 'B2B.MY_QTAB');
    execute dbms_aqadm.create_queue (queue_name => 'B2B.MY_IN_QUEUE', queue_table => 'B2B.MY_QTAB');
    execute dbms_aqadm.start_queue(queue_name => 'B2B.MY_OUT_QUEUE', dequeue => TRUE, enqueue => TRUE);
    execute dbms_aqadm.start_queue(queue_name => 'B2B.MY_IN_QUEUE', dequeue => TRUE, enqueue => TRUE);
    If you are reusing the queue table IP_QTAB for creation of new queues, then reference that for the queue_table in above commands.
    You need to reference the queue_name eg. B2B.My_OUT_QUEUE in the B2B UI screen.
    Hope this helps.
    AKT

  • Fast entry for Loans @ PA70

    Hi Experts,
       We have a requirement to create a customize dialog program for Loans fast entry (IT0045), but i found transaction PA70 for fast entry but it does not include Loans.. can I add loans fast entry at PA70? if yes, how can I do it? instead of creating customize program..
    Thanks in advance...

    Hi,
    I dont' think that the IT 0045 (Loans) can be added in the Fast Entry transaction PA70. This is because some predefined program is run in the background for maintenance of different infotypes through PA70.
    You will need to go for custom development to cover your requirement.
    VK

  • G/l a/c fast entry docment use

    hi sap guru's
    what is the use of G/L a/c fast entry screen . what is the difference between to other documents posting of TC.F-02.

    Hi,
    You can enter more than one line item (either debit or credit) in one screen, so that it saves your time.
    Otherwise, you can enter only one line item in a screen.
    Regards,
    Murali

  • Creation of new roles in OES using BLM API

    I'm currently using policymgtapi examples for creating new roles. Its gets created but doesn't visible in OES Entitlement application console even though the entry is present in OES DB. But if you create a new User, its available immediately in OES Entitlement application. Pls let me know why Role is not available in Entitlement application after creating using policymgtapi. Thanks

    Is there any org scope to the role?
    There's some conversion process that happens when you load roles via policyloader, I suspect you would need to do the same with Policy Mgt API. There are some groups you need to add to have it show up in the EUI.

  • Creation of "New Badi" with Multiple Use

    Hi,
    I am trying to create New badi within enhancement spot which is multiple use, problem here is the badi interface method has got some exporting parameters.
    when i try to activate badi definition it is showing the error this type of interface which is having exporting or returning parameters cannot be used, however if i remove export parameters in the interface method, then i am able to activate the BADI definition.
    Please suggest me, is it not possible to have badi interface method with exporting or returning parameters if it is Multiple Use Badi???
    Thanks,
    Kranthi.

    Answered my self.
    it is the restriction. below is SAP documentations that explains the same
    http://help.sap.com/saphelp_nw70/helpdata/en/e4/5c3642eca5033be10000000a1550b0/frameset.htm

  • Only G/L accounts can be entered on the fast entry screen

    We are currently upgrading our SAP environment from version 4.70 to ECC 6.0.  Our users are testing their Parked Document fast entry screen entries created through F-65 and when they attempt to "view" their entry on the Fast Entry screen, after entering their data, they receive the message "Only G/L accounts can be entered on the fast entry screen" (message FP032). The system will not let them post the entry. The account field in the original fast entry screen was limited to 6 numeric digits, which is the length of our GL accounts  and also the length of the account number used in the field when entering their posting.
    I created a new fast entry screen layout for parked documents that opens up the field length to 15 characters and all works great.  But I would still like to know why the original fast entry screen posted the error on the fast entry screen for an account number with the correct amount of digits.
    Thanks,
    Mary Lauber

    Dear mary
    Run program RFFAKP01 via transaction SE38. Enter program SAPLF040 / application PRPOS. Click on Execute.
    This will regenerate the fast entry screen including your customized templates. And also, please check with O7E4/O7E5 to see if everything is set correctly.
    If it helps please reward with points.
    Best Regards
    kesav

  • Tcode PA70(Fast Entry) using SAP GUI for HTML

    Hi Gurus,
    when i am copying data(one row) from excel sheet into infotype using
    tcode PA70(Fast Entry),through EP(transaction iview Created Using SAP
    GUI for HTML).
    enter TCODE PA70-> select Recurring Payments/Deductions -> click
    create -> copy the data from excel sheet and past
    The whole row of data is copied into one field . the data is not copied
    into the corresponding fields.
    please find the screenshot.
    <a href="http://img337.imageshack.us/i/guiforhtml.jpg/">[IMG]http://img337.imageshack.us/img337/1723/guiforhtml.jpg[/IMG]</a>
    Uploaded with <a href="http://imageshack.us">ImageShack.us</a>
    Regards
    K Naveen Kishore.

    Hello Naveen,
    I don't think this is possible.  Please see note 314568 about the limitations of the SAPgui for HTML (webgui), the "Clipboard access" section seems to describe this limitation.
    Edgar

  • Add the custom infotype in Fast entry screen

    Dear All,
                       I add the one new created the custom infotype in the fast entry screen but when am going to create the entry threw pa70 transaction in that case my table control which is been in that infotype is not in editable mode means it's only display mode ..
    Kindly help me to fix this issueees.
    thanks
    Regards
    Sandeep Dabral

    Hi Sandeep,
    Can you share the steps to create fast entry screen to custom infotype? Also is it possible to create custom TCODE to access this instead of PA70?

  • Creation of a new Keychain Entry (Internet password) for Apple Mail

    I am working on a Mail Assistant to set up a new Mail Account for Apple Mail.
    My problem concerns the creation of the Keychain Entry for the POP Account with which Apple Mail is set up (by my custom Mail Assistant).
    I am able to create a Keychain Entry with all relevant User Data, the Keychain Entry also appears to be valid (I ran the Keychain First Aid Tool to check it), but when I start the Apple Mail App, it does not recognise the created Keychain entry, but is asking me to enter the Password for the POP Account which I set up successfully.
    Any help is appreciated for giving me a hint of how Apple Mail recognises or links respectively to its adherent Keychain Entry.
    Thanks in advance
    Thomas

    Couple of things to try Theo...
    Safe Boot, (holding Shift key down at bootup), & use Disk Utility from there to Repair Permissions, reboot once more.
    Open Keychain Access in Utilities, use Keychain First Aid under the Window Menu item, then either check the Password under that item, change it, or delete it and start over.
    Resetting your keychain in Mac OS X...
    If Keychain First Aid finds an issue that it cannot repair, or if you do not know your keychain password, you may need to reset your keychain.
    http://support.apple.com/kb/TS1544

  • Fast Entry PA70

    Hi,
    I need to add Infotype 0078 to PA70 fast entry screen. I tried various forums, still am not clear. Please give a hint how to achieve to this.
    Thanks,
    Naveena
    Edited by: Thomas Zloch on Nov 30, 2010 11:38 AM - "step by step" is not supported

    check the table T588Q thru SM31
    check   Personnel administration  customosing prodcedures  infotypes   infotypes menu  set up infot type for fast data entry
    Edited by: Sikindar on Oct 8, 2008 9:58 AM

  • Fast Entry Screen for infotype

    Dear Freinds,
                  I want to have Fast entry for infotype 0008 . Could any one let me know whether Fast entry is possible for 0008. I can see there is fast entry for 0014 and 0015. If possible for infotype 008
    can you please let me know how to do . I have tried in the SM 30 using the table T588Q but what
    what is the Selection Report i have to use.
    Thanks & regards
    madhuri

    Hi MAdhuri,
    You can change the entry screen for fast entry,
    in  Img
    Personnel Management-. Personnel Administration-> Customizing User INterfaces-> Fast entry Actions-> Change screen for Fast entry
    Warm REgards,
    KPAil Kaushal

  • Any tool to upload data to Fast entry (pa42) infotype

    Hi all,
    is there any tool like LSMW to upload data for Fast entry actions infotype?
    Regards,

    Hi dear Kavitha,
    U can use S-CAT and BDC for that.
    BDC u can record at transaction code SHDB.
    Make a template for the same and uplaod.
    (ABAPer Help is required fopr BDC though its a small task if u understand the same)

  • Changing ad hoc selection fields in fast entry (PA70)

    Hi,
    I'm trying to change the list of fields that are shown when you use the fast entry transaction (PA70) and use the preselection with ad hoc query.
    It looks like there is an infoset linked to this option, but I cannot seem to find where it is specified, or if this is defined differently, how it is done altogether.
    I guess this will be solved as well if I know the answer to the previous question, but I would also like to know if we can make this list dependent on user parameters (or other settings), which would be interesting since we're in a multinational environment, with different requirements per country... 
    (I'm afraid this will be a though one though)
    thanks in advance,
    Guy Moens,

    Hi
    After declaring selection screen fields.
    select the field to handle validation and click on the button 'Check coding for
    Element' .
    you will get a block to handle the validation.

Maybe you are looking for

  • File association (to bridge not from it!)

    I know this is very possible a windows question, rather than a bridge one BUT when I installed CS4 I vaguely remember getting the option of specifying which filetypes on windows (7) were assocaited with what program.  I associate all my adobe file ty

  • Business rule export issue

    Hi all, I created a business rule in calculation manager. Now I want to have this one in my EAS console. I try to export my business rule from calculation manager, but when I click export some window appears and immediately disappears. So I can't do

  • HT4906 I'm using iPhoto 8.1.2, I can't upgrade but Apple article said it should.

    I'm using iPhoto 8.1.2, it came pre-installed with Snow Leopard when I bought my MBPro late 2009 (Snow Leopard). This article suggests a Software update will update it, it won't! How do I get the latest version to get my photo streaming working prope

  • SSRS Reports after R2 Updates

    Hello, My issue is my custom reports are working however some of the canned reports do not. For instance Updates by vender month year will not allow me to select a Year. The only option available is <All values>. When I run the report from within the

  • Define hashed table using database table

    Hi, I have a database table and would want to define a hashed table using this table structure, how would I do that? Thanks RT