How Create infotypes with both transaction pm01 and ppci

HI Gurus,
I need create custem  infotypes by using the pm01 and ppci .
requirement is  i need to create two custem  infotypes  with subtyeps in personal administration and personal planing .
1.can any provide step by step in to create the custem infotypes in pm01 and ppci.
2. how to create sub types also.
Regards
Ramesh.
Thanks in advance

Steps to create a HR Infotype:
1) Go to Transaction PM01.
2) Enter the custom Infotype number which you want to create (Should be a 4 digit number, start with 9).
3) Select the 'Employee Infotype' radio button.
4) Select the 'PS Structure Infotype'.
5) Click on Create... A separate table maintenance window appears...
6) Create a PS structure with all the fields you want on the Infotype
7) Save and Activate the PS structure
8) Go back to the initial screen of PM01.
9) Click on 'All' push button. It takes a few moments.
10) Click on 'Technical Characteristics'. Infotype list screen appears
11) Click on 'Change'(pencil) button
12) Select your Infotype and click on 'Detail' (magnifying glass) button
13) Give 'T591A' as subtype table
14) Give 'T591S' as subtype txt tab
15) Give your subtype field as subtype field
16) Save and come back to PM01 initial screen
17) Click on 'Infotype Characteristics' ... Infotype list screen appears
18) Click on 'Change' (pencil) button
19) Click on 'New Entries'
20) Enter your Infotype number and short text
21) Here we have to set different Infotype Characteristics as per the requirement. (Better open another session with some standard Infotype's infotype characteristics screen and use as the reference to fill yours)
22) Save your entries.
23) Now the Infotype is created and ready to use.
24) If you want to change the layout of the Infotype as per your requirement...
25) In the PM01 initial screen...Select 'Screen' radio button and give 2000 as the screen name, then click on edit.
26) In the next screen.. Select 'Layout Editor' and click 'Change'.
27) Screen default layout appears...here you can design/modify the screen..change the attributes of the fields..etc.
28) Save and activate. (Don't forget to 'Activate at every level)

Similar Messages

  • Creating BusinessPartner with both mail to and bill to address

    Hi,
    I am having problem creating a business partner with both mail to and bill to address. I want to create two instances (lines) in BPAddresses; one with mial to address and another with bioll to address. But I still get the error code -5002 with the message "Address is empty [OCRD: CardCode} line:1"
    Below is my code in C#:
    SAPbobsCOM.BusinessPartners bp = (SAPbobsCOM.BusinessPartners) conn.InternalConnection.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oBusinessPartners);
                   bp.CardName = "Test Tester";
                   bp.CardType = SAPbobsCOM.BoCardTypes.cCustomer;
                   bp.CardCode = "TEST29";
                   bp.Address = "1305 Blue Raven Blvd";
                   bp.City = "Citrus Height";
                   bp.Country = "US";
                   bp.BillToState = "CA";
                   bp.ContactPerson = "Peter Snicker";
                   bp.Currency = "USD";
                   bp.ZipCode ="94521";
                   string errMsg;
                   int errCode;
                   int returnval = bp.Add();               
                   if(0 != returnval){
                        conn.InternalConnection.GetLastError(out errCode, out errMsg);
                        Console.WriteLine(errMsg);
                        return;
                   string cardCode;
                   conn.InternalConnection.GetNewObjectCode(out cardCode);
                   //Console.WriteLine("Added BP successfully",cardCode);
                   bp.GetByKey(cardCode);
                   bp.Addresses.Add();
                   bp.Addresses.SetCurrentLine(1);
                   bp.Addresses.AddressType = SAPbobsCOM.BoAddressType.bo_ShipTo;
                   returnval = bp.Update();
                   if(0 != returnval){
                        conn.InternalConnection.GetLastError(out errCode, out errMsg);
                        Console.WriteLine(errMsg);
                        return;
    I would appreciate if anyone can help me with this problem.
    Thank you in advance,
    Sunny

    Hi Sunny,
    The reason for your error is that you're trying to add a blank ship to address.
    bp.Addresses.AddressType = SAPbobsCOM.BoAddressType.bo_ShipTo;
    returnval = bp.Update();
    you are just specifying a type and then trying to update. If you want to add another line, you have to set some properties, like:
    bp.Addresses.AddressType = SAPbobsCOM.BoAddressType.bo_ShipTo;
    bp.Addresses.AddressName = "My Address";
    etc...
    etc...
    returnval = bp.Update();
    Hope it helps,
    Adele

  • How create report with data from table and some columns results function ?

    Hi,
    How can i create on apex report region with some columns (of the report) as returned from a table and the other columns as results of plsql functions ?
    for example , I want to create a report like that:
    device last_date error_msg stop/start
    kodak1 06/04/08 null >>
    kodak2 08/03/08 good msg --^--
    kodak3 08/04/08 err msg >>
    3 rows returned
    where the 3 first columns are data returned from the table and the forth column is the result of plsql function (returned for example false) and on that i want to display a button of start ( >> in this example ) or stop ( --^-- in this example)

    Thomas,
    There is no problem here -- this is fully suported scenario.
    1. Bind Table dataSource to Customers node.
    2. Bind individual cell editors to any attribute of customer or any nested node like Address, say create column with InputField as editor, then for "value" property select Customer.Address.Street.
    Your nested nodes (like Address) must be non-singleton, set singleton=false on context designer tab.
    Valery Silaev
    EPAM Systems
    http://www.NetWeaverTeam.com

  • ABAP HR How to create infotype with table control in it like Infotype 0008

    Hi Experts.
    I need help from u guys. My client requirement is to create custom infotype just like 0008 infotype which contain table control to save amount and wage types. I try to create infotype with table control using PM01, but that table control is in display mode only, i almost search every where to create custom infotype with table control but what ever threads in forum all are they unanswered and most of the threads for creating infotype. But i already done with infotype , but my main problem is table control.
    If any one have some suggestion for this please share with me.
    <removed by moderator> i am looking for positive reply.
    Edited by: Thomas Zloch on Aug 30, 2011 12:54 PM

    Hi
    I've created several infotypes with a Table Control and it is always the same story. You have to create a custom Z table to store the Table Control data (if you can have unlimited records), so in the PSXXXX structure you need to add a TABNR field to link the PAXXXX table and the Z one, just like the type table OM infotypes.
    Then in your code you have to control every possible operation, INS, MOD, DEL... and update the Z table accordingly (the standard code won't do that)
    If your TC fields appear in display mode, take a look at the Groups 1 and 3 in your fields, the must be set with the usual values for a PA infotype.
    If you have more questions, just ask,
    Regards

  • Create InfoType with decimal field

    Hi,
    I would like to create an InfoType with some numeric, char and currency type in the structure
    Then  I run PM01, create the structure
    http://img119.imageshack.us/my.php?image=ps9080ze4.jpg
    activate it and go back to PM01 but when I click on GENERATE button, il get the following message :
    msg type error : The infotype must not include an integer type or floating point no.field
    I dont realy understand why this error occurs and why an IT couldn't have integer type in his structure...
    Any idea ?
    Thanks,
    Ant.

    Instead of INT use DEC or NUMC data types.
    To know why INT cannot be used try searching with Hardware Restriction in terms of general computing.

  • How do I connect both a Mac and PC to Apple TV Home Sharing?

    Goal
    - I am trying to share both my PC and Mac through my Apple TV2 on the "Computers" home sharing menu.
    - These are 2 seperate iTunes accounts as they are 2 different owners of the PC and Macbook.
    - However, home sharing only allows me to have one at a time, can I not have 2 computers connected?
      (The menu is in fact plural and says "Computers" not "Computer")
    Attempt
    -I turn on home sharing on my PC with my PC iTunes account, it then shows up on the "Computers" list as PC
    -I turn on home sharing on my Mac with my Mac iTunes account, it then shows up on the "Computers" list as Mac, but it deletes the PC share
    Troubleshoot
    -So I started from scatch and connected the PC share with my PC itunes account, it shows up,
    -Then I connect the Mac home sharing with the same iTunes login as my PC, but it also erases my PC from the "Computers" list and just displays the Mac.
    Question
    -How do I connect both a Mac and PC to Apple TV Home Sharing?
    -I want them both to show up in the "Computers" list.
    -So the final result will look like this on my Apple TV menu:
    Computers
    -PC
    -Mac
    whew... I'm out of breath... I hope there is an Apple Genius out there that can help.
    Thanks!

    After retrying the home share with the SAME ITUNES ACCOUNT ON HOME SHARING I finally got it to work.

  • TS1398 How can I use both, Windows PC and iMac, when using WiFi?. It is either-or. What can I do?

    How can I use both, Windows PC and iMac, when using WiFi?. It is either-or. What can I do?

    What does this have to do with using an iPad?
    But yes, you should be able to connect to your home WiFi network with multiple computers and devices. In my house my wife, my daughter and I will all be using the WiFi Internet connection at the same time with our Laptops and I will also be using my iPad, my daughter uses her iPhone, and we have no issues at all.
    Is this what you want to know about?

  • Airport Utility `install failed' error with both 6.0 and 6.1

    Hi folks
    I am running Mac OS X Lion 10.7.4 (11E53) and cannot get the Airport Utility to run at all. [5.5.3] The application icon flickers as though it is about to launch and then nothing happens.
    I have tried other 5.x downloads and they all fail because I am running OS X Lion 10.7.4.
    Doing a standard Software Update or using a download of 6.x from the Apple Support site, the installer comes up with an `install failed' error with both 6.0 and 6.1, having gotten through the complete process and looking like they were `successful'.
    It's the only time in two years and many updates later that i have come across this issue, so I am unsure how to start to tackle it.
    Any ideas or suggestions please?
    Thanks in advance.

    Welcome to Apple Communities
    Backup your files and try this:
    1. Reboot from recovery partition (or as in my case USB recovery drive)
    2. Select Re-install Mac OS X
    3. Allow the process to run through multiple restarts
    4. When reinstall process is complete run software update (side note, my software update would not launch as long as my USB recovery stick was plugged in, weird)
    5. Run all updates saving the Airport Utility 6.0 until last.
    6. Install the airport utility from software update.

  • Creating infotypes with multiple subtype

    Please tell me
    How to create infotype with multiple subtype

    Hi
    Please check this like it has got step by step details
    http://www.sapdevelopment.co.uk/hr/hr_infotypes2.htm
    Regards,
    Venkat

  • HT3702 Itunes and auto cc charges???my credit card was charged 19.99 by the apple itunes store....I have no purchases in my history....how do I cancel this transaction? and why is it on there....how do I find out?

    Itunes and auto cc charges???my credit card was charged 19.99 by the apple itunes store....I have no purchases in my history....how do I cancel this transaction? and why is it on there....how do I find out?

    You've checked the purchase history on your account via your computer's iTunes : log into your account on your computer's iTunes via the Store > View Account menu option, you should then see a Purchase History section with a 'see all' link to the right of it. Click on that and you should then see a list of your purchases.
    There are instructions on this page for viewing / managing / stopping auto-renewing subscriptions : http://support.apple.com/kb/HT4098
    If nothing shows on your iTunes purchase history (you don't have a Mac and have any purchases in the Mac App Store), and you only have the one account, then you should contact your card issuer.
    If something does show on your history but you didn't buy it, and nobody else has access to your account or devices and made the purchase, then try the 'report a problem' page to contact iTunes Support : http://reportaproblem.apple.com
    If the 'report a problem' link doesn't work then you can try contacting iTunes Support via this page : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • TS3280 How can i enable both paired bluetooth and ios keyboard input at the same time?

    How can i enable both paired bluetooth and ios keyboard input at the same time?
    This is needed for the app im working on. Need some user input via keypad as well as scanner input via a paired bluetooth scanner.

    You probably should not be using a keyboard bluetooth profile for a scanner, I am not a developer for apple so do not know the location for you to find out the correct profile you should be using for an input device that is not a keyboard. Sorry,
    I am sure if you navigate the apple developer site you will probaly finmd what you're looking for.
    https://developer.apple.com

  • How do I move both my contents and playlists to my new computer?

    How do I move both my contents and playlists to my new computer?  I have tried the suggestions in previous posts of copying the library and music folders into the itunes folder on my new pc.  I don't have the option to file>library>import anything.  The only thing that transfers, even on home sharing is purchased music.  No music loaded from CD's and no playlists.

    Hello Kayaks2,
    Thanks for using Apple Support Communities.
    To answer your questions about moving your music to a new computer please look at the following support article.
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Take care,
    Alex H.

  • Can I use my iPod with BOTH a Mac and PC???

    Might be an odd question and forgive me if it is an obvious answer. I just got a 30 gigger and connnected it up and charged it with my Mac mini at home last night. I have lots of music on my iTunes on my home Mac mini and I have some music on my work Dell Laptop(with iTunes). What would be the best way to sync up my two iTunes libraries (one on my Mac, the other on the Dell lapper) to the iPod, or is it even possible to use it interchangeably with both the Mac and PC??

    Yes, you can.
    Read through the following article, and make sure your iPod is Windows-formatted using the iPod Updater utility on Windows.
    http://docs.info.apple.com/article.html?artnum=61675

  • How create header with user id time date to VC-report's output as display ?

    How create header with user id time date to VC-report's output as display ?
    This info should come from the VC - not all the way from R3-side via FunctionModule/BABI. So only userid, date, time to output as normal text (which is not editable of course). Thanks =)

    Hi ann-mari
    Go through following link may it help u
    Form Item disabled based on portal role
    /people/community.user/blog/2007/01/17/visual-composer-explorations-using-portal-roles-to-influence-ui-element-behavior
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/usingrolestoinfluenceapplication&
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/vc/passingvaluesvia+URL&
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ad182ac7-0a01-0010-4fb8-8a4d217b19c1
    Best Regards
    ````Satish````

  • How can I have both genius playlist and regular playlist on my new 160g ipod classic. The list of songs are there, but when I click playlist, I only get the genius playlists.

    How can I have both genius playlists and regular playlists available on my new 160g classic ipod. I can see my entire song list, but no playlist other than the 3 genius playlist I just made.  Also how can I delete a genius playlist. Made the same playlist twice by mistake. Thanks.

    This was not a simple task.  Got it handled.  Had to call Apple support. Apparently, the 160g only syncs the genius playlist.  You have to go in and "tell it" to sync the entire playlist as well as the genius playlists. There is also an option for only syscing certain songs. On itunes, there is two sections; one for the stuff that is synced on your ipod and another separate list for the stuff in your library!  This is exciting for me as I am not computer savvy to say the least. 

Maybe you are looking for

  • Error "No entry in table T589A for P" while creating new Infotype

    HI, I've created a new infotype (9605). All the tables, structures, screens etc. have been created using transaction PM01 successfully. But upon execution of Infotype from PA30, the infotype screen is displayed with the following error: "No entry in

  • Vista Ultimate and iPod Nano Drag and Drop

    I upgraded my laptop to Vista Ultimate (which it is not) and I have iTunes 7.1.1.5 running. I use a shared network drive for my music library. I have a 80 G Video IPod that syncs up with no (known) issues. I just got a new iPod Nano and iTunes will r

  • Photoshop no longer working after Lion OSX upgrade ?

    Just upgraded to Lion, and my photoshop no longer seems to be working and has a question mark through it on the icon on the dock ? Is there a fix ? or do we have to wait for Adobe / Apple to fix it...

  • JTable - trying to delete a row of data using an Abstract TableModel

    Hi Guys, I am trying to delete a row of data on a JTable. What I am trying to accomplish is to highlight the row by a mouseclick, then from the menu bar I am having the user select a "delete row" option. I am working with an abstract Table Model with

  • Upgrade DB from 10.1.0.3 to 10.2.0.1

    Hi, We are thinking of upgrading Databse from 10.1.0.3 to 10.2.0.1 Our current Application Server version is 9.0.4.1 which works fine on 10.1.0.3, do we need to upgrade AS to go to DB version 10.2.0.1. If yes what version should the AS be? Also any k