"Field ID of Standard Location Structure for Development empty" error?

Hi there
I am implementing the land use management enhancement. It allows me to define an object called a "Public Register" which represents a "set" of land objecs (land parcels, rental units, etc) under special circumstances such as hazardous areas.
Unfortunately it returns two errors on validation/save:
Field ID of Standard Location Structure for Development empty
Field ID of Standard Location Structure for Easement Reg empty
It has no description or reference to any documentation.
What could this error mean?
Regards
Joe

Hi Joe,
could you please tell me the ID and number of the error messages.
Thanks.
Regards, Franz

Similar Messages

  • Is Standard Edition free for development purpose

    Hello,
    I am using Oracle 10g express edition on a 32-bit Redhat Enterprise Linux 4. My test database have come upto 2gb and after that the database stopped working. I have been told to change to 64-bit OS through forums because of the 2gb file size limitation for 32-bit OS. When I checked the Oracle downoad site, there is no 32-bit Oracle express edition 10g. There is a 64-bit Oracle standard edition. Is Oracle 10g Standard Edition free for development purposes? What about Oracle 11g Standard edition?
    Edited by: Thunder44 on Aug 25, 2008 1:09 PM

    All Oracle software, though, is available for download from OTN with a license that allows you to prototype your application. Once the application is beyond the prototype phase, you'd need to purchase an appropriate license for your development environment, but you may just be looking at prototyping...
    As well, note that the database size and RAM restrictions in the express edition would not be expected to change if Oracle ever released a 64-bit version. The whole point of those restrictions is to ensure that the free express edition doesn't cannibalize sales of the standard edition databases.
    Justin

  • Error  invalid location structure for this operating unit

    Dear all
    when go to Receivables > setup> tax > locations i get this error and i can't solve it
    invalid location structure for this operating unit
    any one can help

    Hi
    In system option u have to define the tax type .there is a tab in system option Tax and Defaults.select u r tax type and enter the tax code.
    Regards
    Ahmed

  • R12/AR :Invalid location structure for this operating unit

    Hi all,
    In AR Responsability: Set up / Tax / Location ............Error:Invalid location structure for this operating unit.
    Whats wrong???
    Thanks

    Hi,
    Which version you are in?
    If in R12, Have you done setups in E-Business Tax first?
    Also check Key flexfields of AR.
    Regards,
    Sridhar
    Edited by: K Sridhar on Jun 14, 2009 12:40 PM

  • Sample code for a custom field added to LIS Communication structure for Del

    We appended a new custome field into extraction structure of the LO Cookpit datasource 2LIS_02_ITM through RSA6.  And then run CMOD to write the exit code to populate the value and it works fine.  But after we read Roberto's Weblog:
    /people/sap.user72/blog/2005/02/14/logistic-cockpit--when-you-need-more--first-option-enhance-it
    Find the enhancement we did can't make the Delta mechanism works if only this new field gets changed in a record, and the change cannot be reflected on BW.  I know we can run SMOD on the enhancement LEINS001 to write the code for LIS Communication structure customer exit.  But we have never writen such a code for LIS Communication Structure enhancement and also don't know on how to make the Delta mechanism works in the code.  We would be very appreciated if some expert here can provide the sample code!
    Thanks

    hi AHP,
    Have you tried Sanyam's code listed in this article you recommended?
    Now our R3 team has added a custom field called ZZZ to EKKO table and I modify the code to suit our need and the code would be as following:
    *& Include ZXM06U16 *
    DATA: i_t_ekko LIKE ekko OCCURS 1 WITH HEADER LINE.
    DATA: ebeln LIKE ekpo-ebeln,
    it_ekko TYPE TABLE OF ekko WITH HEADER LINE,
    old_val(50) TYPE c. "For storing the value from the Field Symbol
    FIELD-SYMBOLS <fs> TYPE ANY TABLE.
    CASE zeitp.
    WHEN 'MA'. "When creating a purchase order
    MOVE '(SAPLEINS)T_EKKO[]' TO old_val.
    ASSIGN (old_val) TO <fs>.
    i_t_ekko[] = <fs>.
    LOOP AT xmcekko.
    ebeln = xmcekko-ebeln.
    IF xmcekko-supkz = '1'. "Old Value ?
    SELECT SINGLE * FROM ekko INTO it_ekko WHERE ebeln = ebeln.
    xmcekko-ZZZ = it_ekko-ZZZ.
    ELSE. "New Value ?
    READ TABLE i_t_ekko WITH KEY ebeln = ebeln.
    xmcekko-ZZZ = i_t_ekko-ZZZ.
    ENDIF.
    MODIFY xmcekko.
    ENDLOOP.
    EndCase.
    The compile of the above code works fine and we activated everywhere including project level. Then we set debug points in this code, and run RSA3 on 2LIS_02_ITM, but find the extraction program never reaches this code or call this user exit function EXIT_SAPLEINS_001 of this enhancement LEINS001. Any reason?
    Thanks
    Kevin
    Message was edited by: Kevin Smith

  • Deleting fields from a standard view

    Hello,
         I want to delete fields form standard view which are appended by me accidentally . I have written a delete statement to delete the fields from the standard view . but i got an error at declaration part . I have declared it as shown below
    Tables : V_MMIM_REP_CUST
    V_MMIM_REP_CUST----
    > is the view name
    So, guide me how to declare this view .
    Regards,
    mnarar.
    Edited by: mnarar on Nov 30, 2011 1:12 PM

    Hi,
    This is just an idea to delete the records from the Table. But ideally you should not use this approach in any development.
    The table for this view is MMIM_REP_CUST. You can write a Custom Report Program where you need to create a work area with the values which you would like to delete. And then write a Delete statement and delete the table entry from that work area.
    I guess you are doing this in the development environment and have all the necessary authorizations. And you should not transport any report like the above to other environments. Also double check if that entry will not effect other business scenarios.
    Hope this helps.
    Best Regards,
    Samantak.

  • Organization structure for Inventory management

    Hi All,
    I am looking for organization structure specific to inventory management and also data flow architecture.
    If there is any standard org structure is available please share with me.
    Regards
    Vijay

    I am looking for organization structure specific to inventory management and also data flow architecture.
    > If there is any standard org structure is available please share with me.
    Hi Vijay,
    Standard Org Structure for IM starts with Plants and ends with Storage Locations. You can create required no of storage locations under your plants, where plants are assigned to company codes. Its always better to copy from master plant 1000/0001 while creating the plants where you can make changes during creation where required (factory calendar etc).
    All the material movements within the plant happen between storage locations, material-material, special stocks-unrestricted stocks with no accounting effect.
    Movements between the plants can be planned wrt your needs such as STO with no financial postings unless you have plant wise PCA
    You can follow the standard avaiable structure for your IM org structure.
    Regards
    Shiva

  • Enhance Standard Info Structure SAP_CRM_ACT to add custom fields in CRM Activity archive Search

    Hi All,
    We have a requirement where we need to enhance CRM UI archive search with custom fields for CRM activity Object CRM_ACT_ON. As per my analysis Standard Archive Search for activity Uses info structure SAP_CRM_ACT for searching archived data.
    But when we are trying to add custom fields into above field catalog, it is treated as modification. But Modification is not allowed in our landscape.
    Standard infostructure is harcoded in SAP standard method ARCHIVING_READ of class CL_CRM_REPORT_ACC_DYNAMIC which is called as part of the process. So we are not able to go ahead with custom info structure.
    Can you please le me know if there are any alternative way to meet above requirement or I have missed any steps.
    Thanks & Regards,
         Sujit

    Hello Thomas,
    Maybe this link can help.
    add new field to search criteria and result.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0747ac2-ffd9-2910-de9a-8a3dc44da8b4?QuickLink=index&overridelayout=true&12966506314316
    Search Options - Knowledge Management - SAP Library
    regards,
    Grace

  • What is standard authorization object for  Personal development  P_PLOG

    Hi,
    Recently i got a object in HR and i dont have any experince in HR.Could you guide me how to asssign standard authorisation object for the personal development p_plog? how to see the infotypes and what is the header field in innfotypes?

    1-First of all the object is "PLOG"  for personal planning. There’s no object with  p_plog , most of time to maintain HR master we use object P_ORGIN.
    2- You want to assign authorization for certain infotypes?
    if yes, you have to go TR.PFCG  and assign the authorization to that specific role.
    Now you might have question , how you’ll will track down the roles against the authorization object .
    There’re several ways , you can go to Tr.SUIM and find reports by user , roles etc.
    You can also go SE16-> give table AGR_1251, give object and you can see the values in table.
    After finding the suitable roles you can go to PFCG and assign the values to the roles.
    As a good practice its better to create your OWN role Z:hrXXXX and assign it to users.
    Hope this’ll give you idea!!
    <b>P.S award the points.</b>
    Good luck
    Thanks
    Saquib Khan
    "Knowledge comes but wisdom lingers!!"

  • Standard Interface (BAPI) for Organizational Structure.

    Dear Experts,
    I want to download the MasterData of a Organizational Structure for a mobile Client, i'm using the MI 7.1 for downloading this, but it needs a standard interface to download the master data,
    can anybody tell wht is standard interface for downloading this master data of a Organizational Structure, and what r the necessary fields for this interface.
    Regards
    Eswar

    Hi Navneet,
      Goto SE80 -> package : CRM_ORGMAN.
    Here you will get all the FM used for Organisation structure in CRM.
    I doubt if CRM as any BAPI in general for Organisation
    Regards,
    Anand.

  • ABAP Logic/Structure for a Start and Field Routine in Transformations

    My Requirment is to export data from Data Target to Application Server.
    And for that purpose i built a APD...
    In Transformations to read data from MAster Data Table i had written below Global & Field Routine.
    Start Routine:
    Glodal Declaration
    DATA: it_dep   type standard table of /BI0/MDEPT,
          is_dep   type /BI0/MDEPT.
    LOOP AT SOURCE_PACKAGE ASSIGNING <source_fields>.
    if not SOURCE_PACKAGE[] is initial.
    SELECT * FROM /BI0/MDEPT INTO TABLE it_dep for all entries in
    SOURCE_PACKAGE
    WHERE depLOYEE    = SOURCE_PACKAGE-dep      AND
          OBJVERS     = 'A'                     AND
          DATETO     GE SY-DATUM.
    ENDIF.
    ENDLOOP.
    FIELD ROUTINE
    Clear:is_dep.
        Read table it_dep into is_dep with key
        depLOYEE = SOURCE_FIELDS-deployee binary search.
        if sy-subrc = 0.
          RESULT = is_dep-USERNAME.
        endif.
    Now for another field 'Manager' name.......
    My requirment
    Start Routine:
    (Sub Detp is an attribute to Dept and Sub Dept is referenced on dept)
    First it should copy all the Sub depts for the corresponding depts in the source field to a Temperoray table (TEMP1)
    For all sub depts in TEMP1 table it should copy manager names from dept master data table to a Temp2 table
    In start routine i need to first read temp1 and result from temp1 should be passed to temp2 and the result from tem2 can be passed to result field
    Please update

    Hi,
    i am providin you a sample code please modify it (field name and tables name's as per your requirement).
    Please write the code in transformation rule of field Emp_TDate.
    Map field Emp_SDATE  to the target field for Emp_TDATE .
        SELECT * FROM /BIC/AEMPPED00
                        WHERE Emp_SDATE NE ' '.
    if sy-subrc is initial.
    result = source_field-Emp_SDATE.
    else.
    result = ' '.
    endif.
    Please replace the emp_SDATE field with the source field name.
    But still i have some question...
    1. On what basis u decide the latest record ??
    Can u please explain scenarion bit mroe clearly.
    Thanks
    Dipika
    Edited by: Dipika Tyagi on Jun 24, 2008 8:47 AM

  • Source of xslt mapping and XSD/ XMT target structures for standard Idocs

    Hi,
    I am working on R/3 - XI - ICH scenario. I need xslt mapping and XSD/ XML target structures for standard IDoc like PROACT01,DELFOR01, DELVRY03. I tried to search it on marketplace but couldn't find it there. As per configuration document, these things are shipped with XI mapping content in live cache CD. But I don't have this CD with me. Can anybody tell me the source for these target structures and mapping program. ( Please share marketplace, site link or send me across the mail [email protected])
    Thank you in advance.
    Anand More.

    Anand the other option is to import the corresponding idocs into your integration repository and then you can view the generated XSD there.
    As regards XSLT mapping, you need to basically first identify as to what form you want to transform your source idoc into.
    For some help on XSLT mapping check the following threads,
    https://www.sdn.sap.com/sdn/collaboration.sdn?contenttype=url&content=https%3A//forums.sdn.sap.com/topusers.jspa%3FforumID%3D44
    https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode1-6&contenttype=url&content=https://Process Integration (PI) & SOA Middleware
    Also have a look at my code samples,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-code-samples/generic xslt mapping in sap xi, part i.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/9692eb84-0601-0010-5ca0-923b4fb8674a
    cheers
    Sameer

  • An EFFECTIVE development directory structure for J2EE platform?

    Hi, here we r talking about deployment environment more than development
    environment. Have u ever think about designing an EFFECTIVE development
    directory structure for J2EE platform( e.g. weblogic )? u r not using the
    deployment directories for coding, r u? :)
    I used to construct a dir structure for dev and want to improve it.
    d:/wholesystem/*.prj // Project files
    ...../module1/src/com/.... // Module source files
    ...../module1/doc/... // Module doc files
    ...../module1/classes/... // Module class files
    ...../module2/...
    ...../web/*.jsp // web page files
    ...../web/images/... // web page images
    ...../web/WEB-INF/... //...
    Do u have any good ideas? Thanks!
    * Name: Gary Wang
    * Tele: 010-65546668-8119
    * Mail: [email protected]

    Create a web-inf folder at the same level of src and
    jsp folder inside src
    i mean
    /build.xml
    /src/
    /src/java/<package>/...../*.java
    /src/demo/<package/...../*.java
    /src/test/<package>/....../*.java
    /src/jsp
    /web-infSo, would you put in /src/jsp only the *.jsp?
    And what in /WEB-INF ? What woud you put there? Would you do something like:
    /WEB-INF/web.xml
    /WEB-INF/src/<package>/..../<my_servlets_and_j2ee_stuff>.java
    /WEB-INF/classes/<package>/..../<my_servlets_and_j2ee_stuff>.java
    In this manner sources and classes are in the same tree, it does not seem very clean to me, expecially if you consider that probably I must have a "test" directory to unit test some j2ee stuff (as for the j2se stuff in "src"): how would you do that?
    Is this directory structure anyway what you meant or not?
    alessio

  • Name of the F4 help structures for field SPRAS

    Hi experts,
    As 'hrpad00fatxt' is the f4 help structure for 'Famst'..... could you give the names of the f4 help structures for the field  'Spras' ??
    plz help

    H_T002 is the name of search help//
    if u know the table in which it(the field) is used...u can ur self find it...just like I checked in T001 table..
    There i cliked on the field type spras. there at the bottom right ...u can find the search help...in the search help tab..
    Edited by: Rudra Prasanna Mohapatra on Jul 21, 2008 10:29 AM

  • Field in Append Structure for Generic Datasource

    Hi:
    I created a Generic Datasource based on a view. After that, I created an Append to the Extraction Structure to include a field not originally on the view (and not related to any table in the view) to be calculated using customer exit in CMOD.
    At the moment of activating the Datasource, this new field doesn't appear in the selection window but in RSA6 it shows there with options "Hide Field" and "Field only Known in Customer Exit" checked.
    Again, I try to edit the Datasource but this field is not in the list to change those two checks.
    Any idea?
    Thanks.
    Luis Sales

    Dear Luis Sales,
    I was having the same requirement. I tried it hard for removing the tick mark on the HIDE option. But it was not working at all.
    I tried these steps.
    1. From RSO2 went to Extract structure. Edit Mode-> append structure.
    2. Appended required fields and activated both append structure and extract structure.
    3. Back to datasource and Save it.
    4. Came out of transaction RSO2. ( latter Logged of system )
    5. after re login - RSA6 selected given Datasource and change. there I could change the selection of HIDE field. ( Even earlier I was not able to do that)
    May be these steps help you out.

Maybe you are looking for

  • Any way to transfer songs from iPhone TO iTunes on MacBook Pro?

    I'm an idiot.  I'm just going to say that up front.  I feel that's fair for all who venture here. I've had a terrible time with an update..and I wasn't able to get iTunes to acknowledge/recognize my iPhone or iPod once I ran and installed the current

  • IPod folder structure and content doesn't match iTunes Library structure

    My iTunes Library has the following folders: Music Podcasts Audiobooks As expected, the Podcasts folder contains podcasts I have subscribed to, and the Audiobooks folder contains Audiobooks I purchased. So far, so good. However, in addition to CDs I

  • My chosen Typekit font won't load in Edge Animate CC 2014

    I've tried to add a font via the Text area in Properties, and via Fonts in the Library. I've also tried creating a new kit within Typekit, and using just the domain 127.0.0.1 I must be doing something incorrect. Nothing is working and I'm not finding

  • Illegal access: this web application instance has been stopped already

    Illegal access: this web application instance has been stopped already. Could gineConfigurationFactory. The eventual following stack trace is caused by an er o attempt to terminate the thread which caused the illegal access, and has no fu step.......

  • Downloading Quciktime 7.1.6/Error Code 2738

    When I download the update for quicktime 7.1.5 I get the message error code 2738 VBScripting is disabled. I can assure you IT IS NOT!I have an intel core 2 duo 6400,cpu,and all bits-and-bobs are bang up to date? Is this just a problem with Vista?