I want to set User-define characteristics'group in receiver in pa-cycle.

I want to set User-define characteristics'group in receiver in pa-cycle.
I want to create PA cycle.
My pa structure included User-define characteristics.
When I creat PA cycle, I want to set User-define characteristics'group in receiver in pa-cycle.
How can I do it?

I soved it using set(t-code : gs01)

Similar Messages

  • How can I set user-defined characteristics's range in pa cycle's receiver?

    I created user-defined characteristics in PA which have no check validation.
    When I create PA assessment cycle, I want to set it's range in cycle's receivers side.
    User-defined characteristics in PA which have no check validation don't have range selection function in cycle's receivers side.
    How can I set it's range in cycle's receivers side ?

    Hi,
    You can do the same by creating SETS. You can create the same from header menu at the time of entering receivers during creation of assessment cycles.
    Regards
    Hemant

  • Set user Defined Status in the Shopping Cart

    Hello,
    I am facing problem while Setting user defined Status in the shopping cart. Below are the steps which I have followed.
    1. I have created Status profile via Transaction 'BS02' and also created the Status 'On Hold' with Status number 'Exxxxx'.
    2. Entry of this external status is also created in the table TJ30.
    3. Also I tried assigning this Status profile in Transaction type for "BUS2121".
    After making the above configuration for the new User defined status I have used below function module in my program.
    I am using FM "CRM_STATUS_CHANGE_EXTERN" to set the User defined status in the shopping cart.
      CALL FUNCTION 'CRM_STATUS_CHANGE_EXTERN'
        EXPORTING
          objnr                    = ls_header-guid
          user_status          = lv_stat
        IMPORTING
          stonr                    = lv_stonr
    After this FM I am also using "COMMIT WORK AND WAIT ".
    But still my Status is not updated in the Shopping Cart.
    Expert please suggest if some one has work in this scenario.
    Best Regards,
    Chirag Shah

    Hi Chirag,
    try to initialize Status schema before update.
    CALL FUNCTION 'CRM_STATUS_OBJECT_CREATE'
         EXPORTING
           objnr                        = ls_header-guid
           obtyp                        = 'SCH'
           stsma                        = 'ZHOLD'
         EXCEPTIONS
           obtyp_invalid                = 1
           status_object_already_exists = 2
           stsma_invalid                = 3
           stsma_obtyp_invalid          = 4
           error_ocurred                = 5
           OTHERS                       = 6.
    Regards
    K

  • LMS 4.2 compliance reports for the User-Defined Policy Groups.

    Dear team,
    I need your help to know if i will be able to export compliance reports in PDF or CSV for the User-Defined Policy Groups.
    I have checkedk the reports tab and i was able to export compliance reports in PDF format inly for the system defined policies but i couldn't i find any option to export these reports for the a user defined compliance policy.
    Kindly let me know if this is possible.
    Regards,
    Muhannad

    Dears,
    Do anyone have an idea about this question?
    Regards,
    Muhannad

  • Creating User Defined Package Groups

    Hi everyone!
    I'm currently exploring/experimenting with strategies to stabilize parts of the Arch system on machines which I plan do update less frequently (I am aware of the risks and the potential difficulties associated with infrequent updates; that's why this is an experiment). It seems to me that Package Groups would be an asset which could be leveraged for a few different strategies. However, I cannot find any documentation on creating user defined package groups. Is there a way to do this? Any documentation anyone could point me to would be awesome. Thanks!

    You can compile the package yourself or change just the metadata. I think xyne had a tool for that, if only I could remember the name ...
    Edit: It's repkg https://bbs.archlinux.org/viewtopic.php?id=158970
    Edit 2: What do you need package groups for anyway? You should update the whole system rather than individual packages / groups of packages.
    Last edited by karol (2014-01-30 20:25:04)

  • I have two iphones one older iphone4 and one newer iphone5. I want to set the iphone4 as an Airplay receiver and the other iphone 5 as the sender. do you know if this is possible?

    I have two iphones one older iphone4 and one newer iphone5. I want to set the iphone4 as an Airplay receiver and the other iphone 5 as the sender. do you know if this is possible?

    Sorry. Apple's policy states that accounts cannot be merged > Frequently asked questions about Apple ID
    Contact Apple for assistance > Contacting Apple for support and service

  • CO-PA User Defined Characteristics

    Hi
    I have created several user defined characteristcs. When entering jouranls I need only two of them to be displayed and allowed for entry. At the moment all the new characteristics that I created are being displayed  under "Proft.Segment. How can I restrict it?
    Thanks

    Hi,
    Please create  Char Group in KEPA and make the two feild mandatory in it
    Then assign it to the transaction type RFBU in KE4G or to record type/trans type in KEVG2....
    Now ,  Supress all other CO objects to this GL account from the field status group in OBC4 and allow only PSG (prof segment).. Make default setting to PSG in OKB9....
    Now, system wont allow to post to this GL w/o PSG being populated and the PSG screen will not proceed w/o the two fileds.
    Regards
    Sarada

  • User defined characteristics for planning hierarchy

    Hi Experts,
    I am using flexible planning for sales planning when I define a planning hierarchy, I want to include a user defined field also.
    The requirement is like this, Planner wanted to see the cumulative sales figures of domestic and exports (Exports will be to more than one country. So I cant use countries for this).
    How can I do this?
    Request your expert advice.
    Regards

    Hi Ram,
    Thanks for the reply. Since Iam using flexible planning, I will be creating a user defined info structure. But my question is can I include a custom defined characteristic also in the hierarchy which is not available in the field catalogs for characteristics system is showing?
    If so where should I define this characteristics first before assigning to the information structure.
    Thanks & Regards
    Enrico

  • Central system Administration : User defined task groups

    Hello,
    In SolMan4.0, you can define user-task-groups (e.g. for daily system checks). The definition and processing of those tasks, works.
    But they are not visible in the overview screen of the solution.
    If there is only 1 user-defined task left, the overview does not show any open tasks
    Any idea's ?
    thx
    Steven

    Hi Udo,
    The frequency is set on 'every 3 days'.
    We are on ST-400 SP4 (SP6 is not available I guess)
    I only defined an entry in the tab 'defining User Task Groups'
    and one entry in the tab 'Assigning User Tasks'
    The user task itself is visble as 'open' in the list, but not in the overview of the systems (icon with a red + sign)
    As I work through the tasks, the red +sign changes into a green sign, at the moment that there is one user-defined task left (all the other 'sap'-tasks are 'done').
    regards
    Steven

  • How to set user defined type in binded parameter to NULL

    Hello
    I have a type in PL/SQL MY_ARRAY which is a array of VARCHAR2
    and I want to call a procedure MY_PROC in OCCI, the procedure takes MY_ARRAY as its IN parameter, but I want to set the parameter to null. How can I do that?
    "begin MY_PROC(:1); end;"
    I tried setNull(1,OCCIVECTOR), but failed. and If i use MY_PROC(null), the compiler just tells me that SELF NULL parameter not allowed or sth like this.
    any one can help me?

    Have you found a solution ? I have pretty much the same issue with passing a NULL SDO_GEOMETRY to a stored procedure and I did this with a call to setNull( paramIndex, oracle::occi::OCCIPOBJECT ) on the statement object, but it also fails with the followins error: "ORA-24360: Type Descriptor Object not specified for Object Bind/Define"

  • User Defined Characteristics for Operating Concern.

    Hi All...,
    I got the total list of characteristics from the core team for the Operating Concern.
    Now some of the characteristics are there in the possible entries or Selection Box. Where as for the rest, we have to create manually with User Defined Parameters.
    While creating the new characteristics in KEA0 with User defined option, it is not allowing me to enter the ORIGIN & CHECK TABLE, where it is taking the one default value T25**.
    Now how can I create the new characteristics….
    Regards.,
    Raja

    Hi,
    When you create the new Characteristic, just input the  Description, Short text & heading & the data type & length. When you click on save, system prompts you with a message " New check tables should be created for certain chars. 
    How should the entry of numbers for this table take place?"
    Click on Automatic and the system will populate the ABAP dictionary & the Check Table, Text Table & Text field values.
    If you create a Characteristic with reference to a SAP table, the Origin table & the Origin field values will get populated automatically. Origin is not relevant , if you select the User defined option while creating new Characteristics.
    Assign points if useful.
    Regards,

  • Set user-defined export path

    Hello,
    I'm using Crystal Reports XI.
    In older versions it was possible to define an own standard path for the export.
    In CR XI it is now always the windows folder "own documents..." How is it possible to set my own path??
    I know that the path is stored for the second and further exports, until the application is not closed.
    But for the first time it is not possible to set the path to a user-defined location? This would be very important for me, so that the user does not have to choose his preferred disk location manually.
    Regards
    Sandra

    Hi Sandra,
    This can be done by editing the registery.  Please take the backup before you edit the registery.
    Go in RunRegeditHKEY-CURRENT-USERSorftwareBusinessObjectsSuit 11.Crystal ReportsExport.  Under this option you will find ExportDirectory. Here you can change the path to save your exported file.
    Hope this will help you.
    Regards,
    Sastry

  • COPA User Defined Characteristics

    Hi Friends,
    I need to add a user defined characteristic in COPA for Internal Order Types
    Can any body guide me please if you have any guide with screen shots, I think i need to add characteristics with user defined WW>then add in Operating Concern>add condition types and then in KEDR table look up AUFK and selection to VIAUFKST.
    Can any confirm the above or guide it in the right manner if any config book is available also that would be great.

    Dear Suraj,
    I have maintained the
    a .user defined characteristic for Order Type
    b. Added in the Operating Concern and Regenerated it
    c. Added Derivation rule thru table look up for Order Type
    Should i do any further steps (In CO-PA) for a CO-PA document related to Internal Orders to be generated thru billing cycle or i m fine with the steps i have done.
    Pls let me know
    Thanks a lot for your help
    Ravi.

  • How to set user defined type ( SDO_GEOMETRY ) in binded parameter to NULL

    I am trying to send a null sdo_geometry object as parameter to a stored procedure by a call to setNull( paramIndex, oracle::occi::OCCIPOBJECT ) on the statement object, but I am getting the following error: "ORA-24360: Type Descriptor Object not specified for Object Bind/Define".
    Does anybody succeded to send a NULL user defined object to a stored procedure ?
    Many thanks,
    Andrei

    This is a problem fixed in 10.2. As a workaround you can try :-
    sdo_geometry *obj = new sdo_geometry();
    obj->setNull();
    stmt->setObject(col,obj);
    Thanks,
    Shankar

  • About Setting - User Defined Fields

    Hi everyone:
    Well let me introduce a little of what i've been doing, at first i had this addon running just to satisfy some clients requirements, but now the requirements are different from one to another so i need to build an standard of it, for that do you know where or which is the table that saves the information contained on the form Settings- User Defined Fields? (for an specific form) where i found how the categories (CUDC) are settled to the _User fields of every form etc.
    hope anyone knows about this.
    thanks a lot
    Gabriela

    Hi
    Look at table CUFD and UFD1 for the info you are looking for.
    Hope this helps

Maybe you are looking for