Need FM/BAPI/table to getasset transaction types...

Hello Experts,
I am currently doing a report wherein I need to check if a given asset transaction type
falls under acquisition, retirements, transafers, etc. Are there any available FM, BAPI
or tables for my requirement?
Thank you and take care!

Name of function module Short text for function module.
BAPI_CHARACT_GETLIST BAPI for Characteristics - Find Name
0002 Company Code Business Object.
BAPI_CCODE_GET_FIRSTDAY_PERIOD For Company Code: First Day of Period
BAPI_CCODE_GET_LASTDAY_FYEAR For Company Code: Last Day of Fiscal Year
BAPI_COMPANYCODE_EXISTENCECHK Check if Company Code Exists
BAPI_COMPANYCODE_GETDETAIL Company Code Details
BAPI_COMPANYCODE_GETLIST List of Company Codes
BAPI_COMPANYCODE_GET_PERIOD For Company Code: Posting Date -> Period, Fiscal Year
0003 Business Area Business Object
BAPI_BUSINESSAREA_EXISTENCECHK Check if business area exists
BAPI_BUSINESSAREA_GETDETAIL Business area details
BAPI_BUSINESSAREA_GETLIST List of business areas
0004 Business Object Controlling Area
BAPI_CONTROLLINGAREA_GETDETAIL List Detail Information for Controlling Area
0004CORE Business Object: Controlling Area (Core)
BAPI_COAREA_GETPERIODLIMITS Controlling Area: First and Last Day of a Period.
follow the link below for more details:
http://www.sapbapi.com/bapi-list/

Similar Messages

  • FAGLFLEXT table not updating Transaction type  and Trading Partner

    Hi,
    The document which i post is development system is posted to FAGLFLEXT table properly along with the transaction type and trading Partner; however in the quality and production the document is getting posted in the table FAGLFLEXT but the transaction type and Trading partner fields are not getting updated for these documents it is coming as blank.
    Please give us answer ASAP.
    Thanks,
    Anil.B

    Hi,
    I got it. Just ask BASIS to Open the QAS system client and delete all scenarios which was assigned in DEV and transported in to QAS system and reassigned itand saved in QAS system and then its worked. all fields are getting populated.
    Go to IMG Fin Acc (New) -> Fin Acc Global Setting (New) -> Ledgers -> Ledger -> Assign Scenario
    Thanks,
    Anil.B
    Edited by: SAP FICO on Nov 12, 2009 5:09 PM

  • Okc/okx table that contains Transaction Type from the pricing/billing tab

    We are running 11.5.9 EBS, and the module is Service Contracts Authoring.
    I have a sql script that pulls data from the header and subline level for service contracts. If possible I would like to get the Transaction Type form the Pricing/Billing Tab. Summary > Pricing/Billing - submenu "Billing". I have not been able to find a table in OKC or OKX that contains this Transaction Type ID which can be tied back the cust_trx_type_id in the AR.RA_CUST_TRX_TYPES_ALL and in turn get the NAME for the transaction.

    I'm not sure where the cust_trx_type_id would be stored in OKC/OKS tables, but the table OKS_BILL_TRANSACTIONS stores the trx_number that you can link to ra_customer_trx_all and get the cust_trx_type_id.
    HTH
    Alka

  • Data inconsistency: posting with restricted transaction type (FAA_POST047)

    Hi colleagues!
    I have the following error:
    Data inconsistency: posting with restricted transaction type
    Message no. FAA_POST047
    Diagnosis
    You are trying to post in company code 1000 with transaction type 130 in ledger group 0N. According to table TABWA, this transaction type is limited. Nonetheless, according to your entries, you want to post to area 11.
    System Response
    Using limited transaction types is obsolete and would lead to an inconsistent posting in this situation. The system rejects the posting.
    Procedure
    Use a transaction type that is not limited. And, if possible, choose the ledger group and/or depreciation area on the initial screen.
    According to specific accounting we shouldn't post to one of the depr. area, so most of the tr.types are restricted to post to all areas except this one.
    Because of this, posting from MM with acc.assignment 'A' is impossible - I have this error.
    Any ideas how to solve?
    Thanks in advance

    Hi Anton
    This looks like your transaction type -130 is limited to post only in ledger group-0N as per the transaction type configuration. Due to which system is unable to post all the ledgers and hence this lead to inconsistency.
    Please verify the transaction type 130- in configuration T code - OAYA and see if it is restricted by depreciation area (eventually allow to post only ledger group- 0N.
    Tcode - OAYA (Limit Transaction Types to Depreciation Areas)
    please verify and let us know the update. hope this helps
    Best Regards
    Jomon

  • Multiple PO document types/transaction types in Extended Classic scenario

    Hi All,
    We are on SRM_SERVER 550, Extended Classic Scenario.
    We have a requirement where we need to create multiple PO document types (based on certain criteria).
    I have noticed that in standard, there are only 2 transaction types provided for SRM PO - ECPO and ECDP.
    We need more document types and these should be triggerred automatically after SC is approved.
    I understand that we need to maintain all the PO transaction types in SRM, number ranges in SRM then maintain the same transaction types as PO document types in R/3 and same number ranges in R/3.
    I also understand that the change for document type needs to be done in BBP_DOC_CHANGE_BADI.
    I have 2 specific questions:
    1. We need to maintain attribute BSA for the users. Here we need to mention the document type and source system. What should be the source system mained in attribute BSA for ECS? Should it be the SRM system or R/3 system?
    2. In BBP_DOC_CHANGE_BADI to change the PO document type/transaction type in ECS scenario, which field should be changed? Should it be ET_ITEM- BE_DOC_TYPE?
    Regards,
    Srivatsan

    Srivatsan,
    To create new transaction type:
    Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Define Transaction Types
    To create new number range:
    Supplier Relationship Management --> SRM Server --> Cross-Application Basic Settings --> Number Ranges --> SRM Server Number Ranges --> Define Number Range for Local Purchase Orders
    You can define to create automatic PO when a SC was created in: Supplier Relationship Management --> SRM Server --> Sourcing --> Define Sourcing for Product Categories
    Rgs,
    Pedro Marques

  • Ejbdoclet transaction.type settings

    This is a container managed stateless session bean
    I have method1 whose transaction.type attribute is Required. This method iterates over a list and calls method2 whose transaction type is RequiresNew. My transaction timeout defined at the application level is 14400 seconds (4 hrs).
    Yesterday night this session bean which usually takes 2hrs to 2:30hrs spanned to 4 hrs and at 4hrs 5 seconds , I see a transaction time out exception in the log.
    My understanding is that this exception is for method1's transaction timeout. All I am doing in method1 is calling a DAO to get a list of customers and then calling method2 on each one of them. Should I put Supported as the transaction type for method1? Even if I put ANY transaction type for method1 if the process runs for more than 4 hrs, then would it not throw the transction time out exception again? If thats the case then I think I need to specify "never" as the transaction type for method1.
    Please advice. TIA.

    Are you doing too much uncommitted work? Has the amount of data the session bean processed changed significantly? Setting NOT_SUPPORTED for both method1 and method2 would be a good experiment that would tell you whether or not your transaction type is your problem. NOT_SUPPORTED suspend any transaction from the client and let the work of the session bean go on without that overhead.
    It seems suspect that a session bean's method would take so long to run. I'd get nervous if anything took longer than 10 sec, but that's your business. Is this some type of batch warehousing job? If it is, you ought to abandon transaction processing (and maybe EJBs) and look for some other alternative failure recovery strategy. Have a DBA look at your redo log while method1 is running.

  • Block transaction types from being searchable

    hi Experts
    Currently we use only certain transaction types.  I tried to use the 'inactive' status which disallows creation of new transactions under those types but I need to prevent search for these transaction types as well.
    My question is,   is there a configurable solution?
    If so, please let me know how to do this.
    steps:
    spro
    CRM
    Transactions
    Basic Settings
    Definition of Trans. types
    type LDCP for example is one I need to hide from searchability.
    Thanks!
    Chris

    Hello Chris,
    if you do not want to change this transaction types you wont see in WebUI in your customizing there is also another way.
    Do not allow this transaction types in your authorization (PFCG-Role).
    Transaction types you are not authorized for you won´t see in search result lists.
    Hope this helps.
    Best regards
    Manfred

  • CRM Service Transaction Types availability in ECC table CRMC_SRV_BILL_PR

    Dear experts
    I need to customize ECC IMG object CRM_SRV_BILL_MAP (SPRO -> Integration with Other mySAP.com Components -> Customer Relationship Management -> Settings for Service Processes -> Billing Integration -> Map Transaction Types and Item Categories).
    This is to map SAP CRM Service Transactions to SAP ECC Sales Orders for triggering Debit/Credit Memos based on Service Orders. However, the table in which CRM Service Transaction Types are stored is empty (CRMC_SRV_BILL_PR) - how to we get the data in there?
    For some reason, we have one client where this info is available, in another one it's not. We are not sure whether this might be a download object, or if customizing on ECC side is required?
    Thank you in advance for all helpful replies!
    Christian

    Hi,
    As far as my knowledge goes in this area, i have worked on this in my previous project with R/3 version being 4.7. We have had to manually maintain the configuration in the table that you are reffering to. So you would need to maintain the document type to be created and also assign the item categories acordingly.You will ofcourse need to configure the document types and item categories that are relevant to create a debit/credit memo in R/3. Also, you will need to map the CRM item categories to the R/3 credit/debit item categories.
    Hope this helps
    Shiloo

  • BAPI to fetch list of Activities based on Transaction type

    Hi All,
    I am looking for the BAPIs for the below functionalities:
    1.Which takes import parameter as Transaction type and gives all the activities pertaining to that particular transaction type.
    2. Which takes input as date paramters (start and end date) and transaction type, and the output is a list of activities which meets the above criteria.
    3. Which takes the input as Partner Function code and BP number and it returns all the activities which meets this criteria.
    Will appreciate if the details are given to me as soon as possible.
    Many thanks in advance...
    Regards
    Bala

    Hi all,
    I am currently working in an integration project . I have to get all the table names based upon the functional modules(MM,FI,SDetc). Can anyone tell me the name of the standard BAPI/RFC which can be used for this requirement?
    In detail I can say that I have to give input as the functional modules(MM,FI,SDetc)
    and I have to get all the table names which is used for this particular functional module in return.
    I have already tried to search out for that using several method. If anyone know the exact RFC name then please reply.
    Here functional modules refers to Business Modules such as Material Management(MM) etc.
    Thanks in advance.
    Regards,
    Nitin Kumar

  • Transaction Type for BAPI (fbo1)

    Hi,
    I am using FM 'BAPI_ACC_DOCUMENT_POST' to post the invoice,when i try to pass asset no bapi requires transaction type.can you any body help me out this
    thanks,
    gopal.

    Hi
    <b>There is a table T856...</b> See the data in SE16 transaction .The first field TRTYP various values.
    <b>Try the values, available in your system, one by one,  from ...</b>
    100
    105
    120
    125
    130
    140
    145
    150
    170
    200
    205
    220
    230
    240
    245
    250
    270
    275
    280
    500
    505
    520
    540
    560
    570
    580
    900
    910
    920
    930
    Please reward suitable points.
    Regards
    - Atul

  • Need Fields KDAUF, KDPOS, BWART update in table GLPCA for movement type 633

    Hi All,
    I need following field update in Table GLPCA for movement type 633 (Consignment Issue):
    KDAUF : sale document no.
    KDPOS : Order Line Otem
    BWART : Movement Type
    The same fields are updated for movement type 601 (Standard order). Also I checked with Table MSEG and find the same as above.
    Thanks in advance.
    AT

    You should use the BAPI instead BAPI_GOODSMVT_CREATE
    of BDC.
    http://www.sap-img.com/abap/bapi-goodsmvt-create-to-post-goods-movement.htm
    Welcome to SDN. Please be sure to award points for any helpful answers and mark  your post as solved when solved completely.  Thanks.
    REgards,
    Rich Heilman

  • Table to find sales order created for a transaction type.

    Hello all
    I have a requirement that i need to check all the orders created for a transaction type and to find out how many of them are active now and how many of them are deleted.
    i know only the transaction type and based on this input i need to know the above details is there any report or table for this.
    Thanks and Regards
    shanto aloor

    Hello shanto aloor,
    in the database table CRMD_ORDERADM_H you can search by transaction type. In Se16 you can enter the process_type to find the related transactions. If you have the header GUID you can use also the report (SE38) CRM_ORDER_READ to get more details of the transaction.
    Hopefully this information will help you to meet your requirement.
    regards
    Rene

  • Need a bapi or table for GL Report

    Hi experts,
    I need a bapi or table for generating report period balance for GL accounts. i found one bapi BAPI_GL_GETGLACCPERIODBALANCES which is closer to my requirement. But i want to get the balances for cost center and particular material. As Cost center and product ranges are in my selection fields.
    Can anyone tell me table or BAPI?

    SAP standard infoset query provides a report STDCOST for this.
    May be this will suit your requirement. It will give material wise costing.
    hope this helps.
    reward if helpful.

  • Need BAPI or FM for transaction CU41

    Hi team,
      I need to know is there any function module or BAPI available for the transaction CU41 to create variant configuration profile for a material...
    Regards,
    Ramesh T.

    Hi Ramesh,
    Please refer to this function module - CAMA_CON_PROFILE_MAINTAIN.
    You can use this API to create, change, and delete a configuration profile.
    You can also refer to the function module documentation for some examples.
    Regards,
    Keerthi

  • Need a BAPI or function module to do FMZ1 transaction for funds commitment.

    Hi,
        I need a BAPI or function module to do FMZ1 transaction, please advise.
    Regards
    Fellow ABAPer.

    I think I found it.
    If anyone is searching for it too, we will use these one:
    CO_ZA_AVAIL_CHK_ORDER_MULTI

Maybe you are looking for

  • Won't sync all the photos in my iPhoto album...

    Hi: I had my 2G nano set to sync all 75 pics in one iPhoto album (pics of my kids, and that's the only album I had set to sync). As of this morning, only three of the photos - the most recent three - are on my nano. All the most up-to-date iPod softw

  • Add filename AND rotate to match mask angle?

    Hello,   I'd like to be able to automatically add a document's filenmame to a series of masked files. Thanks to a previous question (http://forums.adobe.com/thread/547382?tstart=0) I have a series of 'panels' files that have all been saved out from a

  • [XI 3.1] Deployment problems to Oracle Application Server

    Hello everybody. I'm new on BO products, and i have problems with installation on Oracle Application Server 10.1.3 BuildVersion=12.1.0.882.BOE_Mira_RTM I have success installed OAS 10.1.3 (with patch 10.1.3.3.0), and when i'm installing BO following

  • After Yosemite clean install apps were there

    Hi there, today I did a clean install of my iMac, I erased completely the HDD, and I did install from the USB drive, Everything went ok with the Mac, and I did all the apps installations ok. Except... Adobe CC After download de Adobe CC desktop App I

  • Adobe form not working Editable

    Hi Experts, I have adobe interactive ( editable form Including dropdown/ Text box/ Check box) form, which will send to user to fill the data & submit by to return email id. the form is editable but today onwards i couldnt able to change the values in