Additional Fields in Timesheet Entry

Hi All,
I have added 2 additional fields in my Record Working time timesheet through CI_CATSDB Structure. Now my requirement is that I need to have a dropdown list for these 2 fields based on the Employee Number who has logged in to portal. I know how to get my desired result. But I am not able to find out which userexit or Badi I have to use to acheive the same.
Please help me where I can write my code inorder to acheive the same. I have already tried for CATS0005 userexit.But unable to acheive my result. If anyone has done this scenario before please help me in resolving this issue.
Regards,
Pravesh.

gO TO Customer specific Customization
Under Time sheet from SPRO
Then create the customer field
Hope this helps
Shetty

Similar Messages

  • Additional Field to line item display

    Hello Everyone
    I want to add two additional field ( date of entry and entry time) to GL Line item display.Can any body please share.
    Looking forward to hear from all of you.

    First try to determine if there are any user exits (screen exits actually) or BADI's which can do this.
    For finding the relevant user exits, determine the transaction code first and search on SDN for the report in which you enter the transaction code, and which will return all user exits for this transaction.
    For BAdI's there is also a program to be found on SDN.
    Next read the documentation of these user exits / BAdI's and you will be on your way.

  • How to add additional fields to zreport which contains standard report code

    Hi Experts,
    In order to add additional fields to standard report i copied the code into zreport but i am unable to  add additonal field into report because the code is looking so complex.
    standard report:AQZZ/SAPQUERY/FKF1============
         or
    sapmenu->accounting->financial accounting->accounts payable->information system->reports for accounts payable accounting->master data->S_ALR_87012087-Addresslist.
    Additional feilds to add is :Region,company code,country
    Please let me know how toidentify ALV and guide me how to solve this.
    Regards,
    naresh.

    Hello Naresh,
    First check whether these three fields are available in the text elements area.
    Please write your code in the subroutine %comp_ldesc.
    Repeat the code for your three new fields
    perform ldesc(rsaqexce) using 'G00010000X010       00  A1'
        %txt1 %txt2 %txt3 'LFA1-LIFNR' LFA1-LIFNR 'LFA1-LIFNR'.
      read table %textpool_langu into %textpool_langu_line
                                 with key ID = 'I' key = 'A01'.
      if sy-subrc is initial. %txt1 = %textpool_langu_line-entry.
      else. %txt1 = %txt_unknown.
      endif.
    So this subroutine will give you the basic list. Now Program is creating ALV with this basic list. So I think you don't need to worry about that. Please have a thorugh look at the code over this perform, and write accordingly.
    I think this is enoogh.
    Please update if you got the solution, which will be informative for others.
    regards,
    Antony Thomas
    Edited by: Antony Thomas on Jul 27, 2010 7:57 AM

  • How To Add Additional Fields When Creating New Contact From w/in Mac Mail?

    Hi there. When in Mac Mail and clicking on contact information provided within an email, we are able to either (1) CREATE NEW CONTACT or (2) ADD TO EXISTING CONTACT (by clicking on the arrow next to a phone number, address, etc.). If I choose "Create New Contact," how can I add additional fields BEFORE clicking on "Add to Address Book" button in lower right corner? Let's say, for example, I know this new contacts URL or company. (Currently, I am creating the new contact from within Mac Mail and then going to Address Book and finding the contact, then editing, the adding the additional fields, then saving, and then going back to Mac Mail. This all takes time.)
    Note: When creating a new iCal event from within Mac Mail, we can click on Option/Alt key when selecting drop-down arrow...and this will allow us to add additional information. The same feature isn't available for address book???

    I have the exact same question and problem. If there was a way to automatically open the AB entry after "creating new contact" this would solve it.
    Thanks for any suggestion

  • Adding additional field in cProject is not working after transporting

    Hi All,
    My intention is to add additional field in cProject. So i copied a required view through program BSP_CUSTOMIZE and into another Z* BSP Application object. Then i had done the necessary modification on the view and saved. Then copied error.do controller and actived and tested in development server. It was working fine. So i moved the transport request for this object to quality system. When i tried to test the same thing in quality system, changes done in views are not reflecting.
    When i checked the entries in table BSP_APPLC, i didnt find any. I hope this is the reason why my changes in views are not reflected.
    Can anyone have idea, why it is not happening so. Kindly help.
    Thanks in advance.
    Regards,
    Karthick

    Ensure that in table BSP_APPLC is an entry for cprojects linking to your own aplictaion Zcprojects and is activated.
    I guess you have to reactivate the BSP_CUSTOMIZE in target system again.
    Please remeber: BSP_CUSTOMIZE is not supported officially.

  • Additional field in cProjects

    Dear All,
    How can i bring customer field in cProjects 4.0.
    My users want four extras field which is not available in cProjects.
    We have done following things
    1.                   As per SAP  Note : 947936 in PLM server
    2                  Go to SPRO->SAP Customizing Implementation Guide -> Collaboration Projects -> Collaboration Projects -> Define Field Groups for customer fields
    3.                   Object Type: DPO (Project Definition)
    4.                   Field Group ID: (ID) eg ZTAB_DPO
    5                   Field Group Name: This will appear as the text on the TAB & make sure active check box is checked.
    6                  Select the entry made above and double click on u201CCustomer Fields for Field Groupu201D.
    7               Customer Field will be the additional fields that you have added in the customer include in the table DPR_TS_PROJECT_EXTENDED_ATTR / dpr_projects
    8              Select Mode and Field Type & make sure active check box is checked.
    9               Double click on the folder u201CField Group as per Project Typeu201D & click on new entries.
    10               Select the project Type for which you want the tab to be displayed
    Object Type: DPO (Project definition)
    Field Group ID (ZTAB_DPO) & make sure active check box is checked.
    Please do needful
    Regards
    Ravindra

    Hi Ravindra,
    there is one more step that needs to be done in the customizing:
    You have to set up a field control for your customer fields (IMG activity 'Set Up Field Control'). Here you define the conditions when these fields are displayed, hidden etc...
    If you have no field control, these fields will be always hidden.
    Please do not change the standard field control 0SAP but rather copy it to your own and adapt it according to your needs. Please refer also to the available IMG documentation.
    Afterwards, this field control needs to be assigned to your project type (IMG 'Define Project Types').
    Regards,
    Silvia

  • Additional field in report S_ALR_87011990 - Asset History Sheet

    Hi
    This is with reference to report S_ALR_87011990 - Asset History Sheet .
    I want to add quantity, location etc in this report.
    can anybody guide me how to add these additional field in this report as in configuration no such option available.
    Regards
    DD

    Hi,
    this is decribed explicitely and detailed in the WIKI entry Include additional fields in Standard Fixed Asset ALV reports.
    That´s much faster then enhancing the report. Further more you would still operate on a standard report, not a copy based on the standard report.
    Regards,
    Markus

  • Additional field in IT0109

    Hi All,
    I have added an additional field in IT0109 through PM01.
    But the field is not displaying in PA30, while using infotype 0016.I have created an entry in table T582C for mp001600 and zp010900.
    Please let me know what could be the problem.
    Thanks,
    Bindu.

    Hi,
    You have modified IT0109 and trying to see the data in IT0016. Please check IT0109.
    Sandip

  • Additional field in FB03 and FBV0

    I want one additional field in the layout i.e. document amount, which is not available at present.  How to do.

    Hi
    You need to find additonal field details from functional consultant & ABAP'er.
    After that you need to create Z message type with that additional field/segment and further assign it to IDOC.The process is as follows :
    1)Create Message Type
    Go to transaction code WE81
    Change the details from Display mode to Change mode
    After selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press Enter
    Click New Entries to create new Message Type
    Fill details
    Save it and go back
    2)Assign Message Type to IDoc Type
    Go to transaction code WE82
    Change the details from Display mode to Change mode
    After selection, the system will give this message u201CThe table is cross-client (see Help for further info)u201D. Press Enter.
    Click New Entries to create new Message Type.
    Fill details
    Save it and go back
    Gud Luck

  • Trading Partner field in GL entry

    We are in ECC6.
    We want to enter manually the 'Trading Partner' field in certain GL postings.
    But when we enter the GL document using F-02, this field is not appearing for input. We looked in additional data fields also. But not available.
    We are using a document type with 'enter trading partner' ticked.
    Still the field is not visible in the GL line item for input.
    Do we need to make any enhancement for bring this field in document entry ?

    Dears
    We got it. We had not set the tick on 'inter company postings' in doc type.
    Now it is working OK
    Thanks

  • Changing additional field in FI line item

    Hi,
    I have added a additional field for FI line item,
    how could i change it in FB02, or FBL3N,etc
    Is there are any user exit/ screen enhancement?
    or it can be done by config?
    or i have to mod it?
    thx a lot
    John

    Hi
    You have to add Purchase Document (PO) as a special field in the line layout variant through  customizing  to view PO in the FBL3N Line layout,
    Go to SPRO Settings - **** - GL Accounting - GL Accounts - Master Records - Line Items - Line Item Display - Define Special fields for finding and sorting data"
    A message will be displayed that it is a cross client change. Presse nter
    Before adding the special field PO, the line layout variant does not have the field PO
    Click on New Entries button
    Give the Table as BSEG and Field as EBELN.
    And save.
    Assign points if useful.
    thanks
    radhika

  • Time reporting screen - additional fields for clock in/clock

    Hi all, I have an issue with time reporting that I would appreciate your help in resolving. We would like to add additional fields for clock in/clock out data from external clocks. I think I saw it somewhere but now I cannot find it in the CAC2 configuration. Can you help? Thanks in advance, Maya

    see if following link can help:
    Custom field added to CATS but not showing in Data Entry View'

  • Adding additional field 1 to selection screen of CATSSHOW (CADO)

    Hello all,
      We recently added one of the additional field's to show up on the data entry section when using
    transaction CAT2...This is working fine and the data is entered into CATSDB.
      When using CADO, one can display the addtional field 1 and sort by this field.
      However, the users now want this additional field1 to be one of the selections when they
    use report CATSSHOW (CADO).
      Is there some type of way to configure SAP to have one of these additional fields show up
    as a selection field on program CATSSHOW (CADO)? My searches in this forum and the web
    have not shown me a solution yet.
      Or do I have to create a 'Z' version of CATSSHOW like ZCATSSHOW and do this myself?
    Thank-you,
    Rick Crawford

    Enhancement
    text
    F050S001
    FIDCMT, FIDCC1,
      FIDCC2: Edit user-defined IDoc segment
    F050S002
    FIDCC1: Change
      IDoc/do not send
    F050S003
    FIDCC2: Change
      IDoc/do not send
    F050S004
    FIDCMT, FIDCC1,
      FIDCC2: Change outbound IDoc/do not send
    F050S005
    FIDCMT, FIDCC1,
      FIDCC2 Inbound IDoc: Change FI document
    F050S006
    FI Outgoing IDoc:
      Reset Clearing in FI Document
    F050S007
    FIDCCH Outbound:
      Influence on IDoc for Document Change
    F180A001
    Balance Sheet
      Adjustment
    FARC0001
    Enhancements within
      archiving (FI)
    FARC0002
    Additional Checks for
      Archiving MM Vendor Master Data
    FEDI0001
    Function exits for
      EDI in FI
    FICT0001
    Exits for
      inter-company transactions
    RFAVIS01
    Customer Exit for
      Changing Payment Advice Segment Text
    RFBVX001
    Enhancement for bank
      directory transfer (Austria)
    RFEPOS00
    Line item display:
      Checking of selection conditions
    SAPLBANK
    User exit: Bank data
    SAPLF040
    WF: Preliminary
      posting (authorized for release)
    SAPLF051
    Workflow for FI
      (pre-capture, release for payment)
    SAPLFCPD
    One-time account data
      or different payee in booking
    SAPLSSRV
    User exit: Bank
      account numbers
    RFKORIEX
    Automatic
      correspondence
    please check which one  is better .

  • Add color to an Additional Field inside a SAP Query (Infoset) in ALV

    I made an Infoset (transaction SQ02) out of table MARC. I created an Additional Field called "STATUS" which I coded to get a value of 1 or 2 depending on the value of another field in MARC.
    How can I make this cell in the resulting Query to appear in different colors depending on the value? I found the command "FORMAT" but that doesn't work on SAP List Viewer (ALV) mode.
    This is what I coded in the additional field called STATUS::
    clear: STATUS.
    if MARC-DISPO = 001.
      format intensified color = 6.
      move '1' to STATUS.
    else.
      format intensified color = 7.
      move '2' to STATUS.
    endif.
    The coloring didn't work. What ABAP command should I add to this additional field to make the coloring of the STATUS cell work under ALV mode?

    field catalog and layout are saved into database aqrdb
    just before displaying the results into ALV table, they are retrieved by function RSAQRT_ALV_DISPLAY which does
    concatenate rtmode-act_report sy-langu into l_srtfd_pattern.
      import fieldcat = fieldcatalog
             layout   = layout
             sort     = sort
             from database aqrdb(lv) id l_srtfd_pattern.
    so in order to display some cells with a different color, you have to
    - add an additional field that will contain the color codes of cells
    - set values in this field at record level (field is a table of type LVC_T_SCOL)
    but also adapt the layout in order to set the field as containing the colors
    - put the name of this field into layout (CTAB_FNAME)
    - export layout to corresponding entry of aqrdb
    this part I don't see exactly where to put it, I guess there is some place where it is possible to manage the layout - if not then you have to do it "manually" i.e. with a small report

  • Additional fields in MIGO transaction

    Hi Everybody,
      We have a requirement where we need to have additional fields in MIGO transaction when the user chooses 'distribute qty' option to split the quantity, the normal screen shows the following fields,
    1. Qty in UnE
    2. Stock type
    3. Movement type
    4.Stor location, we need Serial number, Drum number in Screen number 1000 of SAPLMIGO program,  Can any one tell me how do I achieve this functionality,
    Rgds,

    The only option I see is design your own custom screen with the required fields and call it as popup ( Modal Dialog Box ) from user exit ZXMBCU02 .
    This user exit will be triggered when you click on "CHECK" or "SAVE" button.
    There is no way to modify MIGO screen itself , so maybe you will have to pass the item number etc from MIGO and have a table control on your custom screen for data entry.
    For saving data into database donot use this exit as a user may just check and go out and you will unnecssarily push the data into z table . In this exit do an export to memory for your custom fields.
    In another exit ZXMBCU01 , do an import from memory and update the required Z table . This exit is called while updating material document in update task.
    However to goto popup screen for displaying chnaging custom fields you will have to press "CHECK" button , maybe a user training issue.
    Cheers

Maybe you are looking for

  • How can i set Thunderbird to notify me as soon as i receive an email on my outlook account?

    I recently downloaded Thunderbird but when I send myself a test email, I am never notified by Thunderbird unless I manually pull the email by pressing "get mail". How can i make it notify me as soon as an email reaches my account? Thanks

  • Mac mail handling of gmail in 10.9.2

    Am trying to set up my MBP after Genius reinstalled OS.  Now MacMail will not work without restoring all my previous emails.  Recent listing shows 20,000 messages but restore tops out at 211,000 and system hangs up during process...willl not allow me

  • Problem with website name and hyperlinks

    searching for the website name and clicking on it on google or simply typing it into the web search bar, it loads without a problems. the website is on the internet. However, when I hyperlink/send the name of the website to someone via email to annou

  • Classloading issue while starting server

    Hi ! I m getting the below exception while trying to start the Weblogic server inside eclipse.I m using Tapestry for my web app. Could you please help me out resolving this issue? Thx in Advance.. Do let me know incase any other detail is required. S

  • Co13   error message:RU033

    when I cancel production order confirmation, error RU033 occurred, I have implemented all related notes, but the problem still exists. What should I do? I can cancel the confirmation.