Regarding attribute FORWARD_WI

Hi,
I want to avoid the approval workitems sent as mail to a particular user.
The FORWARD_WI is set to 'X' in the Purchasing Org. So the attribute is inherited to the user.  is it ok if I check 'excluded' of the attribute in the user to avoid mails to him?
Thanks in advance.
Regards
Ramesh.

Hi. If you add it again at that level and exclude it should work as you want it to.
Alternatively, you could go to table T77OMATTR and change how the inheritance works for that attribute.
If you change it to "Local values overwrite inherited values" you can actually change it at the lower level.
Regards,
Dave.

Similar Messages

  • Hi regarding the change of attribute 'forward_wi' to 'X'

    hi
    Any one please tell me how to set the 'forward_wi' attribute to 'X' when it is set as ' ' ,when i run the mail send program RSWUWFMLEC. Is there any Function module to change the attribute.

    Hi Saisri,
    Welcome.
    your question is not clear.even though i am providing some solution. i hopwe it may help u. if not reply me.
    FORWARD_WI
    Flag: Forward work item
    Example value: X
    Indicator: Specifies whether work items are to be forwarded as e-mails.
    RSWUWFMLEC selects work items and creates emails based on those work items.
    The emails are sent to the mail server by RSCONN01.
    If you are not getting any emails then either:
    Your variant/parameters for RSWUWFMLEC are incorrect
    Your user attribute settings are incorrect - i.e. there is no-one found
    with
    the attribute FORWARD_WI = 'X' and a valid EBP email address
    There have been no new work items in READY status created since the last
    job run
    You have no sender email address for the userid that executes RSWUWFMLEC
    RSCONN01 hasn't run since the last run of RSWUWFMLEC - I assume you've
    eliminated this issue.
    Running RSWUWFMLEC with the option Log = All will clarify if any of the
    other conditions are stopping you from getting the mails.
    If the mails are being created then you will see them in transaction SOST
    along with any messages if the send to mail server has failed, e.g. if the
    email addresses used are incorrect.
    If you want to set a common pattern to the email address for everyone then
    use transaction SO16.
    thanks
    karthik

  • Regarding attribute change runs in process chains

    Hi All,
    While creating process chain for master data objects. I am trying to incorporate attribute change run process type for an info object. But the system asks for the DTP of the attribute and when i choose the DTP then both DTP and then Attribute are being incorporated. This is not exactly a problem but i need to understand why it is happening as i am already using that DTP to load data. Will this affect the data in master data object?. Thanks in advance.
    regards
    satish

    Hi Bhagyarekha,
    The reason behind that error could be:
    An attempt is made to activate a characteristic whose compounding was replaced and whose navigation attributes were simultaneously deleted. The replacement of the compounding temporarily deletes the M view of the characteristic during internal activation. The process of deleting navigation attributes involves converting the attribute SID tables. However, the M-view of the characteristic, which has just been deleted, is needed for this conversion.
    Check this SAP Note:
    Note 684405 - Replacing the compounding and deleting navigation attr.
    Hope it helps.
    Veerendra.

  • Regarding Attribute Change Run failure.

    Dear All,
    We have a process chain which contains many meta chains.
    Now in each chain i mean meta chain there are attribute change runs
    We have desegregated the attribute change run. is tere any method to place a check for attribute change run locks because at the last i have another attribute change run which is failing every day because of the attribute change run is still happenign in some chain.
    how do i implement it?
    Thanks in advance
    Janardhan Kumar.

    Hi Janardhan,
    In master data process chain where you have added process of attribute change, just insert a program before this process:
    The program is: RSDDS_CHANGERUN_MONITOR
    This program will check for any another attr change run running at that time and if there's any other attr change run runnning locking the object which your next attr change run requires then this program will not allow your attr change run to run.
    Once all the locks all cleared for attr change run it will trigger the next node.
    This program has a do loop which keeps on checking until unless locks are cleared.
    Regards,
    Vij

  • Regarding attributes of 0Sold_To

    Hi,
    I am having an issue regarding Customer InfoCube(0SD_C01). In this cube I need Plant details. This cube consists of Sold-to party which consists of Plant as attribute. But in the BEx output I am receiving # values for the Plant values. How to display the plant attribute details???
    Regards
    Jay

    Hi Jay,
    Sold to party must be the reference characteristic of 0customer. check in infoobject change screen. To see the master data in reports, you need to maintain the master data in this refernce characteristic. If you load data for 0customer, you will automatically get it for sold to party.
    Regards,
    Wrush

  • Regarding attribute set

    Hi experts,
    I have attribute name (CRM-Markrting-Attribute Name ) from Table CABN , i want to get corressponding Attribute Set.
    please specify the table or FM for this.
    thanks and regards
    Subba.

    Hi,
      Can u check with FM" CRM_MKTBP_CHANGE_BP "
    This is for Business partner.
    Also check out function moduels in function group
    CRM_MKTBP_DB. This contains many FM to read/assign marketing attribute set to BP.
    Regards.

  • Regarding Attribute Change Run in Bi 7.0 version

    Hi Experts,
    Recently i tried to execute the
    ACR using the program " rsdds_aggregates _maintain" in bi 7.0
    But it showed the message the program does not exist in status bar.
    Recently our project has upgraded to 7.0 .
    Is there any other program for ACR in bi 7.0 ?

    Hi,
    The same program is available in BI 7.0.
    Please check the same in SE38 Transaction.
    Regards,
    Nitin Pardeshi

  • Query regarding attributes in web application

    Hi Forum,
    1. We have Session Attributes which are available through out the session for an user in web application. These can be set by session.setAttributes and can be accessible by session.getAttributes in application either in JSP or Java Class
    2. Then we have request paramaters which are available in request just like session variables they are accessible.
    I wanted to know that ,is there any method through which the attributes can be set or retrieved through out the application(in JSP and Java class both) for every user?Unlike session variables, they disappear after session invalidates.
    Nitin

    Please don't repost/crosspost the same question over all places. That question is already answered before: [http://forum.java.sun.com/thread.jspa?threadID=5309515]. I also already answered your doubleposted question before: [http://forum.java.sun.com/thread.jspa?threadID=5309848]. If you don't understand it, please respond so instead of brainlessly posting a new topic. Your crosspost is also already answered: [http://forum.java.sun.com/thread.jspa?threadID=5310907].

  • Query regarding attributes v/s properties.

    1.) Can we use properties as attributes in Java objects instead
    of instance or static variables?
    2) If so,what are the advantages of using properties?
    3) Can you please give me an example of using properties as attributes
    in a Java class?
    Thanks,

    I am looking into a 3rd party code.This object is using marker interfaces as properties and using getter and setters.
    public class Aim
         public enum Property implements PropertyInterface {
              LOCATION;          
           public SortedSet<Location> setLocations(SortedSet<Location> locations) {
           public SortedSet<Location> getLocations() {
    }Location is an object by itself.
    I was wondering about the why this style is being used?

  • Regarding attributes

    Hi
    i have 2 questions
    1) in char update rules we have MASTER DATA ATTRIBUTE OF ,when we use this what happns and how the data will be loaded ie ,record by record or data package by package or all data at once.
    2) when the load is taking more time ,how do we debug,what is the first step we do.
    how do we debug the failed load.
    normally what is the procedure to check/debug  when a loading process is taking more time
    points will be assigned

    Hi,
    You use master data attribute of" option in the Update Rules  when the value of the characteristic is not available from the datasource fields..but it is a master-data attribute of one of the infoobjects present in the communication structure..
    in such case..use this option..
    example..u required contract-account in the cube..but it isnt available from datasource..but contract is present in datasource..and contract account is a master data attribute of contract..
    so this option will be used while creating update rule for contract account infoobject...MDA of (contract)..
    For your second part,
    there may be lot of options which may cause loading to take time.
    If you are loading in cubes, try and fit in chars in proper dimesnions. debugging comes into play if you have wriiten start routine or object level routines in the transfer rules or update rules. For debugging simply write BREAKPOINT, where you want the code to stop so that you can analyse.
    Hope this helps.
    thanks,
    rahul

  • Error - The attributes for user could not be determined

    When I login as a Buyer (with role ZTSX_EC_BBP_PURCHASER - copy of SAP_EC_BBP_PURCHASER), I get the foll. error while trying to Process Purchase Orders:
    The attributes for user could not be determined
    It does not happen on other transactions (like Sourcing or Issue POs).
    The buyer is in the org. plan and I have checked the attributes and they seem ok.
    What could be the issue ???
    Thanks
    -Bakulesh

    Hi
    <b>Please go through these links -></b>
    The attributes for user could not be determined --
    'Error in writing attributes' when using function tab
    Company code for system missing in user attributes
    BBP_POC not working in SRM 5.0
    Re: urgent: regarding ATTRIBUTES
    Regards
    - Atul

  • How to push Texts along with attributes to MDM

    Hi All! There are lot of information how to push data to MDM via OHD. But all of that is regarding Attributes(and it works fine). Anybody knows how to push Texts data along with attributes?

    Hi,
    Refer https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b01e4269-f744-2b10-929b-fa7b49aac540
    Hope it helps.
    Thanks,
    Minaz

  • Custom attributes in vendor group

    Hi,
    I am unable to see custom Attributes after upgrading from SRM 3.0 to SRM 5.0
    As per SRM 5.0 the vendor root is visible now in PPOMV_BBP.
    As per post upgrade document if we register custom attribute in T77OMATTOT then the attributes should be visible in PPOMV_BBP
    Still the attributes are not visible in PPOMV_BBP
    can anyone suggest on the same
    Helpful aswers will be rewarded.
    Thanks
    jayesh

    Hi
    T77OMATTR is the main table.
    Please have a look in the other tables as well.
    T77OMATDIR   General Attribute Maintenance: Change Information          
    T77OMATGT    Attributes of General Tree-Overview Object                 
    T77OMATGTC   Attributes of General Tree-Overview Object                 
    T77OMATTDB   General Attribute Maintenance: Help Indices for Attributes 
    T77OMATTIX   General Attribute Maintenance: Index Analysis              
    T77OMATTOT   Gen. Attribute Maintenance:Attributes per Obj.Type/Scenario
    T77OMATTR    General Attribute Maintenance: Definition of Attributes    
    T77OMATTRT   General Attribute Maintenance: Text Tables for Attributes  
    T77OMATTSC   General Attribute Maintenance: Application Scenarios       
    T77OMATTST   General Attribute Maintenance: Texts on Scenarios          
    T77OMATTUS   General Attribute Maintenance: Attributes per Scenario    
    <b>Other useful links -></b>
    <u>Looking up Org. Paln Attributes
    Re: Creating a new custom attributes in org structure
    Re: The attributes for user could not be determined --
    Re: Attributes dropdown list empty in settings (SRM 5.0)
    urgent: regarding ATTRIBUTES</u>
    Regards
    - Atul

  • BWonHANA: Attribute Change Runs (ACR)

    Dear all,
    I have a question regarding Attribute Change Runs (ACR) in BW system running on HANA.
    According document: Attribute Change Run it suggests that ACR may not be needed in BW running on HANA DB. However I'm looking for some experience in this topic. So is ACR needed? If so does it run faster comparing to legacy DB?
    thank you
    m./

    Hi Martin,
    go through below thread for existing experience:
    Program to run Attribute Change run
    Attribute Change Run – Strategies and Parameters
    Attribute Change Run concepts - SAP NetWeaver Business Warehouse - SCN Wiki
    LET'S BE BETTER IN SAP BI: Why Attribute Change Run in SAP BI 7.0 is required?
    Regards,
    V Srinivasan

  • Deleting inherited attribute using FM 'BBP_UPDATE_ATTRIBUTES'

    Hi Forum,
    I am trying to delete one value for attribute CAT using FM BBP_UPDATE_ATTRIBUTE , this attribute value is Inherited but I am unable to delete it.
    I tried this:
    1. Set the inherited flag to space using the same FM (in PPOSA_BBP I can see that inherited checkbox is not checked now)
    2. Try deleting the attribute using same FM (now the inherited flag is SET in PPOSA_BBP instead of deleting the attribute value)
    Is it not possible to delete inherited attribute or set inherited to space in PPOSA_BBP using BBP_UPDATE_ATTRIBUTES FM ?
    Another query is in this FM only USER_ID_P and ORGUNIT_ID_P are import parameters, how can we update attributes of a POSITION using the FM?
    Thanks,
    Anubhav

    Hello Anubhav,
    Inheritance between objects cannot be managed by any function module.
    Even if it can be done with a function module i don't know, it will be overwritten by your current customizing ( OOATTRCUST transaction) for attribute CAT.
    Regarding attributes update for positions, did you try with import parameter IS_OBJECT (OTYPE = 'S' and OBJID = position ID) ?
    Regards.
    Laurent.

Maybe you are looking for

  • Oracle db 11.1.0.6  installation on a linux 64 bit machine failed

    This only happens with silent install. The GUI installation steps were fine. Would appreciate your help. Many thanks. # An unexpected error has been detected by HotSpot Virtual Machine: # SIGSEGV (0xb) at pc=0x0000002a959378a4, pid=6689, tid=18289425

  • Legal Requirement to include GST in Purchase Order Output Australia?

    Hello, I am currently implementing in Australia and I need to know if it is mandatory to include GST in outputs of purchase orders ? If it is, can anyone give me a link to a document that describes that this is a legal requirement for Australia? rgds

  • Filters in the aggregation level

    Hello I use IP 7.0. I set up a filter in the aggregation level (Calendar month between 05.2007 and 07.2007). But this filter is not taken into account when I run the query? Why?

  • HANA Migration issue

    Hello All, Need some advice with our HANA migration from DB2 to HANA SP7 using Classical migration with SWPM. Our migration export and import are not in parallel. Test runs of export was 14 hours and import (migration monitor time) was about 8 hours.

  • Laxman Reddi

    Dear sir, 1).   How to delete repeated tax codes in sap business one 2007 B. I have delete some tax codes but when i delete some tax codes one error will come in to picture that error is Cannot delete current tax code   [Message 51-7]. plz tell me ho