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

Similar Messages

  • List of stocks based on material types

    Hi,
    I need a list of stocks overview based on material types.
    Ex:
    Need a list of current stocks for finished materials.
    Kindly help reg this.
    sathya

    Hi,
    Check in MC.9 transaction to get the list of stocks based on the Material types along with materials & material description with Value & stocks
    The Report will give you all the details with respect to material types, Material group etc. for a particular period or as on period also.
    rgds
    gsc

  • From SharePoint Content Database, Using SQL-Server Query how to fetch the 'Document GUID' based on 'Content Type'

    I want to get all the documents based on content type using SQL Server Query. I know that, querying the content database without using API is not advisable, but still i want to perform this action through SQL Server Query. Can someone assist ?

    You're right, it's not advisable, may result in corruption of your databases and might impact performance and stability. But assuming you're happy to do that then it is possible.
    Before you go down that route, have you considered using something more safe like PowerShell? I've seen a script exactly like the one you describe and it would take far less time to do it through PS than it would through SQL.

  • Restrict agent inbox status drop down values based on transaction type

    Hi,
    We have  around 20 inbox statuses mapped to different tranaction type and status profile. Now when we can see many other irrelavent  inbox statuses when searching for the transactions in the agent inbox.
    Is there a way to display only the transaction specific statuses? i.e when I select a transaction type to search only the inbox statuses mapped to the transaction type to be displayed.

    Hi,
    you do not have Transaction type exactly in search criteria - this is only the Category, which is more generic as it could be or transaction type or activity category.
    and here only generic statuses mapped in CRMC_IC_AUI_MAP_STA are available as search criteria,
    and not the statuses of transaction type directly.
    This is because Inbox was created to enable work with many transactions of a different type like eg. emails and service requests together.
    you can do something that you want but with custom development - you will need to enhance webui component ICCMP_INBOX. Here you should, based on a chosen by the user Category of a document in search criteria view, narrow the list of Statuses displayed. But I guess SAP standard already makes this as per config in CRMC_IC_AUI_MAP_STA.
    But as I wrote at the beginning, it makes you requirement tricky. As you will need dynamically check if category or trans type is chosen as search criteria, and based on this determine its type, search for available statuses in config. And you should only cut down from the list in search criteria some of a generic statuses to help the user - not determine the whole list from the beggining.
    I had a similar requirement and we were trying to create such a generic statuses for inbox which will have also the information about trans type status - eg. "In process - Forwarded externally", which was only for requests. there were also logical issues with how to search later using such criteria.
    But finally we just added a column in results view with found transaction's status.
    Summing up - I would propose you would make a mapping of a Category and statuses you want to display -to think it over, next check if you can put it into CRMC_IC_AUI_MAP_STA configuration.
    Maybe this will be the most reasonable solution.

  • Assign two different sold to party based on transaction type

    Dear All,
    Configuring the Service Desk functionality.
    Had copied the SMIN transaction to ZMIN to ZMI1.
    Requirement is to have two different sold to party based on two different transaction types. Depending upon sold to party, two different teams would work for the issues.
    Please help with the configuration information as per above requirement.
    Thanks & Regards,
    Kumar

    Hi Kumar,
    Please check the following blogs:
    BRF Plus in Solution Manager 7.1 – IT Service Management Support Team Determination
    http://scn.sap.com/docs/DOC-30133
    Also,
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202cfee9-7ff5-2d10-a0b5-ff82aa482527
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/202cfee9-7ff5-2d10-a0b5-ff82aa482527?QuickLink=index&overridelayout=true
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/7485
    Thanks
    Vikram

  • SAP REx 3.2 Predefined list of activities for visit type while creating visit on iPad

    Colleagues, our customer wants to have a different predefined list of activities for different visit types while creating a visit on iPad. I have seen such functionality in SAP Demo for REx 3.2 on iPad. Could you tell me what I should do to have such functionality?

    Hello Viktor,
    There are no REx customisation available to mainatin the set of activities that can be assigned to a visit.
    In the REx iPAD & iPhone solution, all the surveys, journals and activities are shown together as activities.
    For example in the first screenshot provided by you, for the newly created visit the activities shown plannogram check, trade assets, store sales performance and promotion compliance are the surveys and journals assigned to the CRM transaction type of the REx visit Business Review. We can assign activities which are customised in the SPRO path mentioned by me in the previous post. In the device when we go to the details of the visits and activities then we can see that the surveys and journals assigned to these activities are grouped seperatly.
    So if want only specific activities (in iPAD & iPhone surveys and journals are activities) to be available for a visit then we should set the CRM customisation for surveys and journals accordingly.
    Regards
    Pramod

  • Report based on Output Type

    Dear Friends,
    If there is any functionality or Table from where i can get list of Invoices based on OUTPUT TYPE
    we have diff invoice types like sales invoice, service invoice, lease invoice and for all invoices there is dif output type is assigned. If i want to generate service invoices report based on output types assgined to it how we can do that?
    Regards
    Vishal

    hi
    Thanks Friend
    But again there is one problem when i am running this in Devlopment client its working fine but in other client not working n giving message No messages for initial processing exist
    what may be the problme?
    Regards
    Vishal

  • BAPI for fetching the list of scheduling agreements

    This is my first post in SDN Forums so pardon me if I commit a mistake.
    My question is: Is there a standard BAPI for fetching a list of scheduling agreements?
    I know that there are BAPIs for creating and maintaining scheduling agreements like BAPI_SAG_CREATE and BAPI_SAG_CHANGE and iBAPI_SAG_GETDETAIL but each of these require the scheduling agreement number. My requirement is to list out all the scheduling agreements that are present in the system.
    I found a BAPI named BAPI_DOCUMENT_GETLIST and BAPI_DOCUMENT_GETLIST2 but I'm not able to find out what documents it is able to display. If I don't specify any selection criteria, it is fetching just two records of document type DRW. No other document of any other type is fetched.
    Another BAPI that I found was BAPI_SALESORDER_GETLIST in which if I specify the Transaction group as "3" (for scheduling agreement), it fetches them but those are related to Sales orders and not purchase orders.
    So, if anyone has any info and can help me out, I would really appreciate it.
    Edited by: rkarthea on Jul 30, 2010 10:44 AM

    Hi Raj,
    As I had said earlier, I need the Scheduling agreements related to purchase orders and not sales orders. The ones in EKKO table (Doc category: L).Will this program fetch this info?
    Also, I need a Java app (that's being developed) to fetch this info, so I'm looking for a BAPI. Is there any or can this program (if it fetches the right Scheduling agreements) be called from an external Java app?

  • Fetch process template activities list

    Hi Experts,
    First of all I beg your pardon for posting this in here as this might need some pure functional inputs. I have posted it in the HCM forum & thought to leave a note in here as well lest someone got to face a similar requirement.
    We are on E-Recruitment EHP4 & have a requirement wherein we need to restrict the sequence of activities to be performed by a manager. In other words while performing some activity on a candidate the manager needs to adhere to the sequence of activities as defined in the respective process template. For this I need to dynamically obtain the details of the process template attached to the requisition in the sequence as how configured by the client. I see that there is a RP_ACT_GUID field in HRP5125. This is, "Process Template (Activities)". Can anyone help guide me as to how I can obtain the list of activities & the defined sequence from this particular GUID? Please correct me if my assumption of starting from HRP5125 is an invalid choice.
    Regards,
    Uday

    Cross posting isn't allowed in the forums. We often end up with duplicated efforts for the posts. I will lock this, but if you don't get satisfactory results from your HCM question, close that one (important) and ask the question again here.
    Rob

  • Web/UME Services to fetch list of Portal Roles??

    Hi All,
    Are there any out of the box Web or UME services available which can fetch list of Portal Roles based on certain criteria.
    Basically I am looking for a service that will fetch list of all Portal Roles (PCD & UME) and will take couple of input parameters, a Role Name/ID & the permission property "Role Assigner"
    Thanks
    Sandip

    Thanks for your reply.
    But I guess these forums shows how to retrieve roles & its sub-ordinates for a particular user. Where as I am trying to retrieve all PCD roles for which I have "Role Assigner" permission.
    Basically I am building a delegated admin functionality on Portal using custom coding. It is the same as Portal out of box Del User Admin but I am not using it because of some other enhancements.
    I will have many user admins and the roles they can assign to users are determined by the "Role Assigner" permission. So its like, User_Admin_RoleA has access to 5 Portal Roles, User_Admin_RoleB has access to some other 5 roles and so on.
    So just wanted to know if there are standard Portal service (like we have for KM) available to do this.
    Thanks
    Sandip

  • The result list for activities is empty but items are coming but invisible.

    Hi ,
    The result list for activities is empty / blank - nothing shown at all. but the line items are coming but all are invisible.
    please guide me to find the root cause of this issue.
    Thanks,
    Prem.

    Hi Rene,
    When I am click on 'Search' , the view area is created but records are not being displayed. I checked in the background and data is being fetched.
    Moreover, When I am copying one line item(which is viewed blank after the search being performed but has data)  and after saving press 'previous' all the records are being displayed.
    Do you have any idea on this? Can you share your ID , I can mail you the screenshot .
    Thanks,
    Prem
    Edited by: prem kumar on Jun 7, 2010 1:17 PM

  • Fetch Open PO's based on component part numbers (BOM)

    Hi All,
    I need to fetch Open PO's based on component part numbers (BOM).
    Is there any standard FM or any T-Code or program to achieve this?

    Hi All,
    I need to fetch Open PO's based on component part numbers (BOM).
    Is there any standard FM or any T-Code or program to achieve this?

  • BAPI to create SNP planned order based on start date

    Hi,
    I am looking for a BAPI to create SNP planned order based on the order start date. There is BAPI BAPI_MOSRVAPS_CREATESNPORDER which can be used to create SNP planned order based on the end date but not based on the start date.
    Also would be great if some one can share how do they create SNP Planned orders using BAPI BAPI_MOSRVAPS_CREATESNPORDER in case if GR processing time is defined in the product master and workdays for GR to be respected according to the calendar.
    Regards,
    Venkat

    Hello Mr.Venkat,
    Hope you recognize me.
    Please check out the BAdi below.
    BAdi - APO_BAPI_BUS10503 (this is the BAdi for ManufactOrderAPS  BAPI which contains the SNPorder BAPI)
    Method - CHANGE_SAVEMULTIPLE2
    In this method parameter IT_ORDER_HEAD contains Order start date input option.
    For GR time please check this (not sure if it will help).
    Same BAdi/ same method
    Parameter IV_PLANNING_MODE_USAGE contains field PLANNING_MODE.
    Value 1 for PLANNING_MODE corresponds to "Observance of parameters from the product master".
    This may make it respect the GR time in product master
    Good luck with the above
    Regards,
    Ashok

  • Fetch records from Database based on Input value

    Hi Experts,
    In my mobile application, I have designed one input field with F4 help or input assist. I need to fetch records from database based on that input and need to display records in table.
    My question is:
    How to fetch the records from database/back end based on the input value and display them as table format as we are doing in SAP ABAP?
    Here, I need to fetch the records based on input value available in the UI screen and pass that value to gateway, fetch the records from database and need to bind with table in SAPUI5.
    Kindly share the whole process flow with sample code for this requirement. Hope I have explained the requirement in detail.
    Thanks In Advance..
    Regards,
    Arindam Samanta.

    Hi,
    Try something like this.
    In this, I am passing From date, To date, RelGrp, RelStr, Uname as input. Then I am storing those values in variables and passing this data in Odata request.
    OData.read({ requestUri: "http://xxxx:8000/sap/opu/odata/sap/Z188_PO_SRV/pos?$filter=Docdate le datetime'"
                    + todateformat+"T00:00:00' and Docdate ge datetime'"
                    + fromdateformat+"T00:00:00' and RelGrp eq '"
                    + relcode +"'and RelStr eq '"
                    + relstg +"'and Uname eq '"
                    + username+ "' "},
      function (data) {
    console.log(data);
    When we are giving correct inputs it will goes to Success function and get the data from back end.
    In console we can see the data.
    Hope this will helps to you.
    Thanks&Regards
    Sridevi

  • BAPI to fetch Delivery Data for  a given delivery number

    Hi Experts,
    Is there any SAP Standard BAPI to Fetch the Delivery/Picking data.
    Just to fetch  all the Delivery/Picking related data from SAP on Providing a Delivery Doc number.
    I will be thankful to you , if u let me know how to connect VB application to SAP using BAPI to fetch the data to VB application.
    Thanks & regards,
    Prashanth

    Go thru these links
    [link1|http://help.sap.com/saphelp_nw04/helpdata/en/6f/1bd5c6a85b11d6b28500508b5d5211/content.htm]
    [link2|http://searchsap.techtarget.com/expert/KnowledgebaseAnswer/0,289625,sid21_cid417095,00.html]
    [link3|http://www.experts-exchange.com/Database/Software/ERP/SAP_ERP/Q_20693539.html]
    Regards,
    SAPient

Maybe you are looking for

  • Routine in DTP

    Hello Experts, I need your help in programming a routine in a dtp. I have a DSO and want to load this data into a Cube. But I just want to load data if month of the first date (0bill_date) is not equal with the month of the second date (0serv_date).

  • Send e-mail to other user from eRecruiting

    We need to create new Activity to our e-Recruiting tool for recruiters. Recruiter might need to send requisition to the manager who is not in recruiting team. E-mail should contain all the information and attachments from the candidacy as e-mail atta

  • Acces denied

    Hello to everybody. I'm developing a Client-Server application with RMI, I'm having a problem. I can lookup the remote object, but it throws an Exception when a method of this remote object returns an Object. The exception is: java.rmi.ServerExceptio

  • Safari vs in-app-browser performance

    I have heard that performance using in app browsing vs using safari on an ios device is much slower. Are there any signifant tests that can proove this? In cases where a webpage is using gzip to compress webcontent, are there any known performance is

  • I have a problem with my calculator :(

    hi all, i need some help with my calculator..after i wrote the code i discovered my mistake so i made some changes on the code..the problem is that it's still applying the old code !! ( i didn't forgot to compile it, & i closed all the browsers b4 tr