Custom field in approval transaction time sheet

Hi,
in transaction CAT2, I added two custom field.
Is there any ways to use this field like selection parameters in transaction CAPP or CATS_APPR_LITE?
Thanks in advance
Regards
Raffaele

no answered

Similar Messages

  • Custom Field in the Administrative Time/personal task of the timesheet

    Dear All,
    I want to add the custom field in the administrative time/personal task of the timesheet. How can i do that??
    Snapshot is attached for furthur reference.
    REGARDS DANISH DANIE

    You can not create custom field for Personal task or administrative task (OOB).
    Project server allows us to create Project, Task, Resource, level task.
    You can only Specify Line of classification and New Administrative Time category.
    Choose that while creating Personal task or administrative task.
    But if you really want to customize the from then please go thorugh thread which is talking about the same 
    http://social.msdn.microsoft.com/Forums/office/en-US/a5b1eadd-c06e-43b0-8d5e-8e6f714cc689/customizing-add-new-task-form-for-adding-a-personal-task
    kirtesh

  • Adding new custom fields in SAP transaction - PSOBWORK?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi ,
            There are options like screen-exits ,badis
    the best option would be to find screen exits for the transaction and you code ur logic in the exit and create the screen with your requirement .

  • Adding new custom fields in SAP transaction?

    Hi,
    System - ECC 6.0
    I need to add some new custom fields in Contract Object(PSOBWORK). Can any one tell me what are the ways I can do this, and what is the best way to add custom fields in SAP transaction?
    I highly appreciate your help on this.
    Thanks.
    Rajesh

    Hi,
    Find the link below  which has step by step process of adding custom fields:
    goto site saptechnical-tutorials-ExitsBADIs-EEWB
    Hope this would be helpfull.
    Regards,
    Sharath

  • Custom field in enjoy transaction

    Hi,
    How to add a custom field in enjoy transaction.
    In my case iam concerned with EBAN- Me51n - Purchase Req.
    can we configure from field selection groups, if we have the field in EBAN.
    I doubt , but i would like to hear from you  guys too.
    Thanks
    Satheesh.

    Hi,
    You have to use following User Exits;
    MEREQ001 - Customers' Own Data in Purchase Requisition

  • Custom Fields in ME21N transaction

    Hi all,
    I have added custom fields on the transaction ME21N using the screen exit in enhancement MM06E005.
    Now i need to do validations on these fields even if the user does not come to the screen. So i am using the BADI ME_PROCESS_PO_CUST for the validations.
    But this BADI gets triggered only when there is a change in a standard SAP field. If i change the value of the Custom field then the BADI does not get triggered.
    So the problem is that once i issue an error message for the custom field in the BADI .. and then change the value in the custom field, the BADI does not get called and hence the error message stays as it is...
    Any solutions for this?
    thanks,
    Ashiq Ali Ratnani

    even when we create a custom screen, the user-exits which are getting called from other screens should also get called from custom one. If this is not happeing, then you need to check in configurations where you have created this screen, that whether you have done assignment of screen at right place, not at the header level but at tab level.

  • Custom fields in FD32 Transaction

    Hi All,
    My requirement is to add custom Fields in FD32 transaction in central data tab.
    Please help.

    Hi Santhosh,
    I am not that familar with FD32 functionality but by looking at its program in subroutine ECS_INITIALISIEREN, it call function OPEN_FI_SUBSCREENS_GET to get a list of screens for displaying. So I guess you need to investigate in this function what tables need to be populated so that maybe a customer screen can be added within FD32.
    You should not use screen 210 or any subscreens in SAP program except it goes thru User Exit (SMOD) or BADI (SE18).

  • How to activate multiple approval in time sheets

    Hi Experts,
    I have a business requirement where we require multiple approval of time sheets. The requirement is is such that either of the two managers or the director should be able to approve the time sheets of the consultants.
    We use project systems and we have assigned the director as the person responsible in the project and the managers for person responsible for the WBS elements and the consultants have been assigned to the WBS elements. As of now only the director can approve the time sheets of the consultants. (i.e the person responsible for the project). But we want the ability where the other 2 managers also to approve the time sheets.
    Your valuable inputs in your earliest are highly appreciated.
    Thanks in Advance
    Dasuni

    Hi Lucas,
    Thank you for replying  my query. We use cj20n to create the project and the WBS elements and assign a person responsible for the projects & as well as for the WBS element. These persons have been maintained in OPS6 along with their user ID
    Thanks in advance
    Dasuni

  • Adding custom fields to XD01 transaction

    Hi All,
    I need to add custom fields to the Customer create transaction (XD01). Can anyone tell me the feasibility of having screen-exits or BADIs to acheive the same? I have searched for screen exits but could found none, and regarding BADI's i found these CUSTOMER_ADD_DATA, CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA_BI. Unfortunately there is no default code assigned to these BADI's. Please tell me how we can acheive the requirement. we dont have any include too in the KNA1 table hence i feel going with APPEND structure.
    Thank You
    Yugandhar K

    Hello Mahesh B
    In short…
    The Number field determines the display order of the Tabs on your new screen.  The i_taxi_fcode parameter is the text you entered, or will enter, in the Function Code field on the Label Tab Pages.
    In long…
    In the IMG activity “Prepare Modification-Free Enhancement in Customer Master Record”, you add a Screen Grp code (e.g. “Z1”) and a description. Then you select Z1 and double-click the Label Tab Pages folder on the left. 
    Now, add one or more records in this Label Tab Pages screen.  Each record you add will cause a Tab to be displayed on your new Z1 screen (once you implement the screen with a program as described in earlier posts). 
    The fields of the Label Tab Pages records are:
    - NUMBER, which determines the order that the Tabs will be displayed;
    - FUNCTION CODE, this is passed to the BAdI as i_taxi_fcode;
    - DESCRIPTION, which becomes the Label displayed on the Tab; and
    - ICON, which, if entered, will display beside the Label on the Tab.
    Example records:
    10, Z1_TR1, Tab1description, <blank icon field>
    20, Z1_TR2, Tab2description, <Some Icon>
    I prefixed my FUNTION CODEs with the screen group (e.g. Z1_TR1 and Z1_TR2).
    More than one BAdI can be implemented in the system at the same time, so you should use the Screen Grp (e.g. Z1) and/or the Tab FUNCTION CODE (i_taxi_fcode - e.g. Z1_TR1) to determine when to execute your custom code. 
    Below is an example implementation of the get_taxi_screen method in the customer_add_data_cs BAdI. 
    If a user were to click on the second Tab of the Z1 screen group, the ‘Z1_TR2’ case would be executed and screen 200 would display on this Tab screen.  If the user clicked back to the first tab, the ‘Z1_TR1’ case would be executed and screen 100 would display on this Tab.
    method if_ex_customer_add_data_cs~get_taxi_screen .
      case flt_val.
        when 'Z1'.
          case i_taxi_fcode.
            when 'Z1_TR1'.
              e_screen  = '0100'.
              e_program = 'Z_PROGRAM_NAME'.
              e_headerscreen_layout = ' '.
            when 'Z1_TR2'.
              e_screen  = '0200'.
              e_program = ‘Z_PROGRAM_NAME'.
              e_headerscreen_layout = ' '.
          endcase.
      endcase.
    endmethod.
    Hope this helps.
    Allan

  • Get the custom fields data at the time of save

    Hi,
    We have added few fields in the ICWC for the complaint screen.
    At the time of save i am trigering a BADI.
    I would like to check the data that is entered in those fields of complaint screen.
    Is there any FM which can be used to get the data from the buffer ?
    I have the header GUID available to me .
    Thanks.
    R

    Hi,
    Let me elaborate a bit.
    Users would create the complaints in the ICWC.We have addeded few custom fields in the complaint screen.
    CRMT_CUSTOMER_H_WRKT is extended with the custom fields.
    At the save i am trigerring the Partner Determination BAdi.
    Here i have the complaint guid at run time.
    I would like to check the data entered in the custom field in the complaint screen. Based on this i would like to determine one more partner.
    My question is how can i get the custom field data in the complaint screen in this BAdi.
    The FM:  CRM_ORDER_READ is not returning this data.Is there any FM to get this ?
    Thanks.
    R.

  • Enterprise service for Approving/Rejecting Time sheets

    Hi All,
    I am searching for the Enterprise service regarding "Approving / Rejecting Employee timesheet by Manager", i am able to find the Approve/Reject leave request but not the time sheet. could any one please help me in finding these services regarding time sheets. I need these services names as it is high priority issue. or is there any other way to accomplish the same task ?
    Thanks,
    Rohan

    Hi Shrivastava.G,
    Thanks for the quick response, i will look and dwell into it and see if it's fit my requirements and award points accordingly. time being i am stuck in one more problem i was able to find the Enterprise sercvices for Changing timesheet and even displaying timesheet, but surprisingly we could not find the enteprise service for the initial basic requirement of "CREATING TIMECARD", where a user can enter and book the necessary hours on weeekly basis.
    i got these two enterprise service, but it does not fit our requirement:
    1) ECC_EMPLTIMEEVENTERPCRTRC
    2) ECC_EMPTIMSHEETCHGRC
    Any help on this would be much appreciated,
    Thanks,
    Rohan

  • Adding custom fields in Delivery transaction

    Hi,
    I need to add custom fields in the delivery transaction(VL01N/VL02N) at Item level in Material tab screen.
    Are there any screen exits available for delivery order in any other tabs or Do I have to modify the standard program.
    Regards,
    Sudheer

    Hi sudheer
    there is no screen exits for vl01n adn vl02n
    you have modify the standard program
    regards
    kishore

  • Custom fields in CJ40 transaction

    Hi,
    I want to add two custom fields in transaction CJ40 at the Unit Costing Line Item level and the screen number is 1301 and the program name is SAPLKKDI. This screen uses structure RK70L.
    Thanks in advance.
    Regards
    Nilesh Telkikar

    Try finding the main table for this transaction and check if CI_INCLUDE Exists there. this is the way we update the standard screens.

  • Want to add Custom field in IW22 transaction

    Hi All,
    I have requirement to add a custom field (Zfield) work class in IW22 transaction in Start/End Dates section.
    The  custom field has some constant values. When I choose the work class, the Priority field value should automatically populated according to value of work class. Plaese guide me step step procedure.
    Regards,
    sanjib.

    Hi,
    Use this Exit QQMA0001:
    Create a subscreen in SAPLXQQM Screen No: 0113(Mention the custom screen as per your FD)
    I Hope we can achive this by customizations in SPRO.
    SPRO>Quality Management>Quality Notification-->Overview of notification
    Select the Notification Type-->click on  Nofication --> Detail
    In this screen enter the screen number which we created at module pool with reference to
    custom screen 091 and save the entries.
    I hope this may helpfull.
    Thanks,
    AMS

  • Approch while creating a custom field in PR05 transaction

    Hi All,
    I need to add a new custom field in the trip creation screen PR05.
    Are there any screen exits available for the same.
    If not, how can I maintain the value in the comments text editor dynamically.
    Please suggest,
    Any replies will be highly appreciated.
    Regards,
    Sreekanth

    not answered

Maybe you are looking for

  • File from application server-- Email ?

    Hi, I need to pickup a file from application server and Email the same to the intended receipents through ABAP program For that i had used the following code: REPORT  ZEMAIL_APP_SER_FAIL. DATA :is_doc_chng        TYPE sodocchgi1,       it_objtxt     

  • Nokia N8 nosound on some online videos

    After I Anna upgrade I started to have some problem with some web pages about the sound. I used to watch live tv on N8 before the Anae and it was working fine but after the Anna there isnt sound on this web page.Is there anybody who can tell me what

  • Luminosity and saturation blending modes in FW CS4 differ from their equivalents in PSE 7

    Example: Upper bitmap is filled with RGB(232,168,89) color and the lower with RGB(61,114,158) . Blending results are as follow: Luminosity in FW CS4: RGB(67,121,175) Luminosity in PSE 7: RGB(137,190,234) Saturation in FW CS4: RGB(60,109,158) Saturati

  • TS1702 My iphone cannot connect to itunes

    My iphone cannot connect to itunes store

  • Printing Pics in Document

    My printer will not print pictures inserted into a Word document. The text portion of the document prints, but it just ignores the pictures regardless of how they have been inserted. My printer is an HP deskjet F4140.