Approver field addition in Test Plan

Hi All,
We need to maintain approver, test manager in the Test plan.
Is there any user exit or BADI through which we can add fields in Test Plan where we can maintain the approvers.
Thanks,
Bharat

Hi
I am not sure about that... You can try to create a new access sequence and assign it to your condition table.. take help of your SD consultant, they wil be able to guide you better
As far as I know, the field bill type is also not available in KEPM as well... So, I dont know how far it is possible or feasible to add bill type in the field catalog
Ajay M

Similar Messages

  • Job help to regenerate the test plan after test case addition in solar02

    Hi,
    Any job help to regenerate the test plan after the test case addition in the solar02?
    It is very hard to regenerate in the test plan in test plan management, need to select the test case manually every time.
    Rg,
    Karthik

    Hello,
    You can send mail with the status of the test catalog-
    specify a mail system to which Test Workbench test objects send messages to the people responsible
    Please refer the below link for more information:
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/88370a002911d2bd02080009b4534c/frameset.htm
    Regards,

  • Problem adding a new field to existing BPS planning layout

    Hi
    I am new to BPS and planning
    I have a requirement to add a new field which has values maintained as 0 and 1 to an existing planning cube.The user wants this new field in the existing planning layout where in he can enter the values for this field as 0 or 1.I have created a new field and maintained values for this field as 0 and 1.I have added this field to the existing planning area and have created variable with fixed value with range 0 to1.I have added the same in selections in existing planning level and package as well along with other existing selection conditions.
    In additional functions of adhoc package they have made setting as set to all possible char combination.
    In this planning area all the selections are locked in planning level and package.
    Now when i execute the planning layout to enter data,my new field is grayed out,it does not allow me to enter the values.need help  with this as to how can i make this field input enabled.This is an independent characteristic.
    Thanks
    Panchan

    Hi,
    Yu need to delete the data to fill the new field again.
    Assign points if it helps
    Regards,
    Srinivas

  • Test Note (Documentation Type) when creating Test Plan

    Hi Gurus.
    After we upgraded our SolMan 7.0 system from Support Pack (ST component ) level 19 to level 25,  I noticed this new field "Test Note" (Dcoumentation Type) when creating a Test Plan in transaction STWB_2.
    Initially, when I haven't chosen any project yet, this field has a list-of-values (i.e. Test Case Note, iTutor Document) but when I choose a project, the list-of-values only showing "ST". I also tried choosing another project and there is no value in the list.
    Does anyone know where this list is coming from or how I can configure this?
    It looks like project-related and but I couldn't find any settings for this.
    Can this field be turned off so it will not show in the screen?
    Thanks,
    Tess

    Hi Tess,
    The documentation type ST is the standard documentation type for test notes.
    Test notes are needed by testers to document results in detail during/after testing a test case.
    In SOLAR_PROJECT_ADMIN  there is the text menu 'GOTO - Project Template - Implementation Projects'
    and then there to the tap 'Documentation Types' to do the default settings for 'ST' for all implementation projects.
    Otherwise you'll have to change settings in the administration for each project!
    There you can assign your own documentation template for ST in the central settings.
    If you are using other project types for testing you'll have to do the same for each project type.
    Regards,
    Adelbert

  • Test Plan template

    Hi
    I'm new to ABAP development. I have completed few objects in ABAP environment. I would like to have a test plan template to maintain documentation.
    Could anyone provide the same?
    Thanks
    sapien

    Hai
    Check the following
    Test Plan
    Prepared By           Preparation Date     
    Project          Initial Testing Date     
    Object:          Last Changed Date     
    Object Type     Report
    Predecessors     None
    Successors      None
    Sno     Particulars     Y/N
    1     Is the functionality of the object in accordance with Technical specification provided?     Y
    2     If there are changes in functionality suggested by onsite thru mail / phone till the completion of coding for the object. (Deferring the Tech spec)  mention the changes clearly as below.     N
    S. No     Date     Mail/Phone     Change description
    3     Please mention the final functionality of the object to be tested after final changes.
    Test Cases
    Test Case No.     Test Case Description     Expected Results     If Not Applicable Specify Date
    1.     Check for the data population in the internal tables     As per the spec     Applicable
    2.     Check for the input validations     As per the spec     Applicable
    3.     Check whether the required fields are selected from the tables     As per the spec     Applicable
    4.     Check whether the output format is according to the required format     As per the spec     Applicable
    Y2K Test     Check for date handling for compliance with year 2000. Ensure that test cases are prepared to handle date validation and manipulation of dates.
    Check whether 4 digits variable is used for YEAR in case YEAR is taken as separate variable. Emphasize on declaring date variable referring to SY-DATUM           
    Time spent for preparing Test Plan (Hrs.)     1 hr
    Total Number of Test Cases Applicable     4
    Regards
    Sreeni

  • Error when I clone a test plan

    Hi All
    I get the below error when I clone a test plan.
    I've no steps or attachments in the test case mentioned below. It helps to more than one test case
    clone operation encountered an error while processing test case 21428. Exclude this test case from the suites being cloned and retry the operation. Error details : Failed to parse xml in the UITest file attachment or TCM.Steps field. Make usre this data
    is valid and retry the opeartion
    Please let me know how to fix this issue?
    Thanks

    Hi Sathish,
    Base on the error message, it seems that there are something issue in test case 21428. I suggest that you could create a new test case that similar to test case 21428 and try again.
    Regards
    Starain
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to prepare the UNIT test plan

    Hi ALL
    can any body tell me how to prepare a unit test plan

    Use the following colums in preparing unit Test data.
    1. Sr.No.
    2.Test Condition.
    3.Expected Results
    4.Description/Instruction for the test execution.
    5.TestData used for the test.
    6.Actual Result.
    7.Pass/Fail.
    For a login Screen. Unit Test plan wud b.
    1.  1
    2.   User Presses Login Button.
    3.   Data shud be validated.
    4.  As soon as the user enter the fields in the login screen,the data shud be validated and If entered data is correct proceed to the next screen, else popup an error.
    5. User:kiran, Pwd:***
    6. Entered incorrect data,but proceeded to the new screen.
    7. FAIL.

  • How to write utp(unit test plan)

    how to write utp(unit test plan)

    Hi,
      Steps to be followed for UTP.
    UTP : Unit Test Plan. Testing the program by the developer who developed the program is termed as Unit Test Plan.
    Two aspects are to be considered in UTP.
    1. Black Box Testing
    2. White Box Testing.
    1. Black Box Testing : The program is executed to view the output.
    2. White Box Testing : The code is checked for performance tuning and syntax errors.
    Follow below mentioned steps.
    <b>Black Box Testing</b>
    1. Cover all the test scenarios in the test plan. Test plan is usually prepared at the time of Techincal Spec preparation, by the testing team. Make sure that all the scenarios mentioned in the test plan are coverd in UTP.
    2. Execute your code for positive and negative test. Postive tests - to execute the code and check if the program works as per expected. Negative Test - Execute code to know if the code is working in scenarios in which it is not supposed to work. The code should work only in the mentioned scenarios and not in all cases.
    <b>White Box Testing.</b>
    1. Check the Select statments in your code. Check if any redundant fields are being fetched by the select statements.
    2. Check If there is any redundant code in the program.
    3. Check whether the code adheres to the Coding standards of your client or your company.
    4. Check if all the variables are cleared appropriately.
    5. Optimize the code by following the performance tuning procedures.
    <b>Using tools provided by SAP</b>
    1. Check your program using <b>EXTENDED PROGRAM CHECK</b>.
    2. Use SQL Trace to estimate the performace and the response of the each statement in the code. If changes are required, mention the same in UTP.
    3. Use Runtime Analyser and Code Inspector to test your code.
    4. Paste the screen shots of all the tests in the UTP document. This gives a clear picture of the tests conducted on the program.
    All the above steps are to be mentioned in UTP.
    Regards,
    Vara

  • Test plan for upgrading the support packs

    Dear friends,
    We are going to upgrade the BI system with SP18.
    Please let me know the impact system will be facing with this upgrade and the test plan to take care after the upgrade.
    With Regards
    Neetu
    Edited by: Siegfried Szameitat on Oct 29, 2008 8:48 AM

    Hi,
    it will helps hopeful,
    Upgradation steps:
    1) Convert Data Classes of InfoCubes. Set up a new data class as described in SAP OSS Note 46272. 
    2) Pay attention to the naming convention. Execute the RSDG_DATCLS_ASSIGN report. 
    3) Run the report RSUPGRCHECK to activate objects. 
    4) Upgrading ABAP and JAVA in parallel may cause issues. If there is no custom development on J2EE instance, it is recommended to drop the J2EE instance and re-install the latest J2EE instance after the upgrade. 
    5) Apply SAP OSS Note 917999 if you include the Support Patch 6 with the upgrade or you will get the error at PARCONV_UPG phase. When you upgrade to a product containing Basis 700, the phase PARCONV_UPG terminates. You included Basis Support Packages up to package level 6 (SAPKB70006) in the upgrade. The job RDDGENBB_n terminates with the error RAISE_EXCEPTION. In addition to this, the syslog contains the short dump TSV_TNEW_PAGE_ALLOC_FAILED. The program SDB2FORA terminates in the statement "LOOP AT stmt_tab". An endless loop occurs when the system creates the database table QCM8TATOPGA. 
    6) Apply the OSS note 917999 if you get the following error during PARCONV_UPG phase: PARCONV_UPG terminates with TSV_TNEW_PAGE_ALLOG_FAILED
    Critical OSS Notes:
    819655 u2013 Add. Info: Upgrade to SAP NW 2004s ABAP Oracle
    820062 - Oracle Database 10g: Patchsets/Patches for 10.1.0 
    839574 u2013 Oracle database 10g: Stopping the CSS services ocssd.bin 
    830576 u2013 Parameter recommendations for Oracle 10g 
    868681 u2013 Oracle Database 10g: Database Release Check 
    836517 u2013 Oracle Database 10g: Environment for SAP Upgrade 
    853507 u2013 Usage Type BI for SAP Netwaevers 2004s 
    847019 - BI_CONT 7.02: Installation and Upgrade Information 
    818322 u2013 Add. Info: Upgrade to SAP NW 2004s ABAP 
    813658 - Repairs for upgrades to products based on SAP NW 2004s AS 
    855382 u2013 Upgrade to SAP SEM 6.0 
    852008 u2013 Release restrictions for SAP Netweaver 2004s 
    884678 - System info shows older release than the deployed one 
    558197 u2013 Upgrade hangs in PARCONV_UPG 
    632429 u2013 The upgrade strategy for the add-on BI_CONT 
    632429 - The upgrade strategy for the add-on FINBASIS 
    570810 - The upgrade strategy for the add-on PI_BASIS 
    632429 - The upgrade strategy for the add-on SEM-BW 
    069455 - The upgrade strategy for the add-on ST-A/PI 
    606041 - The upgrade strategy for the add-on ST-PI 
    632429 - The upgrade strategy for the add-on WP-PI
    Post upgrade Steps :-
    1. Read the Post Installation Steps documented in BW Component Upgrade Guide 
    2. Apply the following SAP OSS Notes 47019 - BI_CONT 7.02: Installation and Upgrade 558197 - upgrade hangs in PARCONV_UPG, XPRAS_UPG, SHADOW_IMPORT_UPG2 836517 u2013 Oracle Database 10g: Environment for SAP Upgrade 
    3. Install the J2EE instance as Add-in to ABAP for BI 7.0 and apply the Support Patch that equivalent to ABAP Support Patch.
    4. Run SGEN to recompile programs. 
    5. Install the Kernel Patch. 
    6. Missing Variants - (also part of test script) look at the RSRVARIANT table in SE16. If it is empty, then you will definitely need to run RSR_VARIANT_XPRA program - RSR_VARINT_XPRA OSS -953346 and 960206 1003481 
    7. Trouble Shootauthorizations 820183 - New authorization concept in BI               
    Regards,
    Deva Reddy

  • Test Plan Progress report parameter

    I'm trying to use the Test Plan Progress report but the Test Plan field is always empty therefore I cannot render the report.
    The TFS is 2013 update 4 and I tried also with the report downloaded from MSF for Agile Software Development 2013.4 template. The cube is processed with no errors.
    Any ideas?

    Looking further I noticed that the MDX query that is populating the report parameter is not returning any data.
    Could this be a breaking change for the report from the last TFS update?
    Below is the query generated by the report:
    WITH
    MEMBER [Measures].[ParameterCaption] AS
    IIF([Test Plan].[Test Plan Name].CURRENTMEMBER IS [Test Plan].[Test Plan Name].[All],
    "All (No Filter)",
    [Test Plan].[Test Plan Name].CurrentMember.Member_Caption
    MEMBER [Measures].[ParameterValue] AS
    [Test Plan].[Test Plan ID].CurrentMember.UniqueName
    SELECT
    [Measures].[Point Count Trend],
    [Measures].[ParameterValue],
    [Measures].[ParameterCaption]
    } ON COLUMNS,
    ([Test Plan].[Test Plan ID].[All], [Test Plan].[Test Plan Name].[All]) +
    Extract(
    [Test Plan].[Test Plan ID].[All],
    [Test Plan].[Test Plan Name].[All],
    [Team Project].[Project Node GUID].[All],
    [Test Case].[Area Hierarchy].[All],
    [Test Plan].[Iteration Hierarchy].[All]
    ) +
    Filter(
    CrossJoin(
    [Test Plan].[Test Plan ID].[Test Plan ID],
    [Test Plan].[Test Plan Name].[Test Plan Name],
    StrToMember("[Team Project].[Project Node GUID].&[{4dad3f77-6199-41eb-af5a-a95f93b6af18}]"),
    StrToSet("[Test Case].[Area Hierarchy].[All]"),
    StrToSet("[Test Plan].[Iteration Hierarchy].[All]")
    [Measures].[Point Count Trend]
    [Test Plan].[Test Plan ID], [Test Plan].[Test Plan Name]
    } ON ROWS
    FROM [Team System]

  • HR Test Plan Template

    Hi
    Could some one help me in writing a Test plan on infotypes. or send me a template to [email protected]
    Many Thanks
    Chinni

    Hai
    Check the following
    Test Plan
    Prepared By           Preparation Date     
    Project          Initial Testing Date     
    Object:          Last Changed Date     
    Object Type     Report
    Predecessors     None
    Successors      None
    Sno     Particulars     Y/N
    1     Is the functionality of the object in accordance with Technical specification provided?     Y
    2     If there are changes in functionality suggested by onsite thru mail / phone till the completion of coding for the object. (Deferring the Tech spec)  mention the changes clearly as below.     N
    S. No     Date     Mail/Phone     Change description
    3     Please mention the final functionality of the object to be tested after final changes.
    Test Cases
    Test Case No.     Test Case Description     Expected Results     If Not Applicable Specify Date
    1.     Check for the data population in the internal tables     As per the spec     Applicable
    2.     Check for the input validations     As per the spec     Applicable
    3.     Check whether the required fields are selected from the tables     As per the spec     Applicable
    4.     Check whether the output format is according to the required format     As per the spec     Applicable
    Y2K Test     Check for date handling for compliance with year 2000. Ensure that test cases are prepared to handle date validation and manipulation of dates.
    Check whether 4 digits variable is used for YEAR in case YEAR is taken as separate variable. Emphasize on declaring date variable referring to SY-DATUM           
    Time spent for preparing Test Plan (Hrs.)     1 hr
    Total Number of Test Cases Applicable     4
    Regards
    Sreeni

  • I need find the fields to the work plan

    I need find the fields to the work plan customization of notification of approval of work plan
    I'm doing a customization in work plan, in notification of work plan
    The customer need some information in notification, but the developer not is finding some fields, i need for help to find this fields in table of project management.
    I need of one select to pick all information necessary what the customer need.
    The fields are:
    Physical Advancement general contractor
    Planned-Baseline Cost Variance
    Scheduled Finish - in days
    Baseline Finish - in days
    Scheduled-Baseline Finish Variance - in day
    show the difference between the values of the work plan submitted and the baseline

    Hi;
    Please check below and see its helpful:
    Workflow customization
    Re: Workflow Customization
    Also check:
    Oracle Workflow Best Practices Release 12 and Release 11i [ID 453137.1]
    Oracle® W ork?ow Administrator ’ s Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15852.pdf
    Oracle Workflow Developer's Guide
    http://download.oracle.com/docs/cd/B19306_01/workflow.102/b15853/T361836T362168.htm
    Regard
    Helios

  • How to execute Script in Test Plan with two different System Data Container

    Dear members,
    I have a requirement.
    I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC.
    How to achieve this ?
    Kind regards,
    Pradeep
    Edited by: Pradeep Singh Rawat on Mar 23, 2011 7:10 AM

    >
    Pradeep Singh Rawat wrote:
    > I need to execute one Test Config in a Test Plan with one System Data Container and another Test Config in a Test plan with another SDC. How to achieve this ?
    Currently it is not possible, to maintain more than one SDC on a test plan.
    A workaround is, to maintain one SDC on a test plan and specify no target system direct in a test plan. If you maintain then your  two systems in one SDC, you can specifiy each target system in the test configuration, where it is needed.
    Here the example:
    test plan:
    systemdata container: SDC_ALL
    target system: <empty>
    test config 1:
    systemdata container:
    target system: CRM
    test config 2:
    systemdata container:
    target system: ERP
    systemdata container: SDC_ALL
    target system: CRM -> rfc 1
    target system: ERP -> rfc 2
    Kind regards,
    Christoph

  • How to send a mail about the test plan status

    Hi
    I have finished the development of ecatt automation test cases.
    And I have integrated the ecatt  automation test cases into the test plan of TWB.
    I have scheduled a job in background to run the test plan.
    After the job has finished, I need to send a email to related users to tell them the status of each test cases in the test plan.
    Is there any way to implement it?
    Thanks a lot in advance!

    Hello,
    You can send mail with the status of the test catalog-
    specify a mail system to which Test Workbench test objects send messages to the people responsible
    Please refer the below link for more information:
    http://help.sap.com/saphelp_smehp1/helpdata/en/6a/88370a002911d2bd02080009b4534c/frameset.htm
    Regards,

  • How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    HI,
    How to change the status of test cases in Test Plan from Design to Ready using Excel VBA

    Thanks Florin,
    Your piece of code has worked alot, and it was very helpful in changing the Status of the Workitem to "READY" for all the Users fo the workitem.
    Points have been rewarded for your help.
    Process: We have acheived this using the "Work Item Exits", Usng "AFTER_EXECUTION" Method.
    Note: The Exit will be executed if "exit_cancelled"  statement is present/used in the work item method. if not it is not taking to the exit code. I'm unable to find the reason for it. Florin can u please explain this point.
    Please check the link for adding the code in Work Item Exits.
    http://wiki.sdn.sap.com/wiki/display/ABAP/ProgramExitsIn+Workflow
    Please find the Code:
    method IF_SWF_IFS_WORKITEM_EXIT~EVENT_RAISED.
    Get the context of the workitem
      me->wi_context = im_workitem_context.
    After execution of the workitem call the method AFTER_EXECUTION
      if im_event_name eq swrco_event_after_execution.
        me->after_execution( ).
      endif.
    endmethod.
    METHOD AFTER_EXECUTION.
    This method acts as the Event Handler for SWRCO_EVENT_AFTER_EXECUTION
      DATA: LCL_L_WID TYPE SWW_WIID,
            L_STATUS TYPE SWR_WISTAT-STATUS,
            L_NEW_STATUS  TYPE SWR_WISTAT,
            L_SWR_MESSAG  TYPE STANDARD TABLE OF SWR_MESSAG,
            L_SWR_MSTRUC  TYPE STANDARD TABLE OF SWR_MSTRUC.
    Get work item
      CALL METHOD WI_CONTEXT->GET_WORKITEM_ID
        RECEIVING
          RE_WORKITEM = LCL_L_WID.
      L_STATUS = 'READY'.
      CALL FUNCTION 'SAP_WAPI_SET_WORKITEM_STATUS'
        EXPORTING
          WORKITEM_ID    = LCL_L_WID
          STATUS         = L_STATUS
          USER           = SY-UNAME
          LANGUAGE       = SY-LANGU
          DO_COMMIT      = 'X'
        IMPORTING
          NEW_STATUS     = L_NEW_STATUS
         RETURN_CODE    = SY-SUBRC
        TABLES
          MESSAGE_LINES  = L_SWR_MESSAG
          MESSAGE_STRUCT = L_SWR_MSTRUC.
      IF SY-SUBRC EQ 0.
      ENDIF.
    ENDMETHOD.
    Thank You Once Again,
    Ajay Kumar Chippa

Maybe you are looking for

  • Custom error messages - resource bundle

    Greetings everyone! My JDev version is:  11.1.2.3.0 I've seen several threads in OTN and outside about this topic, but they seem confused (or may be it's me that is missing something). I have this current situation, when because of the presence of a

  • Video levels filter

    I'm curious if there's a filter that will analyze a clip and set a consistent level for the video. For example, we have several clips of a teacher at a whiteboard and as the teacher moves around the board the light level/intensity changes so that whi

  • Best Practice: Editing

    I'm using the version previous to iMovie 8 which I call iMovie 7. I think iMovie converts all DV to Apple Intermediate Codec (AIC). Knowing that I did not want iMovie to go through all the heavy work at the end of my edit during compression. So I cre

  • How to view FinancialReports in Smartview

    Hi Gurus 1.How to view the Financial Reports in Smartview? regards Smilee

  • Regarding Voting disk recovery scenarios

    Hi, For years i have read about RAC and Voting disk and it is said that each node should access more than half of the voting disks but never got a chance to work on the below scnerios which i have mentioned, if some one has practical done the below s