Specific Business Object for Infotype 2012 Time Transfer Specifications

Anyone know if there is a specific business object for infotype 2012 - Time Transfer Specifications? or should we use the standard EMPLOYEESU   Employee information according to infotype and subtype or create our own zclass, any experience/help is much appreciated.
BR Sonny

Hi
Thanks for the interest.
The business requirement is to transfer some remaining Vacation Quotas to the next Vacation year in Denmark. We have build a application for the employee where they choose to move the remaining holiday to the next year. The remaining absence quotas are converted to infotype 2012 records with Locked indicator set. Now we want to catch this records and send a Decision Task to the Manager for Approval, once approved the Locked indicator should be removed.
Sonny

Similar Messages

  • Create URL to specific Business Object for a CRM using Portal integration

    Hello CRM Community,
    we're using the CRM Portal integration. To update our business users with tasks we use the standard functionality to send Alerts using the function module SALRT_CREATE_API. It allows to specify a URL that is added to the E-Mail created in the alert using the Table parameter IT_ACTIVITIES. This URL should be filled with a direct link to the business object that must be changed. For the stand-alone CRM there is the static Method CREATE_URL of the class CL_CRM_WEB_UTILITY to build such an URL. But I was not able to find a similar class/method/function module when the CRM is used integrated in the portal. Has anyone a simmilar requirement and was able to solve it?
    Best regards
    Gregor

    Hell0
      Gregor Wolf 
    Yes   i have also same doubt regarding   class this integration , Please share this stuff  with me !!   Nice Question !!
    Thanks  & regards
    Asish

  • Business object for Automatic Run in FICO

    Hi experts,
       In Automatic run the work flow has to trigger when the status as ' Proposal is ready to be started / created ' in Transaction F110 and then post the payment in workflow. Please let me know if any business object is avalable for that. If we can trigger the workflow through the Business Transaction Event means, let me know the procedure and the parameters for the Business Transaction events.
    I ll reward the points if it is helpful.......
    Thanks and Regards,
    Velu.....

    Try BTE, process 00001860. Sample FM SAMPLE_PROCESS_00001860. There is no specific business object for this as far I know, therefore you can build your own or start a WF directly.
    Regards, IA

  • Is it mandatory to use Business object for data transfer and work flow?

    <font size="3">
    <pre>
    In our enterprise projects we deal with some screens where we add or update some data and again
    we retrieve that data and display to user in various ways like displaying on screen as
    a report or viewing in excel etc.. Most of the times, though we identify the business objects
    based on the nouns in requirements document, really while implementing there will not be any
    business logic in the objects. Almost all the objects which we identfy as business objects
    may have methods like add, delete, update and retrieve methods. Still in these cases, is it required to
    have business objects or can we use transfer object to send the data for saving and retriving or any other
    pattern/guideline is there for dealing such cases?
    I really appreciate your comments on this topic.
    Also I apologize ahead of time if my explanation is not clear to you.
    </pre>
    </font>
    <p>
    Thanks in advance.
    <p>
    Regards,
    <p>
    Rizwan.

    In my opinion, DAO pattern would be suitable for you. Generally the DAO (Data Access Object) will have the CRUD (create, read, update, delete) methods to retrieve data from data-source (e.g. database). Based on the data it will create the DTOs (Data Transfer Objects) and pass them to the caller. It will also receive the DTOs from the caller and save it the data-source. Thus in your case you can
    - remove the CRUD methods from the Business Objects (BO) and make them pure DTOs and use them with DAOs (If you are using JDBC codes inside your application and you don't have much of validation or processing logic in your BOs).
    http://www.corej2eepatterns.com/Patterns2ndEd/DataAccessObject.htm
    OR
    - use BOs in combination in DAOs (if using the database connection from a pool and BOs are having complicated processing logic).
    http://www.corej2eepatterns.com/Patterns2ndEd/BusinessObject.htm

  • Business Objects for OM in HR

    Hi Experts,
    I have a small doubt about ABAP-hr OM module. How to find out the business objects for Organization Management (OM) in swo1 T.code.
    and please let me know any procedure and any Objects you have.
    Please help me in this regard...............
    thanks in advance..........
    ravindra....

    Hi,
    Check
    Business Objects :
    ORGASSIGNM: Employee organizational assignment
    ORGMASTER: Control object for org. master data replication
    ORGCHEARM: Designation for organizational reassignment
    ORGUNITEXT: Enhanced Organizational Unit
    PDOTYPE_SH:HR Position
    HRMASTER:Control object for HR master data replication,
    EMPLOYEET:Time specification of employee,
    EMPLOYEEI:Employee Information
    Goto SWO1, in object type, type EMP* and press F4, you will get a list of objects.
    Edited by: Neenu Jose on Nov 5, 2008 7:48 AM
    Edited by: Neenu Jose on Nov 5, 2008 7:49 AM
    Edited by: Neenu Jose on Nov 5, 2008 7:51 AM
    Edited by: Neenu Jose on Nov 5, 2008 7:53 AM
    Edited by: Neenu Jose on Nov 5, 2008 7:55 AM
    Edited by: Neenu Jose on Nov 5, 2008 8:01 AM

  • How to find business object for particular tcode at particular event

    Hi,
    I want to know how i can find particular business object for particular tcode for certain event?
    For example suppose for tcode PA40, if i create infotype for employee and when i save it after creating it then it must be stored in certain object. How i can find business object where all data realted to emp. get saved?
    Thanks & Regards,
    Parag

    Hi Parag,
    To get the business object for given transaction,
    1) Go to transaction SWELS
    2) Switch on the event trace.
    3) Go to the given transaction (For which you want to know the business object)
    4) Execute the transaction
    5) Go back to SWELS and Switch off the event trace
    6) Go to transaction SWEL.. Here you will get the Business Object name (one which starts with BUS)
    Hope this will help you.
    Best Regards,
    Deepa Kulkarni

  • Create a business object for a Maintenance object

    Hello,
    I want to create a business object for a maintenance object to change all XML attributes to XML elements.
    Should I have to change the whole XML Schema from attributes to elements one by one?
    For example, I create the business object CM_Person_BO for the maintenance object Person, and use the business object to add user in a more standard way.
    But it is a quite large job to rewrite the whole schema for the maintenance object Person, which has following elements, which are PersonIdentifiers, PersonNames, PersonPhones, PersonCharacteristics, Person and SeasAddress.
    Is there any easy way to do it?
    Thanks,
    Kerr

    Should I have to change the whole XML Schema from attributes to elements one by one?
    Is there any easy way to do it?Unfortunately not, you will have to define the schema containing each field/element, once. The primary objective is that you should create a scaled down version of the BO having only the required fields or subset of available fields, you may not need all the fields of a MO. This increases performance as the IO is performed only for specified fields in the BO.
    You can define separate Data Areas for each Person object's context, i.e. Identifiers, Names, Phones, etc. and include them (includeDA) within the Person BO (CM_Person_BO) for clarity.

  • Creation of Generic business Object for a standard transaction

    Hi,
    We have a requirement where we are depreciating the assets (standard transaction ABAA) using a custom BDC program. We need to maintain a history (called audit trail) for the particular asset that has been depreciated using this program. For this audit train we have been asked to use "Generic Business Object" in transaction code ABAA.
    Unfortunately, Generic object services are not available in this transaction code. Can you please suggest me how to create "Generic Business Object" for a particular standard transaction code. Also, we have show the details of custom workflow that follows the approval process in order to depreciate the asset. how to show this workflow details using Generic Business Object. This is a very critical issue, any help will be very help ful.
    Please let me know should you require more information on this topic.
    Thanks,
    Ashish

    this is already answered in the forum, and also explained in the sap library

  • Business object for PO and SWOTICE entries

    Hi all,
    We've copied the standard business object for a PO - BUS2012 to a Z object to be used in a workflow. In one of the methods for this Z object, we've used BAPI_PO_CHANGE to block an item of the PO. As soon as the program was generated, under the object list of the transport request for these changes, some entries got created for table SWOTICE -
        BAPIADDRESS     
        BAPIEKET        
        BAPIEKKN        
        BAPIEKKOA       
        BAPIEKKOC       
        BAPIEKKOP       
        BAPIEKPOA       
        BAPIEKPOC       
        BAPIEKPOTX      
        BAPIESKLC       
        BAPIESLLC       
        BAPIESLLTX      
        BAPIESUCC       
        BAPIESUHC       
        BAPIMMPARA      
        BAPIRETURN      
        BAPIEKKO        
        BAPIEKKOL       
        BAPIEKPO        
        BAPIEKAN        
        BAPIEKBE        
        BAPIEKBES       
        BAPIEKES        
        BAPIEKKOTX      
        BAPIESKL        
        BAPIESLL        
        BAPIESUC        
        BAPIESUH        
        BAPIRLCOPO      
        BAPIRLGNPO      
    SWOTICE - index of frozen DDIC structures.
    What is the significance of this table and items? Why did they appear in the object list of the transport request when the program was generated?
    I checked these structures if they're a part of the BAPI_PO_CHANGE interface, but they're not.
    They were present in the main program for the original business object BUS2012.
    Could somebody throw some light on this?
    Regards
    Deepthi.

    These are internally related to BUS2012. When ever U copy to a Z object and generate the object, some of the objects which runs the object gets generated automatically in the transport list. These are as such needed for the program to work fine.

  • Any business object for Organisation Unit Create

    is there any business object for Organisation Unit Creation. BUS0018 is available but there it is not defined. basically on saving the Organisation Unit in PP01 Transaction, a workflow should be triggered to send a mail to the Requestor intimating him that the org unit has been created.
    points will be awarded even to the slightest cues.

    Hi,
    Did you check SWEHR2 to see if there are any clues there? I found object PDOTYPE_O there. But it triggers an event for BOR BUS1221. So depending on your needs you could use one of these maybe. The problem is PDOTYPE_O doesn't have any events, so you would need to create a subtype and delegate it. In the subtype you could create your own events which you could call using SWEHR3.
    Regards,
    Martin

  • Business object for FB50 or Fv50  transcation

    Hello All,
    When a transaction is processed in T-code FB50 or FV50
    a.     It can be directly posted if the transaction amount is less than 10000
    b.     The document has to be parked, and a workflow has to be created if  the amount exceeds 10000, a workflow has to be created and a mail should be sent to higher level (Manager) for approval . Manager should have the facility to edit the document and post it.
    please let me know the business object for FB50 transcation and any standard workflow template  for my scenario.
    Thanks,
    ram

    Hi JMB,
    i went to FB50 and i have given all necessary detail and when i click the park button or post (save)button workflow  not trigering, i have tested in swel and swels transcation.
    please let me know for my scenario when workflow will start i mean when the park the document or when post the dcoument.
    you have given  5 template but in  my scenario one approver is there ,please let me know which template i can use...
    please guide me..
    Thanks,
    ram

  • Business object for MIGO

    Hi,
    Can any one tell me What is the Busines Object for MIGO
    and  How to find the Business object for a transaction ?
    answers will be rewarded.
    Thanks,

    Hi Rambabu,
    Check the below thread:
    How to find a Business Object
    This will explain how to search business objects for any transaction.
    Regards,
    Nitin.

  • Business object for workflow

    Hi Experts,
    I am facing a proble to create a workflow for service connection .
    The business process is that is a business partner want a electricity connection then if it  is a reconnection then agent shud take the previous dues to the business partner for this i want to open the cash payment screen .
      So, can any body tell me what is the business object to open the cash payment screen .
    Regards,
    Khurram Siddique

    Hi, I don't think you have a business object for the cash desk, you'll have maybe to create you own BOR method to call transaction FPB0.
    Cheers,

  • Business Objects for FP09 and EC85

    Hi Everyone,
    Could you please guide me about: "what are business objects which are being used in the following transactions: FP09 and EC85".
    Actually we need this for our Document Management System. Please guide.
    Thanks and Regards

    MP:
    You need to be more precise here - the business object for the transaction is commonly known as the object upon which the transaction is based.  SO EC85 is disconnection and the business object for disconnection is DISCONNECT.  What you are seeing is the reference object.  that is entirely different and refers to the object upon which the individual disconnection is operating.
    regards,
    bill.

  • Business Object for spot/forward transaction - TX01

    Hi All,
      My requriement is to implement workflow for the transaction TX01. I can't able to findout Business Object for this transaction. Has anyone had experiences about  this transaction. Can any one help me on this.
    Thanks - Krish

    Hi,
    Then in T.code SWEC, you can configure for the Event.
    For this you need the BO to configure, Search the BO first in Forum & SAP Help.
    Once BO found, you can trigger the event via CDHDR config.
    Refer this [Link|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/80ddeba4-e780-2b10-7bb2-fc7a33efabbd] for CDHDR config.
    Regards,
    Surjith

Maybe you are looking for

  • How to redownload final cut pro on different computer without installation disc?

    I purchased a laptop that has final cut pro on it but it didnt come with an installation disc or anything. I need to put my final cut pro on a different computer...What can I do?

  • Customize Keyboard Shortcuts in Photoshop Elements 9?

    Hello, where is the customize keyboard shortcuts dialog? I bought an app for my iPod Touch that uses a .kys file to map the commands to the computer, and I could not find a way to change the keyboard shortcuts.

  • Poor query performance

    I have an Oracle 10g R2 10.2.0.4 data warehouse with a fact table that holds records that are input in chronological order. Each month of records is contained in its own tablespace. Each tablespace is partitioned by a range partition on the day and s

  • Cannot activate Quick Sync in H61MU-E33-B3

    I purchased an H61MU-E33-B3 at Micro Center in Santa Clara, California, installed an second generation core i3 and I only get Standard VGA Graphics. I updated the BIOS using the Live Update Online today, so it has the latest. Tried booting to DVI-D,

  • JAVA-combo Box

    hi there... can u tell me how to changed the function MOUSE CLICKED (use check box ) to combo box....