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

Similar Messages

  • How to Find Business Objects for any Tranaction .

    Hi Abapers,
                        How to find Business objects for any transcation.....  and how to connect the Work flow to  any  Trancation  so that for example any body changes the date of Birth ...... so that the work flow should trigger .
    Thanks & Regards
    Bhaskar Rao.M

    Hi Bhaskar,
    For finding business object,you can try transaction SWO4 and by checking the documentation in it you can find your required business object.
    Another method is:
    1) Go to Trx SWE4 and switch on the event trace.
    2) Run your transaction which you want to use for triggering your workflow.
    3) Run transaction SWEL and find your Business Object and related event in it.
    For connnecting your WF to your transaction you have to create a start event in your WF in SWDD,where in you specify the Business Object and start event which you find using above method.
    Eg.You want your WF to be triggered whenever you have an error in your idoc.For this your BO will be IDOCAPPL and your event will be (inputErrorOccurred).This you will give in header data in SWDD.
    Neerja

  • How to find Business Object for a BAPI

    Hello all,
    Is there any way to find BO (SWO1) for a given BAPI.
    Thanks..
    App.

    Hello
    Call transaction SE16 for table SWOTLV and use the following selection:
    ABAPTYPE = 'F'     " function module
    ABAPNAME = <name of BAPI, e.g. BAPI_PO_CREATE1>
    This returns the business objects
    BUS2012
    FREBUS2012
    on ERP 6.0.
    Regards
      Uwe

  • How to find Info objects for particular filed??

    Hi
    I hav doubt Can anyone tel me???
    My Query s <b>How to find Info objects for particular filed??</b>
    For example i hav some table fileds, how to find Info objects for that fields??
    Pls explain me detaily
    Points wil be given for all answers.
    Thanks
    Senthil

    Hi Senthil ,
    You have your field description along with your Field right.
    For example:MATNR - Material Number
    Now take this description and go to your BW side Tcode:RSA1
    1)Search in Modelling >> Infoobjects >> Material Number
    Then you get few hits (matches)  which have description matched.
    For Example: 0material  - Material Number
    Check for the Length and type match.
    You will understand once you get those hits as to which is related to yours.
    2)Go to BI content and search in the infoobjects this has all active and inactive objects but this takes a little time (not much  though).
    3) You have meta data search / simple search also where you can search for the objects with field description as matching criteria.
    Hope your doubt is cleared atleast to some extent.
    Assign Points if helpful.
    Thanks,
    Priyanka

  • HOW TO FIND MENU PATH FOR A TCODE

    PLZ TELL ME HOW TO FIND MENU PATH FOR A TCODE .
    I HAVE MADE A MENU ENHANCEMENT  WITH TCODE +DW2.
    IT MENU PATH IS NOT TRACEABLE.

    Hi Madan,
    It is in the transaction code <b>S001</b>.
    Check my previous post on this.
    It is not listed on the SAP Menu. Thats why SEARCH_SAP_MENU returns nothing...
    <b>Go to the Initial Screen and then type /n in the TCODE.
    From there now type S001 to go to transaction S001.</b>
    The other ways do not work. Like combining both in a single step : "/ns001".

  • Can't find Business Object for Functional Location BOM in BAPI

    Hi all,
    I've to make Upload Program through BAPI for Functional Location BOM,for making that Upload i can't find BUSINESS OBJECT for FUNCTIONAL LOCATION ,Equipment BOM and Fleet Object (Vehicle).Kindly tell what Business Object should i used to create that Upload Programme.I shall be very thankful to you.
    Regards,
    ABAPFK

    Hi
    you have to do all steps in LSMW
    1.Maintain Object Attributes
    2.Maintain Source Structures
    3 Maintain Source Fields
    4 Maintain Structure Relations
    5 Maintain Field Mapping and Conversion Rules
    7 Specify Files
    8 Assign Files
    9 Read Data
    10 Convert Data
    11 Create Batch Input Session
    Please maintain source fields required.thats important.(maintain 2 level-header and item,also provide common name of column to link to 2 files
    Header file:sample
    RECORDNAME     EQUNR     Plant
    10001031                        10001031      3000
    Item file:sample
    RECORDNAME     ITEM NO     MATNR     Item catg   QTY
    10001031                             10      P-1001          L               1
    Regards
    Seenu

  • How to find Related Tables for the Tcode given.

    How to find Related Tables for the Tcode given. (master data)
    Thanks in advance.

    Hi Sridhar,
    Welcome to SDN.
    The tables for a given transaction can be seen in the transaction SE80.
    First goto SE93.
    Give ur Tcode and find the program name.
    Now goto SE80. select program in the first dropdown and give the program name in the second box. U can find the list of tables used.
    One more way is : use ST05.
    and One more is using FM 'get_tables'
    Thanks,
    Shailaja
    Edited by: Shailaja on Jul 11, 2008 12:33 PM

  • Finding Business Objects for Transaction Codes

    Hello,
    How to find out the Business Object for a transaction code. For instance I want to find out the Business Object for Tcode: BP.
    Please guide me!
    Regsrds,
    Khushboo

    Thanks Gerhard!
    But I am looking forward to the PROCESS STEPS to be followed for finding the BO for a TCODE.
    I had quoted TCODE: BP just as an example.
    Regards,
    Khushboo

  • How to Find Business Object name of BAPI_TRANSACTION_COMMIT

    Hi,
    I want to know the business object name of BAPI_TRANSACTION_COMMIT, also if we know the BAPI name then how to search its all detail like documentation ,BO name in  T. Code : BAPI.

    Hi,
    Business Object name for BAPI_TRANSACTION_COMMIT is BapiService and object type is SAP0001.
    To find the business object name:
    First we have to find the development class for that FM BAPI_TRANSACTION_COMMIT in attributes tab in SE37 later
    go to SWO1 T.code and press F4 there give the development class it will list the object types
    and then go to BAPI T.Code and Click Find Button give the Business Object Type and select Business Object Type Radio Button
    then u can find the Business Object Name and all details.
    Thanks & Regards,
    Pydi Reddy.
    Edited by: pydi reddy on Sep 24, 2009 1:35 PM

  • Can not find business object for Down payment request

    Hi,
    I want to make one workflow regarding down payment . For that i need business object of down payment request . But i cannot able to find it . Any budy have idea about that please tell me .
    Regards,
    Gurprit Bhatia,.

    Hi
    you have to do all steps in LSMW
    1.Maintain Object Attributes
    2.Maintain Source Structures
    3 Maintain Source Fields
    4 Maintain Structure Relations
    5 Maintain Field Mapping and Conversion Rules
    7 Specify Files
    8 Assign Files
    9 Read Data
    10 Convert Data
    11 Create Batch Input Session
    Please maintain source fields required.thats important.(maintain 2 level-header and item,also provide common name of column to link to 2 files
    Header file:sample
    RECORDNAME     EQUNR     Plant
    10001031                        10001031      3000
    Item file:sample
    RECORDNAME     ITEM NO     MATNR     Item catg   QTY
    10001031                             10      P-1001          L               1
    Regards
    Seenu

  • Authorization Object for Z Tcodes

    Dear SAP Guru's
    how to find authorization object for Z tcodes
    e.g. in our orgnisation we have created report ZSR( Sales Register)  and we want to restrict user for Plant & sales office
    so where i can get authorization object.
    kindly help
    Thanks
    Paramanand

    Hi,
    Goto T.Code "SUIM".
    Click on "Roles".
    Click on "By Transaction Assignment".
    Enter your T.Code here i.e. "ZSR".
    Click on Execute or Press F8.
    You will identify the role assigned to it.
    Copy that role.
    Goto T.Code "PFCG".
    Paste that role here.
    Click on Display.
    Goto "Authorisations" tab.
    click on "Display Authorization data".
    Goto Utilities-->Technical names on in menu bar.
    Here you can see the authorization object assigned for this T.Code.
    But in general all the Z transactions will be in S_TCODE authorization object.
    Also,goto that T.Code.
    Immediately after this enter,"/nSU53" T.Code.
    Regards,
    Krishna.

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

  • Business Object for particular Tcode

    Hi,
    Is there anyway to find the Business Object for particular Transaction code ??
    Regards,
    JMB

    wrong forum.  This forum is for Business Object, the company.

  • How can I find a bapi for perticular tcode?

    hi,
    How can I find a bapi for perticular tcode?
    Thank you
    ASHOK KUMAR

    HI Ashok
    If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. 
    Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. 
    <b>1. Find out the package of the transaction.</b> 
    Start Va01 go to system --> status. 
    Double click on transaction 
    Package is VA 
    Open this package in SE80 
    Open business engineering-->Business object types 
    Find the BO which sounds the most appropriate 
    I would suggest BUS2032 Sales Order 
    Double click. 
    Open methods. 
    Find the released method with from data or something similar in the name 
    , Createfromdat2 
    Position the cursor in it and click the program button 
    Scroll down to find the bapi used in this method 
    With this way you can also find out programs and FM's 
    <b>2. Start va01 go to system-->status </b>
    Double click transaction VA01 
    Double click on package 
    Read the application component. (this is SD-SLS Sales) 
    Then open the transaction BAPI 
    Sales and distribution>Sales>sales order 
    createfromdat2 
    Regards
    Preeti
    <b>
    Please reward for useful reply</b>

Maybe you are looking for

  • DNS set-up for multiple servers?

    I need some DNS advice.... I am replacing our old OS Leopard server (that provided web hosting, email, file serving, dns, etc.) with four new Mac Mini Servers (Maverick) to distribute the services. We had an issue on the old machine's fileserver serv

  • Terms of Payment Issue

    Hi SD Experts, How do i configure my terms of payment to work based on the scenario given as below: ZPR1 to ZPR4 are condition types. ZPR1 - $10 ZPR2 - $5 ZPR3 - $5 ZPR4 - $5 Customer must pay ZPR1 first, the remaining ZPR2 to ZPR4 are 30 days term.

  • Mirroring from IPAD to Samsung

    I have an ipad air, and a 2014 samsung smart tv. I have a wireless network, using Smartview 2 I have now connected the IPAD tv the television through the wireless router.  I can control the TV from the IPAD, but when I try to view Photos, Videos or M

  • How to get ObjectType of form

    Hi All, I am working on SAP B1 i required help on Screen Painter. How to get ObjectType property of inbuilt form in SAP. And also how to get Database of respected table of perticular form. Can anybody suggest me some solution. Thanks,

  • Unable to rename individual bookmarks

    For a month or longer now, I have been unable to rename individual bookmarks. I used to be able to do this so that I could shorten long website titles. But I have not been able to do so recently. Any help would be very much appreciated!