Additional attributes for APO data objects

Hi,
In order to provide some be-spoke functionality I have a need to extend some APO data objects with additional attributes. This includes: resource, PPM, Order. For all I have identified that I cannot use exisiting fields, therefore my aim would be to add new attributes (either directly or via reference Z-table).
I have two questions:
1. What's the easiest way to extended above objects with additional attributes?
2. Is there a ways to have those additional fields visible for edition from a standard transactions, eg.: /SAPAPO/SCC03, /SAPAPO/RES01, /SAPAPO/RRP5?
Note: I'm interfacing with non-SAP ERP therefore CIF is not in use, while I see set of BAdis for master data inbound processing. Is this something I could use?
Thanks,
Mrx

Hi,
As you mentioned, the add. att. are time dependent, it is good to enhance the
0EMPLOYEE structure to handle not only the Master data attribs but also the
time dependent add. attributes..which would be executed along with the Master data chain even after the imp.
Hope this helps..
assign points if useful..
Cheers,
Pattan.

Similar Messages

  • What is tcode for apo  data sources?

    hi friends,
    ple let me know what is the transaction code we use for apo data sources, can we create any customized data sources for apo.
    Thanking u
    suneel.

    hi Suneel,
    before you can get the standard business content datasource,
    you have to install first Plug-in PI in source system side, this is basis job,
    then you can transfer the datasource with RSA5, and activated datasource can be seen with RSA6.
    to create own datasource RSO2 can be used, for APO we can generate datasource from planning area, use transaction mentioned before.
    please check also the links in your other postings.
    hope this helps.

  • How to load data for attribute of Master Data Object from PSA

    Hi Experts,
    I have a Master data Object, 0Equipment.
    I loaded data to PSA from R/3.
    I am able to see records for Zxxx field in PSA.
    I have added a new mapping object Zxxx in BW.
    But, when I loaded the data from PSA to Master Data Object, 0Equipment,
    I am not able to see records for Zxxx which is an attribute of 0Equipment.
    I do see the records for rest of the attributes of this Master Data Object.
    I tried deleting and reloading the data
    and treid to check attribute change run
    Please let me know if I am missing something in loading the Master Data from PSA

    Jr Roberto,
    I checked all the records in Maintain Master Data and did set the Zxxx Not Equal To Blank.
    No data for Zxxx InfoObject, eventhough there is data in the corresponding field in PSA.
    I did 1:1 mapping.
    Need help

  • Direct and Flexible loading for  Attributes for a Info-object?

    Dear all,
          Is it possible to have both Direct and Flexible update for  Attributes of an Info-object from two different data sources from the same source system(R/3)  . The reason being that the first data source can not be extended in R/3.
    When this scenario is tried For Flexible loading The data loading  is not successful in BW.No errors/dumps found.
    Regards,
    Amu

    In this case I start and activate the whole data flow again to hopefully get an error message. If this still has no success I'd open an OSS message. Even if you have made a mistake you should get an error message somewhere.
    Some other places you might check:
    SM50 to see if the job is still running
    DB02 to see DB locks and tablespace problems
    Best regards
       Dirk

  • Multiple datasource for Master data object

    I need to enhance Customer master data with few attributes.
    can i have a ztable with the fields needed and can i link this via a generic datasource to Customer master data ?
    Can a master info objecte get data from more than one data sources?

    hi,
    in case the additional attributes are based on certain conditional fields present in another datasource then both datasources can be used .The data can be brought to respective write optimized DSOs and then linked through suitable routine.
    Edited by: dpabaskar on Mar 14, 2011 10:38 AM

  • Additional attributes for TREX

    hi,
    we want to add additional attributes during the catalog replication. We are running CRM 5.0 and TREX 7.1.
    Does any restriction regarding the length of the attribute values exists? As far as I can see, we can only use strings with the length of 64 characters.
    Regards
    Michael

    Hi Michael,
    You're right, when you implement additional attributes on the TREX, the value of the attributes is broken into parts, where each part contains not more than 64 characters, which are separated by a special character( in between them.
    This can be eliminated by the implementation of an SNote - 1005135 - Replication problems when pcat text exceeds 128 characters.
    However, as Sateesh has rightly said, maintaining each additional attribute as an additional text type in the PCAT_ITM or PCAT_HDR text objects is a better solution in terms of data maintenance and consistency. Further, you must plan the introduction of these additional attributes, as each addition would require an initial replication of the product catalog.
    Hope this helps.
    Thanks & Regards,
    Nelson S Raj

  • Additional attributes for requester and approver

    Hi,
    I have a scenario:
    1.Requester should raise the request to assign the role for beneficiary and requester should select 'Valid from' and 'valid till' (valid from and valid till are additonal attributes)
    2. Approver will reivew the request and should be able to change the 'valid from' and 'valid till' dates ( role active dates )
    I have changed the 'AssignRolesDataset.xml' to display the additionals attributes for approver task by making 'approver-only'.
    Can I add addtionals attributes for requester ? Can the requester additional attributes values will visible to approver to review and change?
    These Additional attributes stores in which table?
    Can any one Please guide me here.
    Thanks
    gr

    Hi,
    I have created the 'AssignRolesDataset.xml' as below and imported successfully in oim (purged also), but not able to see the additonal attributes when I raise the request from self service and select the 'Assign Roles' , also not able to see the attributes with approver.
    AssignRolesDataset.xml
    <request-data-set xmlns="http://www.oracle.com/schema/oim/request" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.oracle.com/schema/oim/request" name="AssignRolesDataset" entity="Role" operation="ASSIGN">
    <DataSetValidator name="CreateUserDataValidator" classname="oracle.iam.requestactions.plugins.datavalidator.CreateUserDataValidator"/>
    <AttributeReference name="RoleActiveFrom" attr-ref="RoleActiveFrom" type="Date" length="30" widget="date" read-only="true"/>
    <AttributeReference name="RoleActiveTo" attr-ref="RoleActiveTo" type="Date" length="30" widget="date" required="true"/>
    </request-data-set>
    Please correct me here.
    Thanks
    Gr

  • Build field catalog for dynamic data objects

    Hi
    Could you please tell me how to build a field catalog (ooops alv)  for an internal table which is a dynamic data object.
      TYPES: BEGIN OF t_addsubty,
             subty TYPE subty,
             pernr TYPE persno,
             END OF t_addsubty.
      TYPES: ty_addsubty type t_addsubty occurs 1.
    i have data object using these
            CREATE DATA dref3 TYPE (g_type1).
            ASSIGN dref3->* TO <fs_dp>.
    where g_type1 refers a data type which i defined in the program. g_type1 = ty_addsubty. 
    now <fs_dp> refers to an internal table.
    now i want to build a field catalog for this internal table.
    In my program <fs_dp> structure is not always the same. i.e now it is ty_addsubty but for some other conditions the structure is different.
    please help me out.
    regards
    badri

    Here some piece of code, which shows how it works:
    <SNIP>
    type-pools:
         abap.
    DATA:
      lr_tabledescr          TYPE REF TO cl_abap_tabledescr,
      lr_structdescr     TYPE REF TO cl_abap_structdescr.
    field-symbols:
      <lw_component>     type abap_compdescr_tab.
    TYPES:
         BEGIN OF t_addsubty,
              subty TYPE subty,
              pernr TYPE persno,
         END OF t_addsubty.
    TYPES:
         ty_addsubty type t_addsubty occurs 1.
    CREATE DATA dref3 TYPE (g_type1).
    ASSIGN dref3->* TO <fs_dp>.
    lr_tabledescr ?= cl_abap_tabledescr=>describe_by_data( <fs_dp> ).
    assert condition lr_tabledescr is bound.
    lr_structdescr ?= lr_tabledescr->get_table_line_type( ).
    loop at lr_structdescr->components assigning <lw_component>.
    *     do whatever you want with the information about
    *     the components of the structure
    endloop.
    </SNIP>
    Do not forget to reward points...

  • Load Failure for Master Data object

    Dear Sdns,
                        Am doing daily master data loading for VENODR_ATTR master data object.... Am loading it through DELTA Update.... I got an error in Status Tab.
    rror message from the source system
    Diagnosis
    An error occurred in the source system.
    System response
    Caller 09 contains an error message.
    Further analysis:
    The error occurred in Service API .
    Refer to the error message.
    Procedure
    How you remove the error depends on the error message.
    Note
    If the source system is a Client Workstation, then it is possible that the file that you wanted to load was being edited at the time of the data request. Make sure that the file is in the specified directory, that it is not being processed at the moment, and restart the request.
    The Error Message is : - Update mode R is not supported by the extraction API.The application program for the extraction of the data was called using  
    update mode R . However, this is not supported by the InfoSource.        
    Kindly Help me if any of the Snd people might have face this kind of problem...
    Answering Getz Appreciated,
    Warm Regards,
    Aluri

    Hi Aluri,
    The file might be used or being edited by some other person when you are doing the delta.
    CHeck the source system connection @ AWB.activate it.
    Follow these steps
    1. Activate transfer rules for data source in source system.
    2. Activate the ODS
    3. Activate the update rules (ods to ods and also ods to cube)
    5. Right-click at the ODS, choose 'Generate Export Data Source'
    6. Replicate the data source
    7.se38---->RS_TRANSTRU_ACTIVATE_ALL for source system .
    Then start data loading again.
    Hope this helps.
    Assign points if useful.
    Thanks & Regards,
    Bindu

  • Need to retrieve additional attributes for roles and users

    Hello
    We need to access some attributes for our application. This information is not accessible through the core API. The attributes we need are as follows
    User Account
         Password locked
                    Date account locked last
              Account locked last by
              Date account last unlocked
              Account last unlocked by
              Reason for last account unlock
    Roles
              Created By
              Person Responsible
              Changed By
    I know we can access this attributes using the IPCDAttribute. What i want to know are the namespaces and the corresponding attribute names. Could anybody point me in right direction? I have seen that IUserAccount API has a method called isPasswordLocked() which should return me the locked information, but i cannot access that method in the java code.
    Any help is very much appreciated.
    Regards
    Kalpesh
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:10 PM
    Edited by: Kalpesh Shirodker on Aug 5, 2008 3:11 PM

    Hi Apurva,
    This Srini, i need your help for Leave Encashment workflow Approval Process in 3levels of approval.
    r u worked on same proceed for that. i can see the your posted on 5 months back in sdn.
    i can implement the bidi. how to determine agent 3 levels and how to link to workflow template and which workflow step types are using one by one tell me.
    Please i need your help leave encashment approval process. plz give me u r GMAIL ID.
    Regards
    MSR

  • Transient attribute for a view object coming from a socket

    Hello,
    I'd like to create a readonly table (based on a view object without a backing entity).
    Some columns are coming from a table and some other columns (based on the table key) are coming from a socket.
    The problems is that the additional columns are all returned at once by the socket (to avoid calling it for every field and killing our network) and then stored in a java bean.
    So i'd like to make the call to the socket once for every row of the table.
    Do you know in which method of the View object should i make the call (maybe I should do this at the Row level ?)
    Do you have any idea ?
    thank you
    -regards.

    Hi,
    you can try the follwing
    In the bindings of your jspx page you can see iterators defined under "executables". set the "*CacheResults*" property of the specific view object iterator that contains the transient attribute to false.(The default value is true).
    Example:
    <iterator Binds="EditWorkflowNodesView1" RangeSize="25"
    DataControl="AdministratorAppModuleDataControl"
    id="EditWorkflowNodesView1Iterator" CacheResults="false"/>
    Regards,
    Priya.

  • Well formed WSDL document for matrix data object

    We are not having any success in passing a matrix (row / column) data into Xcelsius using  Web Services.  We can pass a string 'vector', one dimensional but can't figure out how to get a matrix of data into Xcelsius.  It appears that Xcelsius is very particular about the formation / format of the WSDL. 
    Does anyone out there have some well-formed / working WSDL examples that they can pass along?  How about pointing us towards some documentation that would help us?  Hints?
    Thanks in advance for your consideration!

    I too am having some trouble finding the right format in which to pass external query results to Xcelsius from web services.
    It doesn't accept datasets or datatables it seems, possibly because of the default data typing in the generated XML schema? Can anyone comment on that?
    I have however found that i can build a custom class structure composed of several arrays (one for each column of data in my results). If the web service returns an object using my class, Xcelsius seems ok with it.
    Eg (pseudo-code):
    class myClass (
    counts() as int
    dates() as datetime
    categories() as string
    Take your external query results, parse them into the relevant arrays, and return the class object. Xcelsius seems to consume it ok.
    Trouble is, to change the fields your external query returns means altering the class structure etc. If nothing changes much, then it could be ok.
    Not an ideal solution, but might help - let me know how you get on.

  • Comapring two Calender Objects  for same Date object

    hi,
    I am having problem with Comparing two Calender Objects which is having same Date value but time stamp is not same.when i printed as Calender.getTime()---->i found them as.
    Cal1----->Wed Feb 28 20:26:29 IST 2007
    Cal2------>Wed Feb 28 00:00:00 IST 2007
    Now the method:
    While(Cal1.getTime().compareTo(Cal2.getTime()) ==0 ) is Evaluating false.
    i dont want to be concerned with time stamp.i want condition to be true.
    Please help me .thx in advance.
    Cheers
    Akash

    My comment was directed at the fact that you gave the same answer I did, only faster. There is no other way I am aware of that will be any quicker. Of course, that is looking at a small piece of code out of context, so there may well be a better way.
    ~Tim
    Message was edited by:
    SomeoneElse

  • Selfmade Attribute for Expire-Date

    hello all,
    i have a selfmade attribute which contains a date. now i want that this attribute is the exprie-date. i can not use the default-attribute, because we need this selfmade attribute on many ohter places.
    the problem is, how can i define, that my selfmade attribute is the expire-date? or is there a (from oracle supported) way to set the expire-date manually? does someone know a solution or have an idea?
    best regards.....RRR

    hi james,
    i thin k you can do it in su01 logon data tab--->valid through (in validity period).
    Hope this will help you.
    Thanks,
    Tanmaya

  • Need additional security for schema data

    Hi All,
    I am using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0.
    Our client want to secure there data at schema level.
    Suppose even though i logging to schema by providing the userid and password the data should not be visible until i provide with some more verification like one more password or something like this.
    Please if anybody have idea of such scenario please share with me.
    Thanks
    Jamsher

    That kind of security needs to be implemented on the application level. If the client logs on from the command line tools like sql*plus, there is nothing like a dual log-in which is going to be there . Yes, you can use FGAC to restrict the data based on some business rules if you want but whether that's what your client needs, you need to clarify .
    Aman....

Maybe you are looking for