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.

Similar Messages

  • 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 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,

  • 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

  • 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

  • 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

  • Any business Object for CJ02?

    hello friends,
    can any one of u tell me the Business Object for the transaction CJ02?
    I want to trigger my workflow when Status of WBS element changes to released.
    Thanks,
    Romanch

    Hi,
    You can use BUS2054. If you want to trigger when status changes, then u need to create new event and make entries in BSVW tcode.

  • Any business Object for CJ92?

    Hello friends,
    cam any one of u tell me the standard business object for the transaction CJ92? or any BADI / BTE ?
    I want to trigger my workflow on saving WBS.
    Thanks,
    Romanch

    You can use BUS2054 if WBS Element is attached to project or you can use BUS2001 or bus2001001.
    Thanks
    Arghadip

  • Business Object for FNM1 or FNM1S

    Hello alls,
    Does anyone know say what are the business object to the transaction FNM1 or FNM1S?
    It started as a workflow in these transactions for release of payment before the document be counted? The document will count only if the approver release the document for payment.
    Thanks
    Luciano

    Hi Luciano,
    There are a couple of ways to find the business object for a tcode -- both discussed recently. Pls see these threads -
    Re: Configuration settings for parked inv workflows - Z1 & F-04 Doc types
    Bo Object for a tcode
    Regards,
    KKR

  • 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

Maybe you are looking for