Add new selection criteria in program RHXHAP_APP_DOC_PREPARE_ORG

Hi All,
my requirment is related to HR program  RHXHAP_APP_DOC_PREPARE_ORG.
The selection criteria in the program is Org.Unit.
Now we want to add Per.area/E.Group/job/Position in the selection criteria.
Copied.
I have added them in the Seleciton screen.
Can any one share the prcess flow for this requirment.
Thanks in advance.
RK

copied the std program and made the changes

Similar Messages

  • How to add a new selection criteria in Automatic Payment process (F110)

    Hi all,
    We need to add new selection field in selection criteria tabstrip. Does a user-exit exist to interpret BKPF-USNAM as field name ?
    Thanks in advance for your answers.
    Regards,
    Philippe.

    pls look here
    enhancenents
    A.

  • How to add a new selection criteria in a report painter

    Hi
    I would like to know how to add a selection criteria in a report painter. I believe in Gen data we can add our selection criteria but my there is no option to select  company code in that. Can anyone help me in this
    Thanks in advance
    Sankar

    hi sankar,
    When u click on the Gen. Data Selection on the right side of the screen you can see the Available Characteristics.
    On the same side u can see with the 3 colors blue, yellow and white....
    Click on the that , in that screen click on the Administrator option.
    There in that screen UNCHECK the company code.
    Click on the ACTIVATE and CLOSE it.....
    Again SAVE the table settings.... then you can find the Company code..
    Hope this will helps u out...
    Ranjit Kumar 

  • Add new column in RFUMSV00 program

    Hi,
    I am new in abap. I have requirment to add new column in VAT report. I have copy RFUMSV00 program to  'Z'  program and want to add new column in 'Z' program. The column is BSEG-ZNUOR(Assignment).How can i add a column in report and how to retrive data from BSEG table, If any one have code like this requirment , please give me some idea about this.
    Thanks in advance.
    Regards,
    Sourav

    you need to read program carefully first possible than do debug.than find the exact location where system ALV generates here you need to add your field.
    May be i it helps you.
    search with term in mention prg ASSIGN gt_alv TO <gt_alv>.    you will get idea where you need to add your own field
    Edited by: Amit Gujargoud on Aug 27, 2008 9:44 AM

  • Add new select option for VT04 variants

    Hi Experts,
    Want to know the process of how we add a new select option (say sold-to/KUNAG) to the existing set of selection criteria in the variants in VT04 apart from implicit enhancements.
    Even if we create a new implicit enhancement in LV56LSCR, the new field (sold-to/KUNAG) has to be further added to the select statements also. The select statement in the subroutine INDEX_SELEKTIEREN in LV56LF01 has to be enhanced for the same.
    Also should this new field has to be added to the EXPORT TO and IMPORT FROM MEMORY ID MEMORY_LFSL statements in the other includes of SAPLV56L ?
    Is there a better/recommended way to do this? Any pointers are much appreciated. Thank You.
    Regards,
    Narendra.

    Hi Ravi,
    This is infact the program for the txn VT04, would you be able to shed any other info? Thanks.
    Regards,
    Narendra.
    Edited by: Narendra Daka on Dec 7, 2011 9:00 AM

  • Add new selection fields and ALV output  fields in VA05

    Hi,
    I want to add two new selection fields in VA05 'Further selection criteria' screen, also want to add some more fields in VA05 ALV output.
    Please help me how i can do it using user exit ?
    Thanks ,
    Archana

    hi,
    You have to copy the standard program SAPMV75A to ZSAPMV75A, change them accordingly.

  • Error message in report writer when add new selection filed?

    Dear All,
    I wanna add a new selection field cost element group and cost element to a report in report writer. I key in GR52 and click the general data selection. I select the set variable &1KSTAR to enter into the set ID. But it shows me the following message:
    Set cannot be used in Selection:
    Message no. GR807
    Diagnosis
    You are trying to use a set in report maintenance.
    The set cannot be entered in the report definition for any of the dimensions for which the set could be used.
    The following error message describes why the set cannot be used for all the dimensions for which the set can be used.
    System Response
    The set will not be entered in report maintenance.
    Procedure
    Choose an appropriate set.
    What does it mean? I have tried other set variables but sitll gave the same message.
    Thank you and good day.
    Emma.

    At the same time, it gave me a green light message saying:
    Characteristic Cost Element is already used in a row
    Message no. GR465
    Diagnosis
    The characteristic Cost Element is already being used in a report row block and therefore cannot be used in a different part of the report.
    Technical note:  The field name for characteristic Cost Element is KSTAR.
    Does it mean I have used the cost element in the report and blocked the cost element so that I can't use it in the selection screen? How can I solve this by not changing the report or should I change the report?
    Thank you and good day
    Emma

  • GWI: Add new filter criteria for replication object BUPA_MAIN

    Hello,
    we are currently setting up Groupware Integration with CRM 7.0 and Outlook Exchange 2007. We would like to filter the BPs that are replicated to Outlook's public folder. The replication object BUPA_MAIN in Tx. SMOEAC has only got the following criteria fields:
    BPARTNER
    CENTRALARCHIVINGFLAG
    COUNTRYISO
    INDUSTRY
    IS_COMPETITOR
    IS_CONSUMER
    IS_CUSTOMER
    IS_DELETED
    IS_PROSPECT
    PARTNEREXTERNAL
    REGION
    SEARCHTERM1
    SEARCHTERM2
    SITE_ID
    We don't want to use any of those but would like to set a filter on BP Role and filter for all Groupware Employees. Only those should be replicated.
    We did set the filter conditions in customizing under "Filter Condition for Business Partners Exchange with Groupware" in order to replicate only BP with role GWEMP but still during Initial Load all Business Partners were replicated.
    Could anyone tell me how to avoid this?
    I hear it's possible to add new criteria fields to the replication object BUPA_MAIN.
    Could anyone tell me how this is done?
    Your help will be much appreciated.
    Thanks in advance!
    Angela

    Hello Angela
    Usually the settings under "Filter Condition for Business Partners Exchange with Groupware" should be enough to avoid the synchronization. With those settings all BP are filtered out except the ones with role GWEMP (Groupware Employee).
    We have the following setting in SPRO:
    BUPA     1     BUP001           X     X     
    BUPA     1     BUP003           X     X     
    BUPA     2        X     X
    BUPA     3                     X     X
    (first column empty, second and third column with X, last column empty).
    Regards
    Marco

  • Syntax for sum in Smart Form based on Selection criteria in Program.

    Hi,
    We have created smart form for printing confirmation entries in desired format. We have given some selection criteria in the program. Now, we want to do the sum of certain fields in the smart form based on selection criteria given in program and selection screen.
    But we are getting wrong sum in the smart form than expected.
    When we debug the program during run time, we are getting correct records as per our expectations. But result of sum in the out put is not as per given selection criteria.
    Do we need to establish link between "select option" and "Smart form"? How can we use internal table created for select option in the smart form?
    Thanks & regards
    Vijay

    Hi,
    There will be no option to sum the values in smartforms, You just have to sum and append the data to internal table and display the internal table data in the form.
    Regards,
    Satish

  • Add new selection in MRRL transaction

    A requirement to add additional selection field in screen shipment completion date ( vttk-daten ), how can i do this

    Hi Dattaraj,
    Go to se38 -> RMMR1MRS(program for MMRL) -> display
    Check for
    ENHANCEMENT-POINT rmmr1mrs_02 SPOTS es_rmmr1mrs STATIC.
    Create a spot...click on the spiral icon..screen changes..place cursor on ENHANCEMENT-POINT keyword of the spot mentioned...righ click -> "ehhancement implementation -> "create" -> a table control comes -> at the bottom "CREATE" button to be clicked" ...give a name and text in customer name space and save -> select the name in the table control ..you will get a space where code can be written
    Write your select-options code here..it will come on the screen
    Although you have added it here..you need to filter the same somewhere..search the program for an enhancement point  where a code can be used to filter the data before displaying on the screen
    What is mentioned above is a sample for adding to first block..if you need to add elsewhere search for the correct enhancement point to create your code....
    Reward if helpful
    Regards
    Byju

  • VL01N - add custom selection criteria

    Hi all,
    we have implemented custom batch search strategies with additional Z-tables.
    Is it possible to write custom selection criteria to the "selection criteria" in a delivery in order to have a monitoring on used restrictions?
    Any userexists/BADIS available?
    regards

    hi,
    this is to inform you that,
    In vl01n you can have it in batch selection criteria.
    please say toyour ABAPER to have a push button and assign your selection criteria.
    but this will become major development.
    Business Add-in:
    VB_BD_SELECTION : Preselection of Batches Within Batch Determination
    VB_GET_EXT_BATCHES : Access to Customer-Specific Batch Usage Data
    VB_GET_POS_PLANT : Enhancement of Automatic Site Determination in transn MB56
    VB_SLED_MANAGEMENT :Control of Shelf Life Expiration Date Processing
    BATCH_MASTER :Enhancements for Batch Master Transactions
    regards,
    balajia
    Edited by: balaji timmampalli achari on Nov 15, 2010 5:23 PM

  • Creating new selection criteria when searching for PR

    Hi,
    Need help. i want to add selection criteria when searching for a Purchase Requisition (PR).
    Currently, when u go to ME52N/ME53N, and you click on 'Other Purchase Request' then you click on F4 the following option are only available when searching for some criteria of PR.
    Purchase Requisition per Asset
    Purchase Requisition per Requirement Tracking Number
    Purchase Requisition per Services
    Purchase Requisition per Purchasing Group
    Purchase Requisition per Order
    Purchase Requisition per Cost Center
    Purchase Requisition per Material
    Purchase Requisition per Network
    Purchase Requisition per Project
    Purchase Requisition per Sales Document
    my intention to add option perhaps like :
    Purchase Requisition per Requestor (the one who created the PR)
    Purchase Requition per Short Text
    How can i achieve this? Thanks in advance.
    She

    Hi ,
    Goto OS52. Press F4.
    Enter thedevelopment class as ME.
    Select MBAN, then Enter .
    Click on Included Search Helps.
    You need add your search.
    Explain your requirement to ABAP team . They will help u in updating the search help.
    Regards
    Ramesh Ch

  • Add date (selection criteria) in MB52/MB58

    Hi friends,
    I must add date selection in selection screen of MB52. I have been creating ZMB52 but I don't know how can I add date field in selection screen.
    Also i need to add date selection in MB58.
    Can anybody help me?
    Thanks,
    Jawahar.

    hi,
    data : date2  type date.
    or u can use some standard fields
    if u r using mara table in report u can use
    data : date1 like mara-erdat.
    selection-screen : begin of block blk1 with frame title text-001.
    select-options : s_date2 for date2.
    selection-screen : end of block blk1.
    Reward with points if helpful.
    Message was edited by:
            Vinutha YV

  • Add new selection field in an infoset

    Hi everyone,
    I have a problem changing an infoset when I add an additional field. This field is added to its respective field group.
    The problem is that after generate the infoset, I go to the transaction where the querys are made and the new field created has got only a checkbox in the column 'Output', while the column 'Selection' has no checkbox.
    This only happens with this field, while the rest of the fields have two checkbox in column 'Output' and in column 'Selection'.
    ¿What can I do to make appear checkbox 'Selection' in order to make querys?
    Thanks in advance,
    Mayte

    Check this thread.... This might help you.....
    How to add selection texts in infoset?
    Regards,
    Pavan

  • Need to add new button in std program in std PF status.

    Hello Gurus,
    I have added a button +US4 in the GUI status E110 of Function group QEEM but it is not displaying in the QE51N transaction screen.
    I have activated the function code and PF status as well, still this button is not displaying.
    Can anybody please help me to display this button on the screen?

    Hi Isha,
    How did you change the the standard pf-status of the standard program. I am trying to add a function code in standard pf-status. But it is asking for the access code. Kindly tell me the process to add a component. thanks in advance.
    Thanks & Regards,
    Suresh

Maybe you are looking for

  • P965 Neo-F BIOS 1.6F

    Just got this in the e-mail 5 min. from this post.    Enjoy ! http://members.cox.net/garikfox/W723516F.rar

  • Phone book doesn't copy correctly to car kit

    Pl help. I have just bought a new 8310 and can't get the address book details to copy over into the memory of the integrated telephone kit in my Freelander. Landrover technical support tells me that the Blackberry is fully compatable with the Freelan

  • RAISE_EXCEPTION-SYSTEM_FAILURE while doing Stock CCR in background

    HI Guru , Im getting this message whenever my stocks ccr job running in background gets cancelled.. Following is the dump we get in st22 <b>ShrtText</b>     Exception condition "SYSTEM_FAILURE" raised. <b>Error analysis</b>     A RAISE statement in t

  • Importing .mov files created on a PC

    I have just switched to Mac from PC and want to import movies that I have already made when using my old PC, but iMovie doesn't seem to like them. Any sugestions?

  • Encore locks up when using the Adobe Dynamic Link to import Bluray video.

    When I try to import video into Encore by using either the Adobe Dynamic Link or by opening Encore and importing as a timeline,  Encore locks up during the "Prepare Transcode Settings" .  I have Adobe Master Suite CS5 which was a download version.  I