Creation of Multiple position with LSMW in sap om

Hi friends,
I have to create 300 position for org. unit using LSMW.
please help me out.
Best Regards:
Priyaranjan

Hi
Go with T-code- PP02
while recording the PP02
Initial screen-
01 Current plan
S  Position
"Blank"  
1000 Object
"Blank" subtype
1    Active
01.04.2011  to     31.12.9999
in the next screen you have to assign relationship  A 003 Belongs to
for remaining relationship's you have to create another LSMW.
check this stepwise doc by our friend Jazib.
LSMW:Upload Master Data Using Batch Input Recording Part 1
http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e04f8fc8-2ef3-2d10-dc8d-eb6fd0711157?QuickLink=index&…

Similar Messages

  • Creation of Multiple Shipments with respect to Single inbound.

    Hi,
    This is regarding creation of Multiple Shipments with respect to Single inbound.
    In standard SAP, you can create Shipment cost based on Inbound number.Requirement is here for single inbound can we create multiple Shipment document.
    Can we do shipment costing for Multiple shipment in single document through VI01.
    Yours Help in this will be highly appreciated.
    Regards
    Sunami.

    dear friend,
    to process shipment cost documents you can either call up a shipment cost document in change mode or you can create lists of the shipment cost documents
    you can create the following lists:
    -Shipment cost documents for calculation
    -Shipment cost documents for settlement
    to process a single document use t-code VI01
    to create lists of shipment cost documents to be changed use t-code  VI11
    so, if you need something very special you would think about the new enhancement...
    good luck!

  • Creation of multiple PR with using BADI BBP_SC_TRANSFER_BE

    Hi,
    I have implemented the BADI BBP_SC_TRANSFER_BE.
    I want to create multiple PR with criteria in using method GROUP_RQ.
    But I don't understand what are the parameters use to create several PR.
    Dear,
    Julien

    In standard, 1 PR is created with severals items.
    Here, I want to create 1 or 2 or 3 ... PR according to differents criterias.
    And I don't understand how to use the BADI BBP_SC_TRANSFER_BE and method GROUP_RQ to separate differents items into differents PR.
    BR,
    Julien.

  • Chart creation using multiple series with same name

    I'm new to Numbers and to chart creation in general, so I'm not sure if Numbers is capable of what I need. But if so, I'd like to know how...
    I have a large spreadsheet with hundreds of lines of expense data, wherein each line item falls into one of a dozen categories of expense types. I would like to create a pie chart by expense type (ie, Healthcare, Automotive, Travel, etc), but Numbers wants to treat each line item as a separate expense, even though many of them share the same name. So I'm getting multiple pie slices that all say "Travel" and so forth. I really just want one pie slice for Travel, one for Auto, etc.
    So how can I make Numbers calculate the subtotals for each expense type and use those subtotals to create the chart? Is there a way to do this within the chart function or do I need to create a separate table for just the subtotals (not sure how to do that either) or what?
    Thanks!

    It appears that I missed your question.
    Here is a way to treat the problem:
    In Tableau 2 column B the formula is:
    =SUMIF(Tableau 1 :: B,A,Tableau 1 :: C)
    The column A of Tableau 2 is a header.
    Yvan KOENIG (from FRANCE lundi 14 avril 2008 14:26:37)

  • Creation of multiple listeners with public IP

    Hi,
    ORACLE VERSION : 10.2.0.1
    Operation system : LINUX
    Here i need to configure a listener for the database with different ip with different port no.when i create another listener i am getting this error.And i want the database must connect with both the IP's which i mentioned in the listener.ora file
    Here is my listener.ora file
    # listener.ora Network Configuration File: /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = PLSExtProc)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
    LISTENER =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = vtl3199db)(PORT = 1521))
    LISTENER_PUB =
      (DESCRIPTION_LIST =
        (DESCRIPTION =
          (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
          (ADDRESS = (PROTOCOL = TCP)(HOST = 122.183.83.130)(PORT = 1522))
    SID_LIST_LISTENER_PUB =
      (SID_LIST =
        (SID_DESC =
          (SID_NAME = CAPTURE)
          (ORACLE_HOME = /u01/app/oracle/product/10.2.0/db_1)
          (PROGRAM = extproc)
      )and the error what i am getting is
    [oracle@vtl3199db admin]$ lsnrctl status LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:11:37
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 04:52:47
    Uptime                    0 days 0 hr. 18 min. 49 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl services LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:11:52
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:4 refused:0 state:ready
             LOCAL SERVER
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "D000" established:0 refused:0 current:0 max:1022 state:ready
             DISPATCHER <machine: vtl3199db, pid: 2989>
             (ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=32773))
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:4 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl stop LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:00
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl services
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:13
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=vtl3199db)(PORT=1521)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       Linux Error: 111: Connection refused
    [oracle@vtl3199db admin]$ lsnrctl start LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:18
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/lis_pub.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=122.183.83.130)(PORT=1522)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
      TNS-00515: Connect failed because target host or object does not exist
       Linux Error: 99: Cannot assign requested address
    Listener failed to start. See the error message(s) above...
    [oracle@vtl3199db admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 05:12:24
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:31:57
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 19 min. 32 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status LIS_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:32:06
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 19 min. 42 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 19-OCT-2010 06:32:27
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                19-OCT-2010 05:12:24
    Uptime                    0 days 1 hr. 20 min. 3 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "capture" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "captureXDB" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    Service "capture_XPT" has 1 instance(s).
      Instance "capture", status READY, has 1 handler(s) for this service...
    The command completed successfullyNOte: Here 122.183.83.130 is public ip for vtl3199 ip where my database is running on the server.
    Kindly help me how to configure the listener with public ip to connect to client .
    Thanks & Regards,
    Poorna Prasad.

    Hi,
    Here when i am trying to start the listener with LISTENER_PRB i am getting error which is shown below.when i am trying to stop the listener with lsnrctl stop LISTENER_PUB the default listener LISTENER is stopping .Here my doubt is it must throw error when we are stopping the listener LISTENER_PUB.
    [oracle@vtl3199db admin]$ lsnrctl start LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:33:40
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    TNS-01106: Listener using listener name LISTENER has already been started
    [oracle@vtl3199db admin]$ lsnrctl stop LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:05
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    The command completed successfully
    [oracle@vtl3199db admin]$ lsnrctl start LISTENER_PUB
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:31
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener_pub.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Error listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=122.183.83.130)(PORT=1522)))
    TNS-12545: Connect failed because target host or object does not exist
    TNS-12560: TNS:protocol adapter error
      TNS-00515: Connect failed because target host or object does not exist
       Linux Error: 99: Cannot assign requested address
    Listener failed to start. See the error message(s) above...
    [oracle@vtl3199db admin]$ lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 20-OCT-2010 01:36:37
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting /u01/app/oracle/product/10.2.0/db_1/bin/tnslsnr: please wait...
    TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    System parameter file is /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Log messages written to /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date                20-OCT-2010 01:36:37
    Uptime                    0 days 0 hr. 0 min. 0 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Parameter File   /u01/app/oracle/product/10.2.0/db_1/network/admin/listener.ora
    Listener Log File         /u01/app/oracle/product/10.2.0/db_1/network/log/listener.log
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC1)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=vtl3199db)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfullyRegards,
    Poorna Prasad.

  • Single Maintenance plan creation for multiple equipemnts with different cyc

    Dear Experts,
    I had a following scenario to map in PM module. can anybody guide me to map this process?
    we had no.of equipments under one functional location and will go through preventive maintenance on yearly basis. For this, i will create the single cycle yearly maintenance plan which comprices of maintenance items, which is fine. out of these equipments some of the equipments will go for routine maintenance like quarterly, half-yearly, tri-quarterly. user want to club these scenarios also in single preventive maintenance plan. when we scdule this plan, system has to deliver monthly orders and as well as yearly orders from single preventive maintenance plan.
    Thanks & Regards,
    Krishna

    Hi Krishna Murthy,
    It can be acheived in the following Manner.
    Create a Strategy say "Test" with Packages 1M, 2M,Q,H,Y packages.
    Create 5(say) Equipment Task Lista for each of the 5 Equipment at that FL.
    1st Task List will have Operations related to say Monthly(1M), Quartely(Q), yearly (Y)
    2nd Task List will have Operations related to say Monthly(1M), Quartely(H), yearly (Y)
    And so on... as per Business Requirement.
    Now create a Maintenance Plan with 5 maintenance Items with respective Task Lits.
    Now Schedule the Plan and give the Last Completion date as the Yearly package (A date one year less than the day you wanetd the yearly plan).
    Then check the calls.
    Regards
    MLN Prasad

  • SAP IDM position based security with user in multiple positions

    Hi,
    In case of Higher Duties, we have a scenario where a user can have multiple positions with access to the business roles of both the positions.
    The design is to have one business role assigned to one position so that the user can have all the access he requires.
    In case of higher duties, we see an exception.
    Has anyone implemented such a scenario?
    Inputs/advices are much valued.
    Thanks
    Chaitanya

    Hi Chaitanya,
    Is it possible to assign more than one position to an employee in HCM?
    If so, there is many ways of dealing with that from IDM side, I don't know precisely your business requirement, what you need to maintain and what should be dynamic, but i can suggest you to :
    1. Translate every position you receive from HR to a Business role and assign as many Business roles you want to the same user.
    From HCM you will receive :
    Employee :
    - Z_POSITION_ID1 :1
    - Z_POSITION_ID2 : 2
    In IDM
    Employee
    - Member of BR1
    - Member of BR2
    2. If you have a lot of attributes related to HR position on user (link user-position) to maintain , then create a custom Object in IDM (entrytype Z_POSITION).
    You wil be able to manage relations much easier than a simple relation (One-to-one attribute)
    Otherwise, It worth to look over this blog for general design of HCM integration :
    How to optimize identities’ lifecycle management in your information system using SAP HR events?
    Fadoua

  • MULTIPLE POSITIONS FOR SINGLE EMPLOYEE

    HI EXPERTS,
                     I AM AN ABAPER AND NOW I AM WORKING WITH HR DEPT .I HAVE TO BRING MANY POSITIONS TO A SINGLE EMPLOYEE.
    EX) RAM WILL BE THE AAST MANGAER FOR FINANCE AND BUSINESS EXECUTIVE AND WILL BE ONE AMONG THE BOARD OF DIRECTOR.
    SO WHEN WE CREATE ACTIONS WE CAN CREATE ONLY ONE POSITION AT A TIME .
    SO HOW TO CREATE MULTIPLE POSITIONS FOR A SINGLE EMPLOYEE.???

    Hi,
    You can assign multiple position to single employee, based on the Employment Percentage in IT001, you can assign multiple position.
    This concept is especially called Concurrent Employment. Assigning of multiple position, in Concurrent Employment, SAP has developed in such a way that, it will synchronize your Work schedule and show it one screen and payroll will calculate the amount from various assignment.
    I have posted the Wiki about the Concurrent Employment in the Wiki section. If you want go through that, you will get little idea.
    Good Luck
    Om
    Reward it, if u feel helpful.

  • Create multiple folders with one click on documents tab in BP in SAP CRM

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

    Hi Experts,
    I have a requirement to create multiple folders by clicking on a button in Documents tab in BP transaction in CRM. In standard process by clicking on create folder button we create folders. we want to create multiple folders with one single click ( i guess we can develop another button for that) folder name will be hard coded. Kindly let me know , how this can be achieved.

  • Multiple Positions for One Employee (OrgChart Campaign)

    I am trying to determine if the OrgChart campaign offering will meet the needs of my client.  They have an interesting setup where they assign one employee to multiple positions (example:  50% to one position, 50% to another position, etc).  I want to confirm that the OrgChart campaign offering will pick this up and reflect each position and its holder even if the holder is represented in another org unit attached to another position.  I assume this is possible since it uses the O-S-P relationship search but since we have trouble with some of the standard SAP reports returning only one position I just wanted to check.
    Thank you!

    Hi there,
    Before I start you may wish to use TVN OrgChart 2.1 which was recently released on Service Marketplace as it contains all the functionality of the Accelerated Campaign offering with a bit more functionality and some bug fixes from TVN2.0.
    OrgChart's standard functionality in this area is to show a node (box) for each position. Where two or more people sit in the same position it shows a node for each of these employees.
    In your scenario where a person sits in two positions within different orgunits, OrgChart will represent this as two nodes - one in each orgunit.
    I hope that helps!
    Luke

  • Multiple Orders with Different reasons on a Single day

    Hi,
    I am recently learning Device Management of IS-U Electricity. Now I have a problem with meter reading orders generated at the time of periodic meter reading with reason 01 and different system generated orders with reasons like 22, 21 , 16 and 11 which are the orders get created internally based on device replacement and modification.
    If the scheduled meter reading date lies on the day or the day before of device replacement or modification, the meter reading for the periodic order is getting prorated based on the meter reading entered at the time of replacement or modification. This is what I dont want.
    Is it possible to have multiple orders with different reasons on the same date? Any configuration changes are welcome.
    - Arghya

    Hi,
    You can acheive this using following config changes.
    SAP Utilities --> Device Managment -->Meter Reading --> Meter Reading Order -->Order Creation --> Define Automatic Interpolation for Meter Reading Reason.
    Uncheck  the 'Auto Interpolation' flag for Meter Reading reason 01.
    This will not use the Replacement or Modifiaction read.
    Let me know if anything more is reuiqred.
    Thanks and Regards,
    Ranjit Thakur.

  • Restrict PO creation for multiple plants for same company code

    Hi Gurus,
    We want to restrict PO creation for multiple plants in the same company code. Based on Standard SAP settings for Purchasing organization assignment with multiple Plant and multiple Plant assignment with single company code, this is happening. Is there a way that we can restrict by doing some customization change.
    Any thoughts or ideas will be highly appreciating.
    Thanks and Best regards,
    Karun Kumar

    Hi,
    Said functionality is not available in SAP standard.
    To avoid the same ,i can suggest implement release strategy for PO,and then higher authority / commercial team can check created PO,if multiple plants available in single po then they have the option of rejection for the same.
    Or else check BADI-ME_PROCESS_PO_CUST,take the help from abapor and apply the restriction to select multiple plant in PO.
    Hope this will resolve your query,
    Thanks & Regards,
    Sandesh Sawant

  • Call multiple screens from LSMw

    Hi
    i want to call multiple screens from lsmw
    I need to call a three transaction from LSMW wich are subzequent steps for data entry.
    1) first tcode to be called is eprodcust which creates some master data and using this master data and some fields of data creatd i need to call two more tcodes first iq01 to create meter and save then eg31 tcod to feed data.
    Please suggest where in lsmw can i give options for suc hscnerio and call of subsequent screens.
    regards
    Edited by: Prieti_V on Nov 8, 2011 8:28 PM

    Hi Priti ,
    we have few options to handle such cases , to avoid Locked Problems what you can do is
    -->write BDC program within LSMW to create installation ( this will be created within step of 11 Convert Data ).
    -->Based on the above BDC results ,run another BDC within LSMW to create Device.( this will be created within step of 11 Convert Data ).
    -->third BDC records , let SAP do it thru LSMW or can you do it convert data step itself.
    this approch needs lots of codes , so in worst case and if you dont want to break the loadings the follow this.
    *Better to find any BAPI which will do creation of installation ,devices
    regards
    Prabhu

  • Issue with LSMW IDOC method

    Hello there,
             I am facing an issue while creating a LSMW using IDOC method. I am creating it for PROFIT CENTER upload. My file is having the data as, there can be multiple company codes for one profit center, so my file will have more than one record for single profit center. I have to create only one IDOC per profit center, so I have to create multiple segments in that IDOC for different company codes.
             I am not sure how to create multiple segments using LSMW. It will be very helpful, if anyone can tell me how to do it.
    Thanks,
    Ganesh Khumse

    Hello Ganesh,
    I assume that you are using the IDoc Type PRCMAS02 for the creation of Profit Centers along with Company Code assignment.
    In order to be able to extend the Profit Center for Multiple Company Codes, please segregate the source structures into Profit center general data and company code data...along with respective source fields.
    In the structure relations, assign the Profit Center General data to the Idoc segments E1KEPCM & E1KEPCT. Then assign the Company Code data to the segment E1KEPCB.
    The input file layout expected will be something similar to the below layout...
    PCHEAD1
    - CCODE1
    - CCODE2
    PCHEAD2
    - CCODE1
    - CCODE2
    Hope this info resolves your problem.
    Pls reward if this answers your query.
    With Regards
    Vijay Gajavalli

  • Linking a role to multiple positions

    Hi,
    I need to link a role to a number of positions.  I have tried creating an LSMW using transaction PO13, but I can't get it to work. 
    Can someone advise of a way I can link a role to multiple positions or advise of an alternative transaction that works better with LSMW.
    Thanks,

    >
    Pumza Mtshingila wrote:
    > Hi,
    >
    > I need to link a role to a number of positions.  I have tried creating an LSMW using transaction PO13, but I can't get it to work. 
    > Can someone advise of a way I can link a role to multiple positions or advise of an alternative transaction that works better with LSMW.
    >
    > Thanks,
    I'm assuming you would like to automate the process of assigning role/roles to multiple positions.  Use SECATT for transaction PO13. 
    -John N.

Maybe you are looking for

  • Here we go again - problems with sync files to CC

    Again I having trouble sync (uploading) files to CC. I get an error message saying that a file (every file) can not be synced - this is folloowed by an absolute nonsense error message - can't upload look at your file - really anoying! Is this the sam

  • I would like to upgrade my HDD and don't want to buy something that doesn't fit, function, or costs too much.

    My specs are as follows: MacBook Pro (Retina, 13-inch, Late 2013) Processor  2.4 GHz Intel Core i5 Memory  4 GB 1600 MHz DDR3 Graphics  Intel Iris Software  OS X 10.9.3 (13D65) 13-inch (2560 x 1600) 121GB Flash Storage Memory 2 2GB slots I would like

  • HP OfficeJet Pro L7680 - New ink cartridges saying "Empty"

    I have a HP OfficeJet Pro L7680 that has two ink cartridges that suggest they are empty, although they are brand new from HP. These are replacement carts, not the original. I am not sure how to diagnose the problem since the cartridges are leaking co

  • Reading Multiple lines using File Adapter in PI 7.1

    Hi Friends, We are using PI 7.1 Service pack 4, scenario is File to IDOC . I am using  Sender File Adapter with File content conversion for fixed lengths to read file from FTP XI-SAP.    File Format :   EDI_DC40 , A, B, C, D, E   E1WPU01, F, G,H, I  

  • Change Server Option in 8.8

    Dear Experts, I have SAP 8.8 PL05 installed on my laptop.Now I need to connect to the server machine of the client which is also having same version installed. However I do not find any option of 'Change Server' on the client interface as it was in S