How we can find BAPI Release dependent OR Release indipendent

Hi Every one,
I want to find some BAPIs which are release dependent or release independent
->how we can find BAPI Release dependent OR Release indipendent
Regards,
Kmr.

Hello,
Maybe the following link can help you :
[http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm|http://help.sap.com/saphelp_46c/helpdata/en/d2/42f955cafe11d1ad0c080009b0fb56/content.htm]
Also take a look at the SAP Notes and related SAP Notes of obsolete BAPIs in the link.
Success.
Wim

Similar Messages

  • How we can find BAPI's for a transactions?

    hi
    how we can find BAPI's for a transactions?
    thanks in advance

    hi,
    use this function module SXV_GET_CLIF_BY_NAME
    function sxv_get_clif_by_name .
    ""Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(NAME)
    *" VALUE(PREFIX) TYPE SEEX_CLIF_PREFIX
    *" EXPORTING
    *" VALUE(CLIF) TYPE SEOCLSNAME
    call function 'SXV_ADD_PREFIX'
    exporting
    name = name
    prefix = prefix
    importing
    new_name = clif.
    endfunction.
    debug the function module you will get name of bapi  , badi  used for transaction  which ever operation you perform
    it will call this function module and will give you name 
    regards
    Deepak.

  • How we can find all policies for a subject?

    Hi
    Thank you for reading my post
    how I can find which policies are assigned with a subject ?
    (What are/is a subject permissions)
    thanks

    hi,
    use this function module SXV_GET_CLIF_BY_NAME
    function sxv_get_clif_by_name .
    ""Lokale Schnittstelle:
    *" IMPORTING
    *" VALUE(NAME)
    *" VALUE(PREFIX) TYPE SEEX_CLIF_PREFIX
    *" EXPORTING
    *" VALUE(CLIF) TYPE SEOCLSNAME
    call function 'SXV_ADD_PREFIX'
    exporting
    name = name
    prefix = prefix
    importing
    new_name = clif.
    endfunction.
    debug the function module you will get name of bapi  , badi  used for transaction  which ever operation you perform
    it will call this function module and will give you name 
    regards
    Deepak.

  • I activated an iTunes gift card, my iPod showed the amount available ($15) and after downloading 2 songs all I had left was $.04.  Any ideas on what happened to my funds or how I can find out where the rest of the money went?

    I activated an iTunes gift card, my iPod showed the amount available ($15) then after downloading 2 songs my balance was $.04.  Any ideas on what happened to the rest of my funds or how I can find out where the rest of my money went?

    - Have youwent to yur iTunes account looked at your puchase history for purchases thant y might have forgotton?
    - Maybe you had an unpaid balance before redeeming the card.
    - Contact iTunes
    Apple - Support - iTunes - Contact Us

  • I just used stickie notes on my desktop Mac and I don't know where it went or how I can find it.

    I just used stickie notes on my desktop Mac and don't know where it went or how I can find it.

    Assuming you are using a relatively recent version of OS X, click the folder Applications in the Dock, then look in the window that opens for an item named Stickies. Click it. Your stickie note should then be available.

  • How i can find number of messages that are inside a queue?

    Hi
    Thank you for reading my post.
    Can some one please let me know how i can find how much messages are inside a queue?
    Thanks.

    If you are using < 4.0, no (you will need to exec the command from java)
    If you are running 4.0 or later, you can do this using the JMX api (see the JMX developers guide)

  • How i can find out number of transaction code created in last 6 month

    Dear Friends,
    How i can find out number of transaction code created in last 6 month and last used date for each transaction code.
    System - ECC 5.0
    Plz help.
    Thanks,
    Regards,
    Sachin

    Hi,
    As per your query you can find out the list of t-code not to use in last time details in suim t-code.
    Anil

  • How i can Find primary key combination?

    Hi,
    I have small doubt how i can find primary key combination for a record in siebel application.( For example Opportunity list applet or Account list applet or etc.. what is the primary key combination and how i can find that combination for a particular record)
    Thanks & Regards

    Hi
    From the applet Identify the Business Component (BC)
    From the BC idnetify the table, and the property user key sesuence will give you the proper combination. Column conflic_id is used for handling remote synchronization.
    For BC based on S_PARTY, such as COntact, the table mentionned in User PRop will give your the main table used in this case.
    Best Regards
    EvtLogLvl

  • How i can find the execution plan

    how i can find the execution plan for a quesry , and how i can compare two execution plan

    Mohan,
    Just create a table as follows
    CREATE TABLE T1 (STATEMENT_ID VARCHAR2(30),TIMESTAMP DATE,OPERATION VARCHAR2(30),
              OPTIONS VARCHAR2(30),OBJECT_NAME VARCHAR2(30),COST NUMBER(38),
              ID NUMBER(38),PARENT_ID NUMBER(38), OBJECT_NODE VARCHAR2(128),
              OBJECT_OWNER VARCHAR2(30),OBJECT_INSTANCE NUMBER(38),OBJECT_TYPE VARCHAR2(30),
              OPTIMIZER VARCHAR2(255),SEARCH_COLUMNS NUMBER,POSITION NUMBER(38),
              PARTITION_START VARCHAR2(255),PARTITION_STOP VARCHAR2(255),PARTITION_ID NUMBER(38),
              CARDINALITY NUMBER(38),BYTES NUMBER(38),OTHER_TAG VARCHAR2(255),
              OTHER LONG,REMARKS VARCHAR2(80),DISTRIBUTION VARCHAR2(30)
    Now use the sql statements as
    > EXPLAIN PLAN INTO T1 FOR (SELECT * FROM EMP);
    > Select * from T1
    this should do the job . . .
    Regards,
    K.T. Gandhi Karuna

  • HOW I CAN FIND WICH IS THE CARRIER FOR MY IPHONE WITH IME NO

    how i can find wich is original carrier for my iphone i have ime no only

    Settings > General > About > Carrier
    (if you still have access to the phone)

  • How I can find standard SOA services for SAP HR?

    How I can find standard SOA services for SAP HR?
    There is a list of services?

    how about tcode SOAMANAGER ?
    Good luck.

  • How i can find flag for edit/display in CO01?

    hi,
    how i can find flag for create/add in CO01 ?
    please note that we don't want to use the sy-tcode for checking.
    please revert back if you have any clue.
    thanks,
    sanjay

    Thanks for that reply.
    To get TRTYP we need to pass the TCODE which we don't want.We wanted to avoid using TCODE since our code gets executed from several TCODEs and during the process for few TCODEs it actually looses the actual TCODE..
    So the alternate solution is a check on the if AUFK-AENAM is INITIAL....this field will be empty only at the first instance(when the prod order gets created) and later you can't find this empty in the whole life cycle of this prod order as this will be filled by the value "Last Changed by"..
    Hence this covers our requirement.

  • How we Can find out How many Users Logon into the Portal those users Names.

    Hi Friends
    I have one doubt in Portal,
    How we can find how many Users Logon into the Portal and how we can find that users Names in Portal.
    Regards
    Vijay Kalluri

    Hello Vijay,
    If you are at all interested in a 3rd party application to make your life a bit easier getting stats on your users, you could check out Click Stream by Sweetlets.
    Click Stream uses the Usermanagement (UME) API to get more information about the user, groups, roles, LDAP attributes etc. and offers you the ability to filter this information in nearly any report at the click of a button.
    Click Stream also uses the PCD API to get information about the pages your users are visiting too.
    In the very near future Click Stream will also have iView recording to monitor iViews, telling which iViews have been clicked, etc.
    Here are some reviews on the SAP EcoHub from people who have used it: http://ecohub.sdn.sap.com/irj/ecohub/solutions/clickstream
    Please just let me know if you have any question or if you are open to test drive Click Stream. We will certainly help as best as we can.
    Good luck.

  • How we can find payroll of employee is it normal payroll or off cycle payro

    hi
    experts
    when a payroll is run for a employee
    how we can find payroll of employee is it normal payroll or
    off cycle payroll

    Hi Naresh,
        With reference to the payroll results in 'PC_PAYRESULT' 
        transaction ...
        For identifying a Normal payroll run:
        For-period(FPPER) and In-period(INPER) Should have the
        same values.
        For Identifying a Offcycle:
        For-period(FPPER) and In-period(INPER), both will be blank
        and their Payment date(PAYDT), Start/FP(FPBEG) and
        End/FP (FPEND) will have the same date i.e., the date for
        which an offcycle is ran.
         Please reward points if this answers your question.
    Regards
    Nanda
    Edited by: Nanda C on Feb 20, 2008 11:41 AM

  • How we can find out the default value of the initialization parameters

    Hi All,
    How we can find out the default value of the initilization parameters from oracle database.
    Thanks
    Shiju

    Hi,
    you can find currently used parameter values v$parameter and v$parameter2.
    if default values is different real values then you can see alert.log.
    because in alert.log you will see non default values, rests is default.
    Edited by: admin on May 8, 2010 3:41 AM

Maybe you are looking for

  • Error -59

    When I plug in my ipod, it either says that the drive it not ready for use and to check if its door is open, or it gives me unknown error (-59) after importing one or two songs. Does anyone know why this might be?

  • Can Adobe reader be downloaded to most Ebook hardware?

    We would like to self publish, can Adobe reader be downloaded to most Ebook hardware such as: Alex eReader Amazon Kindle Barnes & Noble Nook Barnes & Noble Nook 1st Edition Nook Color Nook Simple Touch Bebook Boox COOL-ER Cruz (Velocity Micro) Cybook

  • Safari crashed, and won't relaunch

    Yesterday I was browsing a site called Veoh.com, which is similar to YouTube and uses flash files (.flv). First I downloaded their Veoh Player, and then began downloading some flash files to view on that player. After getting one download started, I

  • Can't preview effects in canvas or viewer

    For the life of me I can't get effects to preview. I've tried enabling and un-enabling the effect in the viewer. I've tried different effects. I've tried trashing preferences. Nothin' doin'. (The timeline indicates that it is giving a preview- green

  • How  to add documents to alerts section

    I need to the documents to alert section of my home page how to do?