Customer specific operation in RPTIME01

Hi all,
We are looking for a cookbook or general instructions for creating customer specific operations in report RPTIME01.
Any help will be appriciated.
Thank you,
David

Hi David,
While running the Time Eval with your schema, PL select the Program Option 'Display Log' and check whta the log says. It should say where/what the error is.. Are you getting the 'No data selected' message?
Good Luck,
Suresh Datti

Similar Messages

  • Customer specific codelists in integration scenario with CRM onPrem

    Hi,
    we are working on an integration scenario C4C <> CRM onPrem. The businesspartner masterdata should be editable in C4C and CRM.
    We have several customer specific fields on the businesspartner in both systems.
    In CRM we have implemented customizing for the values of these fields via customizingtables that can be maintained with TX:SM30.
    We can also create finetuning-activities for the maintenance of the code lists for these fields in C4C.
    As these customizingtables can have around 1.000 entries per table we are searching for a solution to maintain the values just in CRM instead of maintaining them twice.
    Does anybody has an idea how to replicate customer specific codelist-values from CRM into C4C? Or maybe a valuehelp in C4C that retrieves the values via webservice from CRM?
    Thanks
    Danny

    Hi Danny,
    We have requirement like get all Oper Order based on Account from ECC to cloud and we have successfully achieved using External Web Service Integration.
    We have consume ECC web service integration and retrieve all Open orders based on Account ID and display in the table.
    So as per my knowledge you can read all value using web service call and maintained in custom OVS ( I have never tried ).
    You need to check whether is it possible or not using custom OVS but if it is working for table than it may be work for custom OVS as well.
    Please check this post below may be helpful to you
    SAP Cloud SDK : Bi-directional Custom Web-service Integration with PI
    Regards,
    Mithun

  • HR Offcycle Payroll(Customer Specific Function(

    Hi,
    I am working on SAP 4.7, i have developed an customer specific HR payroll function, its attached in the payroll schema, in the routine i have updated some HR infotypes. Now in normal payroll run it works fine but, in offcyle it has two buttons 'start payroll' which runs the schema, and 'save' which saves the changes, what i need is to save the changes when SAVE button is pressed not the START PAYROLL button, i have looked couldnt seem to find an exit at save.
    Thanks.
    Regards
    Khusro Habib

    During the Start Payroll process, when the schema calls my customer specific function. I filled an internal table PSOPER, then when the SAVE button is pressed system reads the data from this infotype to update it depending on the field OPERA of this internal table
    PSOPER-OPERA = 'U'. means update
    code:
    data gv_ocrsn type t52ocr-ocrsn.
    field-symbols <prelp> type c.
    "gs_s9000 structure of type P9000.
    get parameter id 'OCR' field gv_ocrsn. "This tells me if offcycle is being run
    if gv_ocrsn eq '0095' or gv_ocrsn eq '0090'.
    "all data is in gs_s9000.
    gs_s9000-infty = '9000'.
    assign gs_s9000 to <prelp> casting.
    MOVE <PRELP> TO PSOPER.
    PSOPER-opera  = 'U'.
    append psoper.
    unassign <PRELP>.
    clear gv_ocrsn.

  • Fetching data for a specific operating unit

    Hi All,
    I want to apply a check in my query wherein the query fetches data only for a specific operating unit.
    Eg : If the concurrent program is run from a US responsibility then it should fetch data only for US and if it is run from Canada responsibility then it should fetch data only for Canada.
    Please advice what profile option check or any other check do I need to put in my query.
    I am using org_organization_definitions table in my query, will this table be of any help for the same.
    I am using 11i version.
    Regards,
    SS

    Please see if these docs help.
    Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
    Where To Set The "Operating Unit Mode" When Defining A Concurrent Program [ID 847094.1]
    Thanks,
    Hussein

  • Customer specific Inspection Plan

    hi experts,
      Can any one help to create customer specific inspection plan. Our client requirements as follows,
                  In Inspection plan based on Usage we can able to assign vendor wise inspection plan for single material in material assignment, like that is it possible to assign customer name in inspection plan. so that we can choose the Inspection plan based on customer specification. any one can help me in the above requirement.
    awaiting for your replies,
    Muthamil

    Dear Muthamil
    There is no configuration setting required . A typical cusomter inspection plan can be given as
    For a material X Suppose you have Customer A, B , C, D , E. Customer . A & B have the same specification c, D,& E has a another set of specification in this case :
    QP01 > Material (X) / plant > Usage and status > material assignment > give the customer A. As you have mulitple customer ie B also with same specification then in material assignement input the same group counter in the below line of the material assignment along with /material and customer B combination.
    The give the operation details and in inspection characerisitc MIC details as you normaly give
    For the next set again goto QP01 ( for customer CDE
    QP01 > Give the same material X and Plant > Click on New entries >  Usage and status > material assignment > give the customer C.
    As you have  mulitple customer D E,  also with same specification then in material assignement input the same group counter in the below line of the material assignment along with /material and customer Dcombination and repeat the same for customer E
    By doing this system should automacticaly pick up the customer specification when sale order of Customer E is used
    hope this helps
    Regards
    Gajesh

  • Runtime errror when maintaining customer specific characterstic

    Hi!
    I'm trying to create a new customer specific characteristic for use in CO-PA. I have created the characterstic, activated it, and generated the operating concern successfully. When I go to kes1 to define permitted values (this characterstic is only to get postings from FB50) and double click on the characteristic value I get ABAP runtime error saying that "the dictionary structure or table T2580 is not active or does not exist". What can I do?
    Many thanks in advance for help!

    Hi,
    Please run report RKEAGENV as described in the attached 64490.
    If running report RKEAGENV will cause another error concerning  operatingconcern E_B1 please copy the report ZJBREOFC from the correction instructions in the attached note 872175, activate and execute it.
    If after applying note 872175 you receive a new short dump, please execute report RKEAGENF to eliminate the error so that the program RKEAGENV could then be executed without error and thus the characteristic maintenance should work again.
    Please also implement note 942785 into your system.
    Kind Regards,
    Abhisek Patnaik,

  • Posting to AX by specific Operating Unit

    I would like to know if anybody knows if it is possible in AX (Global Accounting Engine) to select a specific Operating Unit instead of select "All" in this field so I can post to a specific set of books by that specific operating unit.
    I have the situation where I have multiple operating units posting to the same and unique Corporate set of books and then I have a separate statutory set of books where I will post the data for specific operatin unit. Do I have to create separate corporate set of books for each operating unit so I will have one to one posting? Or can I have the option of selecting the operating unit I want to be posted to each statutory set of books?
    Thanks
    Claudia

    Please see if these docs help.
    Oracle Applications Multiple Organizations Access Control for Custom Code [ID 420787.1]
    Where To Set The "Operating Unit Mode" When Defining A Concurrent Program [ID 847094.1]
    Thanks,
    Hussein

  • Transfer customer specific Roles assigned to a customer from R/3 to CRM

    Hello dear all,
    on R/3 side there are customer specific roles defined and assigned to customers. These roles are sales area depending.
    On CRM side we plant to uses the Employee Responsible relationship to build up these customer specific roles. To differentiate these roles we want to use the partner function which is assigned to the sales area.
    Can anybody show me how to do the initial load of the CRM system and map the role to the Employee Responsible relationship?
    I assume that I have to create a own mapping function module to realize this. Where do  I register this function module so it will be used during the initial load? How do I debug these functionality?
    A similar functionality we have to build up in case of the upload to the R/3 system. There we have map the Employee Responsible relationship to the specific role and assign it to the customer. Where do I register this function module?
    Thanks for your help!
    Best regards
    Michael

    hi
    In order to replicate the ECC customer to CRM customer the following steps (tips) might be helpful to you:
    First a Mapping structure should exist between business partners in SAP CRM and ERP ECC Customers in both the directions. In the ERP ECC system you can see this mapping using transaction /nPIDE
    You should create your own account group for the data transfer from SAP CRM to ERP ECC
    In SAP CRM, the roles sold-to party, ship-to party, bill-to party and payer are assigned to the classification Customer and the customer is assigned to exactly one account group in ERP ECC
    For consistent distribution of Business Partners with identical numbers in both the systems, the internal number range (ex. 1-5999) should correspond to an external number assignment in the ERP ECC system or vice versa. Thus a business partner is given the same number in both systems.
    For data exchange to be successful, you must ensure that the field control (mandatory fields) between the CRM system and the ERP system matches.
    Besides Both SAP CRM and SAP ECC can talk to each other only when there is some settings done in the middleware. And for the CRM only a small plugin is needed for the ERP/ECC Connectivity.
    Now whenever you have both the system mapped then if you create a BP in CRM it will automatically flow in the ERP System. And also the vice versa. As for the roles are concerned, the roles like ship-to-party and some few specific roles are mapped in ECC system. For a complete look at roles matching have a look at the following link.
    http://help.sap.com/saphelp_crm50/helpdata/en/52/cff837a9aae651e10000009b38f8cf/frameset.htm
    Once you have created a BP in CRM it will be created in some Account group in ECC. And in that AC GRP you will be not be able to create the Customer with identical ID. So if your systems are connected then even manually you also cannot create same BPs.
    And for all of these the PIDE settings in ECC needs to be maintained properly.
    Hope it serves your purpose
    best regards
    ashish

  • BP extend : how to use FM to update customer specific fields ?

    Hello
    I'm working on a CRM 2007 project and for customer needs, the BP data have been extent with specific fields using EEWB. So specific FMs have been automatically generated to manage the specific data. We want to use these FM to maintain the values of the specific fields. In the EEWB transaction, in the Task BUPA_API for the specific object, 2 FMs have been generated : ZZ1XO_BUPA_MAINTAIN and  ZZ1XO_BUPA_MNTN_ALL : we suppose we have to use these FMs to update the values fo this object. This object (customer specific data) is time dependent with gaps and multiple instance. We tried to use these 2 FMs to update values but it does not work : anybody has already used this kind of FMs ?
    Thanks to all.

    Jerome,
    Normally I use the FM modules generated by the EEWB that contain API to update the data.  However keep in mind if this is a Z-Table and you don't like what is provided, then add your own BAPI modules to the BDT function group to update the data.
    Take care,
    Stephen

  • PA - IT0000 'Customer Specific' Status

    Hi All,
    IT0000 has a field 'Customer Specific' Status. This field is by default Grayed Out. We can default values in this while creating and Action.
    My requirement is that I want to make this field as input field. I want to change the values during creation of Action Infotype. I could not make it using table T588M
    Anybody have idea how to make it input field?
    With Regards
    Shyam V

    HI Sikandar,
    I just want to make field 'Customer Specific Stauts' as input field. Using T588M we can change the field characteristics for the screen which we get during all the PA action.
    By using the same table i could not make this field as input field.
    What more elaboration you need?

  • Issue in Updating Customer specific fields in WBS using BAPI_BUS2054_CREATE_MULTI

    Hi Experts,
    I am able to create the WBS element using BAPI_BUS2054_CREATE_MULTI.But the issue is i am not able to update customer specific fields even after passing the fields as per specification in Function module documentation. I have also created an implementation of BADI  as per below specification in FM documentation:
    Procedure for Filling Standard Enhancements
    Before you call the BAPI for each object that is to be created or changed,
    for which you want to enter customer-specific table enhancement fields, add a
    data record to the container ExtensionIn:
    STRUCTURE:    Name of the corresponding help structure
    VALUEPART1:   Key of the object + start of the data part
    VALUEPART2-4: If required, the continuation of the data part
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with the
    keys that identify the table rows and then with the values of the
    customer-specific fields. By structuring the container in this way, it is
    possible to transfer its content with one MOVE command to the structure of the
    BAPI table extension.
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields for
    which the respective update indicator is set are changed). Therefore, even if
    you only want to change one field, all the fields that you transfer in
    ExtensionIn must be filled.
    Checks and Further Processing
    Using the methods ...CREATE_EXIT1 or. ...CHANGE_EXIT1 of the BAdI
    BAPIEXT_BUS2001, BAPIEXT_BUS2002, and BAPIEXT_BUS2054, you can check the entered
    values (and/or carry out other checks).
    In the BAdI's second method, you can program that the data transferred to the
    BAPI is processed further (if you only want to transfer the fields of the CI
    includes, no more action is required here).
    But still i am unable to update fields though i am able to create WBS with rest of the fields except  custom fields.
    I am using attached code to achieve this.Do we need to code anything inside method create_exit1 or create_exit2 implementation for BADI or
    Please help on priority

    Hi Rahul,
    First observation from your code is that i could not find the assignment for the field
    GWA_WBS_EXTIN-STRUCTURE. I hope you are not filling this field, that could be one reason for failure. Try to do it and let us know if you still have the problem.
    Br..
    Dwaraka

  • How to populate customer specific field data in table /SAPAPO/ORDFLDS

    Dear Gurus,
    I have explained in detail about the problem we face. I guess persons who has implemented enhancement:  /SAPAPO/RRP_IO_COL in their system can help me out.
    Background:
    Purchase requisitions in APO is created by an idoc that comes from a legacy system using BAPI CALL FUNCTION 'BAPI_POSRVAPS_SAVEMULTI3'.
    Business Requirement:
    I have a business requirement where I need to populate an additional data 'Original delivery date' from the idoc during PR creation in Product view.
    Development:
    To achieve the above requirement, we are following the below procedure in our development system.
    1. We are using enhancement:  /SAPAPO/RRP_IO_COL, method: RRP_USEX_COLS_FILL_01 and RRP_USEX_COLS_GET_TEXT_01 to display an additional field 'Original delivery date' in /sapapo/rrp3 - elements view. This field is restricted to Purchase requisition (Order category: AG) only. We are planning to populate the additional data 'Original delivery date' in this customer specific field and store it in table: /SAPAPO/ORDFLDS at the time of PR creation.
    2. Table: /SAPAPO/ORDFLDS is appended with the 'customer specific field'.
    3. We couldnt find a document on how the data can be populated in table /SAPAPO/ORDFLDS.
    4. How to polulate the live cache data in the table  '/APAPO/ORDFLDS' ? ( i.e using connection parameter )?
    Appreciate if you can throw me some light on this.
    Thanks
    Vignesh M

    Hi Vignesh,
    ANy luck on this ? I am trying the almost same thing...and stuck at same point.
    Please let us know if you have any more information.

  • HR ABAP: HR Report Category: "Customer Specific Status" Name Change!

    Experts,
    I've successfully created a Custom HR Report Category and assigned it to my program. Report works fine, with all customized fields that i selected!
    There is one field called "Customer Specific Status", which needs to be changed to our requirement. For instance, the existing field's text "Customer Specific Status" needs to be changed as "NS Status" ?
    Helpful answers will be definitely awarded!
    Thanks a lot!
    Rgds,
    Sundar.

    Hello All,
    I got the answer already!
    Thanks!
    Regards,
    Sundar.

  • How to add Customer Specific Product ID PRID_VENDOR to product with report

    CRM5.0
    Hi,
    I am trying to find out, how to add the customer specific product ID (product->relationships->customers) to a product with a report or a function module.
    It is stored in table COMM_IL_PRDCPN, data element COMT_PRID_VENDOR.
    Is there a class/method, function module, or some example coding, how I can do that?
    Thanks an regards,
    Thomas

    Hi,
    I don't think in Std it is possible to create CMIR in VD51 for cust.grp..
    u can try LSMW to create CMIR for sold-tos..
    Reg,
    JJ

  • Customer-Specific Key Figure and MCI3 analysis report

    Hi,
    We have created a "Customer-Specific Key Figures" in customizing and mapped the key with value category. But this new defined key figure is not available in the report MCI3.
    How to get this figure in the analysis report MCI3 etc , i.e. how to update the information structure S115.
    Regards

    Hello,
    You have to develope the new programme using that info structure and update that new value field in your customising logic programe .
    Regards,
    Rakesh

Maybe you are looking for

  • Business catalyst websites

    I have dreamweaver  cs6 for some time now, and i remeber that i read or saw  in some video that i have got one BC site scince i bought dreamweaver. How does this work, do i get a free bc website for me? does it need my dreamweaver license serial  num

  • Package has multiple "SMS Distribution Manager" entries on DP it is not published to.

    I have an issue with packages seeming to deploy to DPs they are not being published to. We have an aging SCCM 2007 system, which is currently being wound down, so we can migrate to Config Manager 2012. The 2007 system currently has 3 servers acting a

  • Based on One Sales Area Sending Notifications

    Dear all, After Sales Order creation Based on the Sales Area Approval Manager should recive for Approval. After Approved,Based on the Sales Area Notification has to go Customer's inbox. Based on the sales Area = Grouping of sales organization = VKORG

  • Pre-Filled Selection Criteria in Transaction CKMLCP Report CKML_RUN_STATUS

    Dear ABAP Specialists, i am actually searching for the origin of the data provided as costing run number while running the report via transaction in foreground. If i try to start the same report via background on SE38, i always get the information co

  • Troubleshooting applications (Sims3)

    Hi, I have the 27" iMAC running Snow Leopard, and have been running Sims3 on it since Christmas with no issues, until Sunday morning, when it decided not start. Now every time we click on the Sims3 launcher icon to start the game it bounces in the do