SAP BAPI to get Component of any SAP Transaction

Dear All,
I Want to get the Component Id of any given SAP Transaction Code, with the help of some SAP RFC.
I tried to get the Component, I got it too but I need some SAP BAPI to do this task.
Some details are available over here,
Component of any SAP Transaction
Please Help.

Hi Cvrian,
There is no BAPI for this but there are some RFC functions to get what you want (since they are not BAPIs they may change without notice but probably won't).
First get the transaction dev class info with RFC AKB_GET_TADIR. 
For example if you give it OBJECT_TYPE = TRAN  and NAME = SU01 you will get the dev class info for transaction SU01. 
The dev class info includes a component (in this example HLB0100102).  Now call RFC RH_GET_APPLICATION_COMPONENTS to get the list of component to map it to the human-readable component (in this example BC-SEC-USR-ADM). 
Hope that solves your requirement.  This is not really a SolMan question but I wanted to be helpful

Similar Messages

  • In sap project who get lot of oppurtunities,sap abapers or sap bw people?

    hi all
    in general sap project in sap project who get lot of oppurtunities,sap abapers or sap bw people?
    thanks,

    Hi,
    It depends on the based on the clients/customer business process & scenario's  ,& the type of SAP Projects to be implemented  .
    In Business intelligenc projects, we do require more BI Consultants compare to ABAP er's & other consultants.In ECC 6.0 & other R/3 implementaions, the demand for ABAP er's & other consultants wil be more .
    So finally the Vacancies are the part & parcel of the type SAP projects to be implemented.
    Regards
    CSM Reddy

  • In sap project who get lot of vacancies,sap abapers or sap bw people?

    hi all
    i want to know in sap project who get lot of vacancies,sap abapers or sap bw people?
    thanks

    Hi,
    It depends on the based on the clients/customer business process & scenario's  ,& the type of SAP Projects to be implemented  .
    In Business intelligenc projects, we do require more BI Consultants compare to ABAP er's & other consultants.In ECC 6.0 & other R/3 implementaions, the demand for ABAP er's & other consultants wil be more .
    So finally the Vacancies are the part & parcel of the type SAP projects to be implemented.
    Regards
    CSM Reddy

  • FM / BAPI for get component overview

    Hi all
    Let me know FM / BAPI for get component overview based on production order?

    Could you please tell us which was the FM? It should be useful for other people -;)
    Greetings,
    Blag.

  • Component of any SAP Transaction

    Dear All,
    I want to find the Component linked to any transaction.
    Ex: Transaction SE11 has component Value  BC-DWB-DIC-ED.
    Can some one please tell me the function module or table to get the component linked with any SAP Transaction.
    Thanking You All.

    Problem solved.
    Thanks a lot MAX.
    but according to my new requirement I need some RFC BAPI to get the Component ,
    I can not use the User defined BAPI , I need SAP Custom BAPI.
    Is it possible...????
    Thanking You All.
    Edited by: cvrian on Jan 21, 2011 8:17 AM

  • IS SAP product is part of u0093Sneak Preview SAP NetWeaver 2004u0094

    Hi All,
    I need some help to develop a SAP interface in .NET based windows application.
    I am new to SAP. But I have some theoretical knowledge about .net compatibility with SAP (know about PDK and SAP .net connector).
    I have installed “PDK” and “Sneak Preview SAP NetWeaver 2004”
    Do I require any SAP product or SAP membership to perform these tasks or is it part of “SAP NetWeaver 2004”?  Where from I can get it if I m not SAP customer or partner?
    Regards,

    Thanks Subhash,
    I was unable to find the "SAP Solutions Manager" under the path that you mentioned.
    However, I had also written to SDN_subscriptions@SAP. According to them, the installation key can be requested at https://www.sdn.sap.com/irj/scn/subscriptions/instkey-request. I will follow this link and try it out.
    Thanks again.
    Regards,
    TS

  • SAP standard datasource for IDEX stream in SAP BI

    HI
          We are implementing SAP ISU retail project.Is there any Sap Standard datasource or Data Extractor for IDEX ?
    THanks
    DLK

    Hi,
    I don't see any Sap Standard datasource or Data Extractor for IDEX.
    But may be documentation will be usefull:
    Please, Refer to those links:
    Intercompany Data Exchange u2013 Extended (SAP IS-U/IDEX)
    http://help.sap.com/saphelp_rc10/helpdata/en/ef/7995d87d4a4fc3a064b440b7955444/content.htm
    Intercompany Data Exchange
    http://help.sap.com/saphelp_rc10/helpdata/en/f0/7ce4382763855ee10000000a114084/frameset.htm
    All the best.
    Best Regards,
    Amine

  • Knowledge Sharing -Tools ( SAP and Third Party Tools approved by SAP)

    Dear All,
    I am compiling information on Tools ( SAP and Third Party Tools approved by SAP) which are widely used in any SAP Project ( Implementaion, Roll-out, Support, Maintenance, Upgrade etc) .
    Tools will be categorized on the basis of following parameters:
    a) Tools Provided by SAP
    b) Third Party Tools approved by SAP
    In both a) and b) we can have following categories:
    1) Project Tracker Tools-Remedy
    2) Module specific Tools-Tools used for SD, FI, MM, BW etc.
    3) Reporting Tools
    4) Tools from SAP
    5) Data migration related Tools ( Extraction, uploading, downloading)
    6) Generic Scenario tools ( Tools for Effort Estimation etc.)
    7) Performance Enhancement and Optimization Tools
    Request you all to please contribute and share your knowledge and experiences (theoretical and practical).
    Regards,
    Rakesh

    Hi,
    I think that you can start with SAP Solution Manager. It is really interesting tool.
    Cheers

  • RFC or BAPI to get  ECC CST LST  from SAP to third party

    Hi Friends,
    I want to find out RFC or BAPI to get ECC,CST and LST No. number from SAP system to third party software accourding to Ship to party.Please healp me.

    Hi,
    Thanks very much for your answer. In fact, table UVERS is empty both on SAP Wharehouse server and Netweaver, but you put me on the right way...
    I finally found that table CVERS_REF was enough, but I don't have the version of the component like in the status window...
    I doubt also I'm right using the RFC_READ_TABLE, but I don't know yet if a BAPI exists for what I'm looking for.
    Regards
    François MAESEELE

  • Any function module to get all items in SAP INBOX

    hi All
    I am trying to get all the items in my SAP Inbox via rfc.
    Can anyone help me with any function module to get all items in SAP INBOX.
    Thanks

    Hi Mukesh,
    Step 1. Use FM SO_USER_READ_API1 to get the folder details of the user
    Step 2. Use FM SO_FOLDER_READ_API1 of the respective folder. You can read the Inbox, Workflow Inbox depending on what folder you read. The function modules are documented well as well with examples.
    Hope this will  help u,
    Thanks & Regards
    Kiran

  • How to get PO details from SAP to VB using BAPI control

    hi friends...
    My requirement is
    In VB(Visual basic)  i will enter PO number, for that PO number i want to fetch the data from SAP to VB.
    How to get this using BAPI Control in VB.
    From SAP point of view, i checked SWo1, there standard Object (PurchaseOrder)-Method GetDetail is there.
    but my doubt is how to pass the PO number to which parameter...
    i dono how to use that standard Object (PurchaseOrder) in VB...
    can you guide me plz..
    regards
    deva

    Hi,
    You need to get .NET connector and use this in your VB.
    h6.
    The SAP .NET Connector is a development environment that enables communication between the Microsoft. NET platform and SAP systems. This connector supports RFCs and Web services, and allows you to write different applications such as Web form, Windows form, or console applications in the Microsoft Visual Studio.Net. With the SAP .NET Connector, you can use all common programming languages, such as Visual Basic. NET, C#, or Managed C++.
    In short it will make your VB talk to SAP.
    http://www.service.sap.com/connectors
    Regards,
    Firoz.

  • I would like to get certified for the SAP Crystal Reports. So, I would like to get some info about the currently available Certification Exams for Crystal Reports (2011/2013). Also, would greatly appreciate  if you have any suggestions for thi

    Hi,
            I would like to get certified for the SAP Crystal Reports. So, I would like to get some info about the currently available Certification Exams for Crystal Reports (2011/2013). Also, would greatly appreciate  if you have any suggestions for this Certification Exam preparation materials from another 3rd party or from SAP directly .  I would like to prepare or get trained well before taking the exam as I see it costs around $500.
    Thanks in advance for your help in this regard!
    Sincerely,
    J

    Please search here.. Training and Certification Shop for your desired certification or training. Don't forget to set your location.
    Please use some summarized title for your query.

  • Is there any FM or BAPI to get list of all sales orders

    Hello all,
            I have the requirement like below.
    Is there any FM if i Pass Drawing document no, type,part,revision level which gives
    the output list as.
    1) all sales orders, where the above drawing document no is attached to the materials
    and these materials are used as one of the lower level components in the Sales order BOM,
    I need to show all those sales orders along with SO number,item,Material,Plant and BOM Item no,
    2)all sales orders, where the above drawing document no is attached to the materials
    and the same material is one of the item in sales order.
    3)all sales orders, where the above drawing document no is used as one of the component in Sales order BOm's
    Addition of 1,2,3 will be the o/p.
    are there any FM or BAPI to get the above list.
    Basically the above report is concatenation of report outputs of t-code CSD5 and CS15.
    Awaiting reply.
    Thanks.

    Hi venkatesh,
       You can use the BAPI
    BAPISDORDER_GETDETAILEDLIST
    to get list of all sales orders.
    Here is a lik which provides you BAPI'S regarding everything.
    [http://www.saptechies.com/sap-bapi-list/]
    Hope this will help you.
    Regards,
    Pavan.

  • How to get purchasing data from SAP R/3 to OWB (Oracle warehouse builder).

    Hi,
    My name is Pavan Tata. I work as a SAP BW developer. Here is the situation at my client place. Client decided to retire BW system and wants to replace with OWB(Oracle warehouse). In all this currently we have purhchasing application in BW production system and wants to move this application to OWB for the same type of reporting what they are getting currently.
    Here is my question:
    How to get purchasing data from SAP R/3 to OWB(Warehouse) with initial full loads and deltas mechanism in the same way as we do in BW.
    Please help on this, also send me any documentation about this if you have.
    Thanks,
    Pavan.

    Hello,
    here is a short report which converts S012 entries to strings with separator semicolon. Perhaps this will help you?
    Regards
    Walter Habich
    REPORT habitest2 LINE-SIZE 255.
    TYPES:
      strtab_t TYPE TABLE OF string.
    CONSTANTS:
      separator VALUE ';'.
    DATA:
      it_s012 LIKE s012 OCCURS 0,
      wa_s012 LIKE s012,
      strtab TYPE strtab_t,
      strele TYPE string.
    SELECT * FROM s012 INTO TABLE it_s012 UP TO 100 ROWS.
    PERFORM data_to_string
      TABLES
        strtab
      USING
        'S012'. "requires it_s012 and wa_s012
    LOOP AT strtab INTO strele.
      WRITE: / strele.
    ENDLOOP.
    *&      Form  data_to_string
    FORM data_to_string TABLES strtab TYPE strtab_t
                        USING  ittab TYPE any.
      DATA:
        h_zaehler TYPE i,
        line_str TYPE string,
        l_tabellenname(10) TYPE c,
        l_arbeitsbereichsname(10) TYPE c,
        h_string TYPE string,
        h_char(255) TYPE c.
      FIELD-SYMBOLS: <l_tabelle> TYPE ANY TABLE,
                     <l_arbeits> TYPE ANY,
                     <feldzeiger> TYPE ANY.
      CLEAR strtab.
      CONCATENATE 'IT_' ittab INTO l_tabellenname.
      ASSIGN (l_tabellenname) TO <l_tabelle>.
      CONCATENATE 'WA_' ittab INTO l_arbeitsbereichsname.
      ASSIGN (l_arbeitsbereichsname) TO <l_arbeits>.
      LOOP AT <l_tabelle> INTO <l_arbeits>.
        CLEAR: h_zaehler, line_str.
        line_str = ittab.
        DO.
          ADD 1 TO h_zaehler.
          ASSIGN COMPONENT h_zaehler OF
            STRUCTURE <l_arbeits> TO <feldzeiger>.
          IF sy-subrc <> 0. EXIT. ENDIF.
          WRITE <feldzeiger> TO h_char LEFT-JUSTIFIED.          "#EC *
          h_string = h_char.
          CONCATENATE line_str separator h_string INTO line_str.
        ENDDO.
        APPEND line_str TO strtab.
      ENDLOOP.
    ENDFORM.                    "data_to_string

  • SAP R/3 application component issue

    Hi all,
    My issue: SAP R/3 application component hierarchy node in RSA6 got saved in $TMP package as local object. When iam transporting the request from Dev to QA this hierarchy is not getting transported and all the application components in ECC QA are assigned under not defined node as individual node.
    Not only this when i replicate the data sources in BI side in QA these data sources are replicated but come under unassigned nodes because of the missing main node.
    So can any body help me in removing this main node from the $TMP folder and save this in a transpotable package to transport that to QA ECC and the same to replicate in BI.
    Regards,
    Prabhakar.

    Hi Markus,
    This issue iam facing in ECC side. Unless untill i transport this application component hierarchy all my application components in ECC QA will be under a not defined nodes.
    So please suggest me the approach to resolve this issue.
    Regards,
    Prabhakar.

Maybe you are looking for

  • Optical drives reads but wont write after swap

    hello everyone, I bought an iMac G3 450MHz that had had a 'superdrive' fitted. It both read and wrote CD's and DVDs. I tested it out and it worked just fine, I even made a back up copy of my Tiger DVD with it. I wanted to put the optical drive into m

  • Address Book - adding text to each entry

    Hi, Is it possible to add a text file/panel to the basic address form? Thanks

  • Handling exception in BULK COLLECT

    Hi Experts, For the following procedure if I send the existed employee number of emp table as input the procedure is executing successfully. But if I send the employee number as input which does not exist in the emp table the exection block does not

  • How to publish newly created pages

    I have completely revamped my website and deleted the old home page and associated pages. How do I publish the new pages? I tried publishing changes but now my website just errors out. There must be a check box somewhere, "publish this page", to prev

  • MDX Prior Quarter Day Range

    I've been tasked with a rather odd Time intelligence function by my finance group that I'm trying to puzzle out. I've been asked with creating a measure within our SSAS Cube to allow for seeing previous quarter to date based on how far we are in the