Error in Creating a extension field in ByD

Hello ,
I am new to SAP byd ,
I am not able to add extension fields in Sales order.
It gives "Operation not Possible , User setting could not be determined"
How to rectify this?
Thanks
Prat

Cause
There are 2 possible reasons for this error message:
1. Your tenant is used for the development of customer-specific solutions
(One-Off Add-On).
Your user is assigned to a PDI solution and therefore you
can only create fields in the Cloud Applications Studio. You can only create
extension fields using the key user tools if you are not a PDI developer. Once
any user opens the PDI Studio the respective user is assigned to the PDI
solution.
2. Your tenant is a partner development tenant.
Since this system is a
partner development system the field extensibility is only possible in the Cloud
Applications Studio not in the key user UI (User Interface).
If the cause of the error is reason 1 you can solve this issue as
follows:
In order to use the standard field extensibility functionality you need to
create a key user which is not assigned to the PDI solution or change the access
rights of an existing Business User.
Please note that this user needs to be assigned to the Application and
User Management work center and the Flexibility Change Log view in
order to be able to use the field adaptation.
This user should not be assigned to Partner Development (ID:
PDI_PARTNER_DEVELOPMENT) and Development (ID:MAI_DEVELOPMENT).

Similar Messages

  • AIR - MilkManGames GameCenter ANE - Error: Failed creating GameCenter Extension Context.

    I am having trouble testing the IOS GameCenter functionality. I have been using the ANE extension purchased from MilkManGames.
    When I call GameCenter.create( stage ) I get this error:
    Error: Failed creating GameCenter Extension Context.
    If I try to access the GameCenter features after this I get this error:
    Error: GameCenter not initialized; call GameCenter.create() first.
    Does this ring any bells to anyone? Please help... very.. frustrated....
    Thanks in advance,
    Charles

    Actually, I think my problem was that the .ANE file was not getting pointed to in the Flash Library Path. You just need to be sure you directly import the .ANE file as you would a .SWC. Just thought I'd share in case there was anyone out there with the same problem. I am now past this hurdle ;-)
    C

  • AET error while creating a new field

    Hi Experts,
    We have a requirement to create a check box/newfield on Account Details screen in Web UI. I am trying to create a new field using AET but am getting the following error message. Please help.
    1. Error during generation of object CI_EEW_BUT000
    2. Customizable CSOL conflict for objects changed in other TR.
    We have a config TR involving the role field on account details component (BP_HEAD/ACCOUNTDETAILS). Do we need to release the transport before creating any new fields.
    The generation of the field fails when I select the extension and click on 'SAVE and GENERATE'.
    Please help.
    Thanks,
    Rohit

    Hello Rohit,
    Please  apply note 1707978 to solve the issue.
    thanks
    Willie

  • ExtensionContext error while creating Native Extension in Flex 3.6 SDK

    I'm creating native extension with Flex 3.6 . Coded native side then created Flex Library Project and then create .ane file. Finally imported .ane file to myFlex Project.
    Here is the problem I had. While I'm debugging app, "1046: Type was not found or was not a compile-time constant: ExtensionContext" error occurs. Attached the Library project .as class .
    Thanks in Advance
    package com.extension.samples
       import flash.events.EventDispatcher;
       import flash.events.IEventDispatcher;
       import flash.external.ExtensionContext;
       public class NetworkConnectionANE extends EventDispatcher
            public var _extContext : ExtensionContext;
            public function NetworkConnectionANE(target:IEventDispatcher=null)
                _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE", null);
                 super(target);
            public function Connect(path:String):int
                 return _extContext.call("nativeFunc", path);
            public function dispose():void
                _extContext.dispose();
    Edit: I tried to use .swc file that created from library project in another Flex Desktop app, but the same error
        Also tried with     _extContext = ExtensionContext.createExtensionContext("com.extension.samples.NetworkConnectionANE","");
    Edit: The problem about Flex SDK, there is no problem in SDK 4.6. Now the question is, How to use Extension in lib project in Flex 3.6 SDK ?

    I'm sure, I use Flex 3.6.0 SDK version. When I want to create a library project in 3.6.0, already I couldn't see  ExtensionContext class in flash.external package. If I create in v4.6, I'm having problem when I start to debug my v3.6 desktop application. Now I want to learn
    Does Flex v3.6.0 support NativeExtension ?
       if Yes ,
    which class is equal to ExtensionContext in v3.6.0
    or How can I import ExtensionContext class to v3.6.0
    Thanks

  • Error when Create User Defined Field

    Hi all, i got an error when create UDF
    Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
    Here is part of my code
    oUserFieldMD.Name = fieldname
            oUserFieldMD.Description = fielddesc
            oUserFieldMD.Type = fieldtype
            oUserFieldMD.DefaultValue = defaultValue.ToString()
            If fieldtype <> SAPbobsCOM.BoFieldTypes.db_Date Then
                oUserFieldMD.Size = fieldlength
                oUserFieldMD.EditSize = fieldlength
            End If
            If fieldtype = SAPbobsCOM.BoFieldTypes.db_Float Then
                oUserFieldMD.SubType = SAPbobsCOM.BoFldSubTypes.st_Price
            Else
                oUserFieldMD.SubType = SAPbobsCOM.BoFldSubTypes.st_None
            End If
            oUserFieldMD.TableName = tablename
            lRetVal = oUserFieldMD.Add()
            prgbar.Value = prgbar.Value + 1
            If (lRetVal <> 0) Then
                msgs.Add(tablename & " - " & fieldname & " : " & oCompany.GetLastErrorDescription())
            Else
                msgs.Add(tablename & " - " & fieldname & " : successfully created!")
            End If
    the error come when reach lRetVal = oUserFieldMD.Add()
    what is wrong with my code ?
    thanks.

    This could be a x64/x86 problem. Try following this thread
    [GetCompanyService|GetCompanyService] and recompile your code for the platform you need.

  • Error when creating a description field. MySQL syntax to use?

    I'm creating a form which has a description field in it. I created this form with many fields. However I then got an error and decided to limit the form to only 2 fields. These 2 fields (user and title) insert with no problem. However when I added the description field into the mix. I gat the same error I had previously gotten.
    Error:
    Internal error.
    Developer Details:
    tNG_fields.getFakeRecordset:
    SQL error: Error creating temporary table:
    You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'desc TEXT, job_id TEXT)' at line 1
    SQL:
    CREATE TEMPORARY TABLE KT_fakeRS_20080204 (client_id TEXT, name TEXT, desc TEXT, job_id TEXT) (FIELDS_FAKE_RS_ERROR)
    tNG Execution Trace - VIEW
    * tNG_insert.executeTransaction
    o STARTER.Trigger_Default_Starter
    * tNG_insert.getRecordset
    * tNG_insert.getLocalRecordset
    * tNG_insert.getFakeRecordset*
    I'm using the "Text" syntax for the field "desc" (description)
    What am I doing wrong? Do I need to define the table row in a different way?

    Hi,
    I am working on an image gallery using the tutorials.
    I used the sql
    SELECT *,
    rand() as random_number
    FROM image_img
    ORDER BY random_number DESC LIMIT 1
    on my default.php page but on preview i get the message
    You have an error in your SQL syntax near 'LIMIT 0, 10' at line 1
    I tried the solution above by removing the desc limit.
    I got the same prob.
    I will like to know how best to tackle this.
    Thanks
    Yomi

  • SAP Cloud For Customer : Add Extension Fields under the Parameter Binding For Mashups

    Hi Experts,
    I have requirements for the mashups, I have created the extension field in cloud for customer "Registered Product" TI screen i want to add that newly created extension fields under the Mashup Parameter Binding List.
    1) Is it possible ? If yes then How it is?
    2) Any Standard process or we go for the SDK to enhance the standard screen port binding?
    For more information refer the below screen.
    Awaiting for your reply or suggestion....
    Many Thanks,
    Mithun

    I have done the below changes on the custom BO.
    Step 1 . In the Event Handler i have change as per the previous reply.
    Step 2. Assign that Event to Import OnFire.
    I am getting this error when open the Account Screen and go to that Embed Tab.
    "Object [object Object] has no method 'getRawValue'".
    Kindly check the above steps are correct or any step missing.
    Many Thanks,
    Mithun

  • Question regarding extension fields.

    Hello Experts,
    I created an extension field (Setup -> Configuration -> Extension Definition) in ESO 5.1, and managed to add this field to the vendor registration form. So far so good.
    However, when vendor submits the form and the Vendor Manager receives the notification to approve, the newly created field does not appear.
    Can you guide me as to how this field can be available in the Supplier Registration/Modification requests that the Vendor Manager receives? Also, what do I need to do in order for the field to be available for mapping to PI?
    Your help is appreciated. Thanks!

    Hello Devesh,
    Thanks for your response.
    However, the extension field is defined with "Buy-side and Sell-side" visibility, and still the vendor manager cannot see this field when the vendor submits the registration form.
    Field is defined as follows (substitute <company> with any company name):
    Inactive(Status) = unchecked
    Use as collection member = unchecked
    Attribute Internal Name: <company>_TEST_EXTENSION
    Attribute Display Name: Foreign Business
    Attribute Description: doc$extension.<company>.context.id.vendormgmt.vendor_registration.<company>_test_extension.desc
    Pre-Text: <blank>
    Post-Text: <blank>
    Display After: CTERMS$CTERM.NON_PROFIT
        Required = unchecked
        ReadOnly
    Visibility: Buy-side and Sell-Side
    Data Type: Boolean
    Your help is much appreciated. Thanks!

  • Extension fields in forms using Adobe LiveCycle Designer and SAP Cloud Application Studio.

    Hello everyone,
    I am new to using SAP Cloud Application Studio and am currently working on forms.
    I have created some extension fields in the dunning letter form message type : FormDunning Notification.
    Upon activating, the extension fields do show up in backend form data type structure.
    However i am unable to find the fields in the front end form under Form Template Maintenance.
    I have tried opening form with open editor as well as downloading template and opening in Adobe LiveCycle Designer .
    After creating the data connection in adobe ,the first field (ProjNumDun ) do appear in correct place in data view.But i cant find the rest of the fields.
    Any help,guidance and suggestion will be really appriciated.
    Thanking in advance,
    Kamakshi

    Kamakshi,
    First, any extension fields added must be explicitly assigned to appear on the forms. Through Front-end Adaptation, this would be via the "Further Usage" link. Within the SDK, you'd right-click the XBO and select "Enhance Forms" (which would take you to the same screen as you'd end up at in through front-end").
    You must select "Add Field and Edit..." to actually assign it to the Form Template schema.
    Once this step is done, re-download the Form Template, and make sure to reload the Data Connection within LiveCycle. Through there, you should see your fields. You'll likely have to dig for them - they appear at the very end of the child elements.
    Note that, while fields added through the front-end have a long string appended to the end (for example, it would appear as "ExtensionField_1234AISU897234HJA" if added via front-end adaptation), the fields added via the SDK do NOT have the suffix (you'll be looking for an element with JUST the field name, i.e. "ExtensionField")

  • Modification in Extension Field  !!!!!!!!

    Hello Experts,
    I have Created a extension field through SDK  in Sales Order . now the created field is showing in sales order screen .
    Now my question is --
    is it possible to do some modification in created extension field through adaptation mode .????
    suppose i have created a extension field ( "list" ) through SDK , now i want to add some more item in" list "Through Adaptation Mode.
    so is it possible ...?????????
    Thanks & regards
    Manoj Kannaujiya

    Hi Alessandro Lannacci,
    I am also interested to know that how Extension Field created through SDK will be visible under extensions field when accessed by adaptation mode .
    Actually Extension field created through SDK is not appeared in the adaptation mode under extension field while the same field appeared under the screen layout.
    So is it possible to show the same extension field under extension fields layout in adaptation mode created through studio.
    Thanks.

  • Error while creating fields in the Category Structure Urgent

    Hii,
    I am getting the Error while creating the Category structure fields
    Error Message : Entry YF_COU   does not exist in CABN - check your entry
    Message no. 00058
    Diagnosis
    Input values must be defined in Table CABN. The value or values 'YF_COU ' are not specified in this table.
    Procedure
    Check whether the input is correct and correct if necessary.
    Procedure for System Administration
    If this is not an incorrect entry, check the system settings and change them if necessary.
    If there is a connection to the Customizing system, you can maintain the system settings by choosing Customizing in the Performance Assistant or Maintain Entries (F5) when displaying the help in a modal dialog box.
    Please help me in this error
    Regards,
    Kumar

    Hii,
    I have assigned the Characteristics group /AFS/SAP_C to the characteristics but still i am getting the error when i assign the Char Field under the Category Structure.
    I have manually created the Characteristics Group AFS characteristics for categories. Is this will automatically updated or while installing the Add On.
    Please explain of the Configuration related to the Category Structure.  
    Regards,
    Kumar

  • I creating firefox extension when add this into firefox all works right but when i open a new link show a dialog box with message "Error: document body is null"

    I am creating firefox extension (No error in extension because it work fine in chrome). But it show box with error "Error: document.body is null" why

    Thanks for reply cor-el &jscher2000
    i am not using "window.content.document.body".
    we send some screenshots for understanding problem
    i created this extension for firefox, chorme
    It Works fine in chrome but in firefox show error(Which have no effect on my extension or other browsing).

  • Encountered an error in repository runtime extension;Create LLang procedure failed

    Hi Guys 
    I am implementing Apriori algorithm through graphical way.  My model is validated but while activating this i am getting the error' Encountered an error in repository runtime extension;Create LLang procedure failed'  Here i am attaching the model which i have created.
    Regards
    Karuna

    Hi Folks,
    I resolved this issue by setting schema as _SYS_AFL...  Thanks for your help.
    Regards
    Karuna

  • Web Service Access to a extension field

    Hello All:
       Scoping against solution capability, how easy, or at all possible, is to access a extension fields to a native ByD business Objects via web services? In my specific case, the E-Commerce Sales Order Creation Web Service.
       But the question is pretty general, This can be a data retrieve web services as well? Any limitations? does it needed to be rebuild by SAP? or can we generate them by ourselves?
       Also, if in future new extension required on web services, can this process be done after implementation and go live? Without too much trouble?
       Any documentation will be greatly appreciated! Thank You!

    This is doubtful as it is a Standard service (we use it for several different solutions).. and is the same across all tenants and I do not think it can be applied as a custom one off..
    asking your dev coach would probally be your best bet.
    Another solution for you would be to have a simple Read,Update Service you write that just deals with your extension fields... so after an order is created you can update your field on the sales order, or read the value given a specific sales order. 
    Unless this has changed it is my understanding that you have to add the Extension field via the Development studio not the Key user tools if you wish to have access to it in the Studio for releasing a webservice like I described above.(Most my work so far has involved integrations and the standard  webservices)

  • Customer Invoice Upload Tool - Can't get extension fields to populate

    In the documentation for the customer invoice upload documentation, it says to get the tag for your extension field in the Customer Invoice XML Output. No issues there. But when I add the extension field to the XML for the Customer Invoice Request Service Interface, the field never populates in the generated invoice request. Note that I cannot create a new XML Upload Service interface as a workaround because this is a 3.5 customer system
    The extension fields are in a different namespace from the Request Service Interface, so I've tried the two methods below to populate my Advertiser extension field. I've had no luck with either. Here's some sample XML from the beginning of the file. The files are also attached. Any help is appreciated.
    [ I also posted on the SCN where I  attached the test files.|http://scn.sap.com/thread/3237936]
    Method 1
    <?xml version="1.0"?>
    <CustomerInvoiceRequestRequest>
    <MessageHeader>
    <CreationDateTime/>
    </MessageHeader>
    <CustomerInvoiceRequest actionCode="04" reconciliationPeriodCounterValue="1">
    <BaseBusinessTransactionDocumentID>EXT_100001_TALINV</BaseBusinessTransactionDocumentID>
    <BaseBusinessTransactionDocumentTypeCode>29</BaseBusinessTransactionDocumentTypeCode>
    <ProposedInvoiceDate>2012-09-16</ProposedInvoiceDate>
    <Name>hhhc</Name>
    <ReferenceBusinessTransactionDocumentID>100001</ReferenceBusinessTransactionDocumentID>
    <Advertiser xmlns="http://sap.com/xi/AP/CustomerExtension/BYD/A03DP">
    <EXTAdvertiser00163E027E021ED1BFDF09124EFF4876_002>JUDSON</EXTAdvertiser00163E027E021ED1BFDF09124EFF4876_002>
    </Advertiser>
    <BusinessProcessVariantType>
    <BusinessProcessVariantTypeCode>1</BusinessProcessVariantTypeCode>
    <MainIndicator>true</MainIndicator>
    </BusinessProcessVariantType>
    Method 2
    <?xml version="1.0"?>
    <CustomerInvoiceRequestRequest>
    <MessageHeader>
    <CreationDateTime/>
    </MessageHeader>
    <CustomerInvoiceRequest actionCode="04" reconciliationPeriodCounterValue="1">
    <BaseBusinessTransactionDocumentID>EXT_100002_TALINV</BaseBusinessTransactionDocumentID>
    <BaseBusinessTransactionDocumentTypeCode>29</BaseBusinessTransactionDocumentTypeCode>
    <ProposedInvoiceDate>2012-09-16</ProposedInvoiceDate>
    <Name>hhhc</Name>
    <ReferenceBusinessTransactionDocumentID>100002</ReferenceBusinessTransactionDocumentID>
    <n1:EXTAdvertiser00163E027E021ED1BFDF09124EFF4876_002 xmlns:n1="http://sap.com/xi/AP/CustomerExtension/BYD/A03DP">JUDSON</n1:EXTAdvertiser00163E027E021ED1BFDF09124EFF4876_002>
    <BusinessProcessVariantType>
    <BusinessProcessVariantTypeCode>1</BusinessProcessVariantTypeCode>
    <MainIndicator>true</MainIndicator>
    </BusinessProcessVariantType>

    Hi Judson,
    Thanks for sharing this answer, i am also facing the same issue. But here in my case i have extension field in Items nodes and also got the xml node from customer invoice xml, like below but when i process the xml it adds invoice request but dont maps th "test" nodes data to that extended column.
    <n1:test_0LIGMSME2T388H1SZMFGTNHGN_Y38WD8BTY xmlns:n1="http://0008768412-one-off.sap.com/Y38WD8BTY_">test data</n1:test_0LIGMSME2T388H1SZMFGTNHGN_Y38WD8BTY>
    Could you please suggest what i am missing.

Maybe you are looking for

  • Default the payment terms for customer to 30 days

    In the system, payment term R30 is 30 days. How can I configure it to be defaulted to R30 each time a new customer is created in XD01. Please advice,

  • Since moving to the cloud can't get .mac/.me mail to work in Outlook 2011

    I get the following error repeatedly in Outlook 2011 for Mac since moving to icloud on Lion OSX. Anyone know what settings will stop the errors - getting them every few minutes. Outlook cannot find the server. Verify the server information is entered

  • MUST HAVE Features for CS4 ----------Post Here!!!

    I'll get the list started with my top 11 wishes in no particular order: 1) The ability to Rotate Effects 2) Separation Preview 3) Keyboard Increments greater than 18" 4) Larger Artboards 5) Artboard handles 6) The ability to outline all the text in t

  • Same accordion panel after click

    Hi, With Dw CS4 we can put accordion spry, right. I want to have the same open panel when I click on a link inside a panel and download a new page. Ex <div id="Acc1" class="Accordion">   <div class="AccordionPanel">     <div class="AccordionPanelTab"

  • Rule based ATP Check - User Exit to modify the item

    Hi all, We are working with standard rule based ATP check to change the plant in the Sales Order item. That creates a new subitem with the new plant determination, and changes the Item Category of the original item. My doubt is: Is there any User Exi