Error in creating New Data Structures

Hi Gurus,
I tried creating new data structure in the R3 server using RSO2. I was planning to use the Purchasing Table (EKBE). But when I tried saving the structure this error occured/showed.
Invalid Extract sturcture template EKBE of Datasource MM_EKBE
Diagnosis:
You have tried to generate an extract structure with template structure EKBE. This was not successful, because the template structure references quantity or currency fields, for example the field name MENGE from another table.
Procedure:
Generate a view or a DDIC structure based on the template structure, which does not contain the unstupported fields.
- I have no idea what the problem is and what i should do based on the procedure. If anyone can help it would be much appreciated. Thank you in advance
- KIT

Hi Kristian,
The table EKBE has quantity and currency field refernceing field from other table to define them.
You need to include these refenced filed in the structure you add in the data source as the template.
To do this create a custom dictionary object view.
In the view include the refernce currency and quantity field from the reference table.
Also create a join between EKBE and the refernece table using the data elements that are the same.
For example, for quantity key figures in EKBE the unit of measure would be sourced by menge from MARA.
So you need to have table MARA included in the view.
The join would be on the material in EKBE and material in MARA.
You will find reference quantity and currency tab in the table definition in the Reference currency/quantity tab in the table definition.
You need to do this for all your quantity and currency references.
Once that is done use the ZVIEW to create your data source.
Hope it helps,
Best regards,
Sunmit.

Similar Messages

  • Bank Analyzer - Error while creating the Position Structure

    Hi,
    We are implementing Bank Analyzer 6.0 and Implementing Financial Instrument and Financial Transaction.
    We facing an Error while creating the Position Structure,
    Error Message: Status of structure S40CURRACC is "New"
    Anyone has an idea how to fix this?
    Thank you,
    John Crawford

    Hi,
    1.Run Transaction - /BA1/F0_SGS_START
    2.Entered the name of the structure and try to "activate". 
    3.It will get Active without any inconsistency.
    Regards
    Phani

  • What is the new data structure for .RTM files in LV8?

    We have software that translates our LV
    program to another language.  Part of that software package reads RTM
    files, decodes them, replaces text, and resaves them.  That code is
    broken for menus that are saved in LV8+, however.  What is the new data
    structure?
    The simple attached zip file has vi's which
    are not ours but serve to illustrate the point.  If it's run on an
    older RTM file, it correctly outputs and XML version of it, on newer
    RTM files it just throws an error.
    -- This is the second time I posted this.  I was curious what the Solution? icon did on somebody elses post and I apparently marked the whole thread as solved (there should really be an undo on that feature btw --
    Attachments:
    RunTime_Menu_to_XML.zip ‏33 KB

    Hi Thomas,
     What error are you getting when running the program?  I was actually able to run it without errors in LV 8.6.  
    There are ways to programmatically read and customize RTM files in LabVIEW.  I hope that the following links will help:
    http://zone.ni.com/reference/en-XX/help/371361B-01/lvhowto/customizing_shortcut_menus_programm/
    http://digital.ni.com/public.nsf/allkb/17803AA31C8C07C986256CFD0080D609?OpenDocument
    Cheers, 
    Marti C
    Applications Engineer
    National Instruments
    NI Medical

  • Authorization Issue on creating New Data Source

    Hi Experts,
       We met several issues after we upgrade one of our BW system from 3.5 to BI 7.0.
       We have a customized role for our BW developer which name is SYN:BC_USER_FOR_BWDEVELOPER. When we assign this role to the users, the users should have access to create new data source, create/change on ODS,  infocube, infobjects,etc. The developers also need access transformation roles and BEX Web Templates.
       After we upgrade our BW system from 3.5 to BI7.0. All the access has been denied. Then I tried to added many authorization objects in the developer role, then the developer role can access all the data source except transformation rules.
      The following is the authorization objects which I have added:
    S_RS_BCS  
    S_RS_BITM
    S_RS_COMP
    S_RS_COMP1
    S_RS_CTT
    S_RS_ERPT
    S_RS_HIER
    S_RS_ICBE
    S_RS_IOBJ
    S_RS_IOMAD
    S_RS_ISET
    S_RS_ISOUR
    S_RS_ISRUM
    S_RS_THJT
    S_RS_TOOLS
    S_RS_UOM.
    S_RS_DS
    S_RS_ISNEW
    S_RS_DTP
    S_RS_TR
    S_RS_PC
    S_RS_OHDST
    S_RS_DAS
    S_RS_BTMP.
      I am not sure whether there are any other authorization objects or sth should be added to the developer role, could you give me some suggestions?
    Thanks,

    When i execute create transformation rules with the account which already have bw_all role, the system shows you have no authorization.
    The following is the error after i execute /nsu53:
    Authorization check failed.
    Authorization Obj. S_RS_TR Data Warehousing Workbench -Transformation
      Object Class RS Business Information Warehouse
       Activity                                03
       Source                                 ZM_SUM
       Target                                   ZWHYTEST
       Subtype of the Source            ‘ ’
       Subtype of the Target             ‘ ’
       Type of Source                      ODSO
       Type of Target                       TRCS
    -fran

  • Unable to Create New Data Model

    Hello all,
    I have been using BI publisher 11g for sometime but at best can be treated as a newbie. I was able to create New data models, reports, layouts etc till sometime ago.
    Now when I try to create a New Data Model I get an error message saying
    Unable to load ~weblogic/usr/temp/xxxxxxxx.xdm
    I click on Ok and create my data set using the SQL query.
    Now when I try to generate a sample xml I get the following error message:
    org.xml.sax.SAXParseException: : XML-20108: (Fatal Error) Start of root element expected.
    I understand something has changed in the server but I cannot pin point what and where.
    Any help will be highly appreciated.....
    Thanks,
    Geetesh

    The JDK/Java that ODI using should be 64bit if ODI 11.1.1.6 is 64 bit.   (I think JDK 1.6 is recommended for this ODI version)
    Also, for which technology you are creating a data server ? and what error message you are getting while creating it ?
    Thanks,
    Santy.

  • Error while creating new user in Oracle 11i EBS

    I am getting following error while creating new user. How solve this issue?
    “Unable to load java class % specified profile option SIGNON_PASSWORD_CUSTOM. Please verify that the class exists and that it implements the java interface oracle.apps.fnd.security.PasswordValidation”.

    Following is the text from Note for Custom Password Validation logic:
    Customers who wish to use their own password validation logic may do
      so by writing their own Java classes that implement the
      oracle.apps.fnd.security.PasswordValidation Java interface.  The
      interface requires 3 methods to be implemented:
      1) public boolean validate(String user, String password)
        - This method takes a username and password, and then returns true
      or false, indicating whether the user's password is valid or invalid,
      respectively.
      2) public String getErrorStackMessageName()
        - This method returns the name of the message to display when the
      user's password is deemed invalid (i.e., the validate() method returns
      false).
      3) public String getErrorStackApplicationName()
        - This method returns the application shortname for the
      aforementioned error message.
      After writing the Java class to perform customized password
      validation, the customer must then set the value of the profile option
      SIGNON_PASSWORD_CUSTOM to be the full name of the class.  If, for
      example, the name of the Java class is
      oracle.apps.fnd.security.AppsPasswordValidation, then the value of the
      SIGNON_PASSWORD_CUSTOM profile option must be
      oracle.apps.fnd.security.AppsPasswordValidation.  Note that AOL/J
      will attempt to load this class dynamically.  Hence it is necessary to
      make the class accessible by AOL/J.  This means that in Forms, the
      class must first be loaded into the database using the loadjava
      command.
    You will need to apply the following patches for 11.5.1:
       1344802
       1363919
       1472974
       1351004
       1377615
    You will need to apply the following patches for 11.5.2:
       1377615

  • Portal Runtime Error while creating  new system in portal content

    Hi
      Can anyone  solve my problem, i am geting error while creating new system in p ortal content
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.templateSelection
    Component Name : com.sap.portal.admin.templateselectionwizard.default
    com/sap/portal/iviewserver/cache/OClass.
    Exception id: 11:29_26/12/06_0014_5891950
    See the details for the exception ID in the log file

    Hi,
    Check this link for creating system object
    http://help.sap.com/bp_epv260/EP_EN/documentation/EP/N03_BB_InstallGuide_EN_US.doc
    Regards
    Arun

  • SBO0001 error DBD:ORA12154 error while creating new connection

    Dear All,
    I have installed XIR3 on a windows 64 bit with oracle 10g R2 client.
    The CMS is up and running and I am able to connect to the infoview and view the lsit of all the migrated objects from BOXIR2.
    But, when I am trying to create a new connection for the universe or trying to execute the existing reports i am getting the following error.
    (i.e I guess BO is unable to connect to DB)
    *SBO0001 error DBD:ORA12154 error while creating new connection
    I tried various solution from BOB but still could not solve this. Please anyone suggest few tips regarding this case
    Business objects: CMS is running and able to connect to infoview and able to log on to CMC
    Database client: Able to log on to DB using sqlplus and tnsping is working.
    the details of the software are as follows
    *BO Server configuration
    OS: Windows Server 2008 R2 64 bit
    Business Objects XI R3 3.0
    Oracle client 10gR2 32 bit
    *Database server configuration
    Oracle 11g R2 64 bit
    Thanks,
    Mike

    Mike :
    I am having a similar issue with the BOE and Oracle.
    Can you please provide details of which Oracle client you ended-up using..?
    32-bit or 64-bit...?
    Oracle client version...?
    Specific client patches applied..?
    Thanks,
    Mark

  • Error while creating requirements data in pendulum list indirect sales.

    hi all,
               i am getting the following error while creating requirement data in pendulum list indirect sales. t - code - /BEV4/PLAN
    " ERROR OCCURED WHILE DETERMINING PERIOD IDENTIFIER""
    -- help would be much appreciated..
    thanks in advance
    leo

    var spObj = $().SPCascade({
    destListColTitles: ['Continent','Country','State','City'],
    srcListColInternalNames: ['Continent','Country','State','Title'],
    srcListName: 'CitiesLookupList',
    srcListFilterCAMLQuery: "<Query><Where><Contains>
    <FieldRef Name='Continent'/><Value Type='Text'>America</Value>
    </Contains></Where></Query>"
    spWebURL: 'http://sharepointurl',
    getDataOnly: 'false',
    debug: 'true',
    });

  • RUNTIME ERROR WHILE CREATING NEW SYSTEM IN EP6

    Hi
    Can anyone solve my problem, i am geting error while creating new system PORTAL FOR to connect biw 3.5 system
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/admin.templates/iviews/editors/com.sap.portal.templateSelection
    Component Name : com.sap.portal.admin.templateselectionwizard.default
    com/sap/portal/iviewserver/cache/OClass.
    Exception id: 11:29_26/12/06_0014_5891950
    See the details for the exception ID in the log file
    thanks in advance
    Rock

    hi,
    check the log file and let me the the error.
    manish

  • PDF Error while creating New PCR

    Hi All,
    i am getting belolw error while creating new PCR, it suppose to open PDF but with out opening it is giveing following error.
    The initial exception that caused the request to fail, was:
       com.sap.engine.services.webservices.jaxrpc.exceptions.InvalidResponseCodeException: Invalid Response Code: (401) Unauthorized. The requested URL was:"http://localhost:50000/AdobeDocumentServices/Config?style=document"
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
    Request you guide me to resolve this problem
    Thanks,
    Srinivasu.Y

    Hello Srinivasu,
    It seems your Adobe configuration is not correct. Please use SAP note 944221 for troubleshooting.
    Also go through online help documentation-
    http://help.sap.com/erp2005_ehp_04/helpdata/en/2f/d7844205625551e10000000a1550b0/frameset.htm
    Configuration: Business Package for Manager Self-Service->Configuring Adobe Document Services
    Regards
    Pooja

  • How we create new data base in oracle 10g express edition

    hello every body.. i student of B tech n new user of oracle so please help me how we creat new data base in oracle 10g express edition

    Hello, Oracle XE can not create more than one instance, the other editions yes, but like other editions XE allows you to create database schemas, schemas logically grouped objects like tables, views, indexes created by a user. By creating an Oracle user is associated with a schema of the same name.
    Using SYS or system accounts for creating user accounts.
    Syntax to create a user:
    create user Your_user
    IDENTIFIED BY password
    default tablespace users;
    grant connect, resources to your_user;
    Edited by: rober584812 on Jun 25, 2010 9:03 PM

  • MSS Error in creating new requisition request

    Hi All,
              I am getting a error when I try to create a new requisition request .
    I had looked in to the below mentioned thread but i am not clear what I need to do ?
    MSS Error in creating new requisition request
    Can you please explain me in details what I need to do to overcome this error?
    I am also getting the error saying "Hiring manager Personnel number is required " when I try to create a new requisition request for hiring process?
    According to the above mentioned  thread I had created a Position and assigned a personnel number to that position. I am not sure what is mean by :
    You have to maintain the one more manager position (i mean requister line manager) and give the proper reporting relationship and ren the program RCF_CREATE_USER, it automatically creates the CP relationship.
    What the report "RCF_CREATE_USER" will do??
    Thanks for your help in advance.
    Thanks,
    Greetson

    Hello Deepak Kumar Sharma ,
                                                  Thanks for your reply. My main concern is to overcome the error Ia m getting. I know about the functionality of this program.  the reason why I had asked about the functionality of this report is because of this thread :
    MSS Error in creating new requisition request
    In this thread they had mentioned after creating a position and run this report the "hiring manager personnel number required" error is solved. Thst is the reason. Hope you understand my situation.
    I had tried this by creating this position and run that report as well.
    Let me know if you have any questions.
    Thanks,
    Greetson

  • ODI 11g 11.1.1.7 with Win64 bit OS : Starange problem : Right click does not work for Create new data server in Topology.

    ODI 11g 11.1.1.7 with Win64 bit OS : Strange problem : Right click does not work for Create new data server in Topology.
    On right click nothing happens at all. I have  reinstall the ODI multiple times with right installer. issue persist.
    Please help.

    Hi,
    Did you use the generic installer or the win32 one ? You should use the former with Win64.
    You can also check that your version of Java is supported in the certification matrix.
    Regards,
    JeromeFr

  • Create the data structure

    hi,
    please let me know how to create the data structure.
    thanks
    suja

    Goto SE11
    Select "Data Type" radio button
    Give name with starting "Z"...example: ZFIRST_DATA
    Press "Create"
    Select "Structure"
    And Give your own description.
    Then give your fields....
    Save & Activate

Maybe you are looking for

  • Word Processor for Panther

    Hi, I'm asking this question for my MIL who owns an older iBook with Panther.... Is there a way to get an older/compatible version of iWork for her machine at this point in time? Or is there another word processor program that we can try? Obviously,

  • Error in Inbound Transportation (MIRO)

    Hi, Im working on inbound transportation. Theseq of t codes followed is as followed. Me21n VL31n VT01n VI01 VL32n (PGR) The FRB1 condition type in ME21n is set the Condition type field to B = Delivery costs and In addition, marked with the Transfer s

  • When I connected my ipod with the cable to my laptop so I could sync my itunes library.

    Came up with this error message: Itunes could not connect to iPhone. An unknown error occured (OE8000084).  What do I do?

  • Appleworks 6.2.9 and OS 10.4.2 Problem

    When I use the Assistant in Appleworks to prepare an envelope, Appleworks crashes at the moment I try to select the Page Setup. I have tried deleting Appleworks and reinstalling from 6.2 CD and then the 6.2.9 Update to no avail. I may have more than

  • Rescue my photos from a lightroom 5 catalog! PLEASE!!!

    Okay, I have read every help thread and web page, and nobody seems to have advice for my specific problem. I am praying for the sake of my whole summer's worth of work that someone here can help me. I used Lightroom 5 on a Windows 8 laptop this summe