Creating enterprise srtucture in CIN

Hi Experts
i am creating enterprise structure in CIN,but i am unable to create material ,but i am maintaining  all settings.
please tell me steps while creating enterprise structure.
"The company code 2222 does not exist or has not been fully maintained
Message no. M3150"
i am getting the above error,please give me some suggestions and steps.
Thanks in advance.

Hi,
have you maintained ...Tax on Goods Movements ->India ->Basic Settings -> Maintain Company Code Settings
Once again go thru the Basic Setting...CIN Enterprises Structure is in Tax on Goods Movements ->India option only
Regards,
Vikas

Similar Messages

  • Can I create enterprise aliases disabled by default?

    On another thread I asked How do I create and new enterprise alias?
    I was directed to the following SAP Note...
    http://service.sap.com/sap/support/notes/1804839
    I was able get things working and create enterprise aliases for all of my Windows AD users that don't already have one.  The reason I am doing this is so that when they get removed from the active directory group and subsequently BusinessObjects their corresponding inbox, personal folder and any schedules they may have created do not get removed.
    So my question is this.  Is there any way to create an enterprise alias disabled by default?  Here is the code snippet downloaded from the aforementioned note.
    I would like to add a line after user.setNewPassword (line #91) that says something like this...
    user.setEnabled(false);
    However, that isn't working.  The method setEnabled is not recogized.  I did check the documentation for IUser and cannot find any method to disable an enterprise user.  Does such a method exist?
    Thanks,
    Noel

    You can't do this directly on the IUser object - it has to be done on an IUserAlias object.  So, your code might look something like this:
    IUserAliases uAliases = user.getAliases();
    for (Object aobj : uAliases){
        IUserAlias alias = (IUserAlias) aobj;
        if (alias.getType() == IUserAlias.ENTERPRISE){
            alias.setDisabled(disable);
    -Dell

  • Need to create Enterprise field, LookUp Table and PDPs programmatically

    Hi,
    Please suggest how i can create Enterprise field, LookUp Table and PDPs, Workflow Stages, Phases programmatically for Project Server 2013. Any resource / blog link will be really be helpful.
    I searched google but most of them are for PS 2010
    Regards,
    Ankit G

    By Enterprise field i am assuming you mean Custom Field.
    The Google/Bing results for PS 2010 is referring to the PSI model. This model can still be used for Project Server 2013 OnPremise installations, but not for Project Online.
    The question is how do you want to create them/which technology do you want to use. you can program Agains the Project server through the PSI API, the CSOM API, the REST interface, Javascript and VBA code.
    I am gussing you want to create an application that uses C# therefore i will suggest to use the PSI or CSOM API.
    PSI is the old model, but is still supported in PS2013.
    The CSOM is the new model and only Works in PS2013 and comming versions.
    A great reference you should download is the Project Server 2013 SDK:
    http://www.microsoft.com/en-us/download/details.aspx?id=30435
    I am guessing you are new to Project Server programming so i will suggest you go with PSI as it has the most documentation.
    PSI:
    Getting started:
    http://msdn.microsoft.com/en-us/library/office/ff843379(v=office.14).aspx
    http://msdn.microsoft.com/en-us/library/office/ee767707(v=office.15).aspx
    Create Custom field:
    http://msdn.microsoft.com/en-us/library/office/websvccustomfields.customfielddataset.customfieldsdatatable.newcustomfieldsrow_di_pj14mref(v=office.15).aspx
    http://msdn.microsoft.com/en-us/library/office/gg217970.aspx
    Setting custom field values:
    http://blogs.msdn.com/b/brismith/archive/2007/12/06/setting-custom-field-values-using-the-psi.aspx
    http://msdn.microsoft.com/en-US/library/office/microsoft.office.project.server.library.customfield_di_pj14mref
    Lookuptables are the same procedure:
    http://msdn.microsoft.com/en-us/library/office/websvclookuptable_di_pj14mref(v=office.15).aspx
    Workflow phases/stages:
    http://msdn.microsoft.com/en-us/library/office/websvcworkflow_di_pj14mref(v=office.15).aspx
    PDP's:
    PDP's have to be created through the SharePoint interface as Web Part Pages. I havn't tried this.
    I think you want to do this in a backup/restore scenario. In this case you might consider the free tool Playbooks:
    http://technet.microsoft.com/en-us/library/gg128952(v=office.14).aspx

  • Unable to load DLL ELCOMProxies.dll while creating Enterprise Message Sourc

    Hi All,
    I am getting following error when I try to create Enterprise Message Source of type "Oracle (AS JMS and OJMS)”.
    Oracle.BAM.Common.Exceptions.CommonException: Unable to create Message Receiver Admin COM object: Error=System.DllNotFoundException: Unable to load DLL (ELCOMProxies.dll).
    at Oracle.BAM.Middleware.Persistence.COMProxyGeneral.fnCreateObject(String strCLSIDObject, String strCLSIDInterface, IntPtr& ipInterface, String& rstrErrorCode)
    at Oracle.BAM.Middleware.Persistence.COMProxyGeneral.Create(String strCLSIDObject, String strCLSIDInterface)
    at Oracle.BAM.Middleware.Persistence.EnterpriseMessageSourceTypes.RetrieveCharacteristics()
    at Oracle.BAM.Middleware.Persistence.EnterpriseMessageSourceTypes.InternalLoad(SystemObject soEMST)
    at Oracle.BAM.Middleware.Persistence.EnterpriseMessageSourceTypes.LoadByID(String strID)
    at Oracle.BAM.Architect.Sources.CreateEdit()
    Please let me know if anybody has any idea about it.
    Thanks,
    Netra

    Hiya,
     The error is because the app tried to import that driver but it was not found. So, you will need
    to recheck your project setup, provide locations for imports, etc. I am not familar with Intermec Printer.
    The code snippet does not show any information about the DLL import, check there too.
    Hope this helps. :)

  • Create enterprise management agent failed during IDM 11.1.1.3 installtion

    Hi,
    Create enterprise management agent step in bootstrap configuration of IDM 11.1.1.3 (OID, OVD, ODSM, ODIP and OIF ) is failing. This is on Windows 2003 sp2. I have seen a post similar to this where it is mentioned that a missing DDL may be causing this issue. If this is the case, can i get the DLL please..
    Re: Error during "Create Oracle Internet Directory" Step
    Also i have seen another post similar to this where it is mentioned about SSL configuration issues...please advise.
    EM fails to start with NoClassDefFoundError: HTTPClient/ProtocolNotSuppExce
    Appreciate your help !
    Regards,
    Sudhakar

    During installation of Oracle DB 11gR2, EM did not start, had to make sure all environment variables including ORACLE_UNQNAME are set so that EM is started successfully on Oracle DB installation. this resolved the issue.
    Edited by: Sudhakar on Apr 3, 2011 11:25 AM

  • Error in creating Enterprise manager repository

    Error in Enterprise manager repository
    oracle@oracle:~> emca -repos create
    STARTED EMCA at Mar 8, 2009 9:14:45 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ora01
    Listener port number: 1521
    Password for SYS user:
    Password for SYSMAN user:
    Do you wish to continue? yes(Y)/no(N): Y
    Mar 8, 2009 9:15:08 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log.
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_<date>.log for more details.
    Mar 8, 2009 9:15:09 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-14-45-PM.log for more details.
    emca_repos_create_2009-03-08_09-15-09-PM.log
    Check if repos user already exists.
    old 6: WHERE username=UPPER('&EM_REPOS_USER');
    new 6: WHERE username=UPPER('SYSMAN');
    old 8: IF ( '&EM_CHECK_TYPE' = 'EXISTS') THEN
    new 8: IF ( 'NOT_EXISTS' = 'EXISTS') THEN
    old 11: raise_application_error(-20000, '&EM_REPOS_USER does not exists..');
    new 11: raise_application_error(-20000, 'SYSMAN does not exists..');
    old 14: ELSIF ( '&EM_CHECK_TYPE' = 'NOT_EXISTS' ) THEN
    new 14: ELSIF ( 'NOT_EXISTS' = 'NOT_EXISTS' ) THEN
    old 17: raise_application_error(-20001, '&EM_REPOS_USER already exists..');
    new 17: raise_application_error(-20001, 'SYSMAN already exists..');
    old 21: raise_application_error(-20002, 'Invalid Check type &EM_CHECK_TYPE');
    new 21: raise_application_error(-20002, 'Invalid Check type NOT_EXISTS');
    DECLARE
    ERROR at line 1:
    ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    emca_2009-03-08_09-14-45-PM.log
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag '-repos' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'create' set to true
    Mar 8, 2009 9:12:13 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: ORACLE_HOME value: /home/oracle/product/10gR2
    Mar 8, 2009 9:12:15 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SID value: ora01
    Mar 8, 2009 9:12:18 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: PORT value: 1521
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter SYS_PWD.
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:20 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:23 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value:
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: CONFIRMATION ANSWER value: yes
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter LOG_FILE.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: EM_HOME value: /home/oracle/product/10gR2
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setFlag
    CONFIG: Flag 'db' set to true
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbServiceName
    CONFIG: No service name available. Will try to set db_unique_name.db_domain
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value:
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbUniqueName
    CONFIG: No Database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: SERVICE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter MODIFY_SID.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter GLOBAL_DB_UNIQUE_NAME.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getGlobalDbUniqueName
    CONFIG: No Global database unique name available. Will try to retrieve it from DB itself
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager getParam
    CONFIG: No value was set for the parameter DB_DOMAIN.
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.DatabaseChecks getDbDomain
    CONFIG: No db domain available. Will query db for db_domain parameter
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.ParamsManager setParam
    CONFIG: Setting param: GLOBAL_DB_UNIQUE_NAME value: ora01
    Mar 8, 2009 9:12:25 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine connecting with SID: ora01, oracleHome: /home/oracle/product/10gR2, and user: SYS
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.util.GeneralUtil initSQLEngine
    CONFIG: SQLEngine created successfully and connected
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: Spooling to /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_2009-03-08_09-12-26-PM.log
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig createRepository
    CONFIG: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
    oracle.sysman.assistants.util.sqlEngine.SQLFatalErrorException: ORA-20001: SYSMAN already exists..
    ORA-06512: at line 17
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeImpl(SQLEngine.java:1467)
         at oracle.sysman.assistants.util.sqlEngine.SQLEngine.executeScript(SQLEngine.java:841)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:265)
         at oracle.sysman.assistants.util.sqlEngine.SQLPlusEngine.executeScript(SQLPlusEngine.java:306)
         at oracle.sysman.emcp.EMReposConfig.createRepository(EMReposConfig.java:360)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:182)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
    SEVERE: Error creating the repository
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_repos_create_<date>.log for more details.
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error creating the repository
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-12-13-PM.log for more details.
    Mar 8, 2009 9:12:26 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Error creating the repository
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:194)
         at oracle.sysman.emcp.EMReposConfig.invoke(EMReposConfig.java:124)
         at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:142)
         at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
         at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
         at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
         at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)

    oracle@oracle:~>  emca -config dbcontrol db -repos create
    STARTED EMCA at Mar 8, 2009 9:38:46 PM
    EM Configuration Assistant, Version 10.2.0.1.0 Production
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Enter the following information:
    Database SID: ora01
    Listener port number: 1521
    Password for SYS user:
    Password for DBSNMP user:
    Password for SYSMAN user:
    Email address for notifications (optional):
    Outgoing Mail (SMTP) server for notifications (optional):
    You have specified the following settings
    Database ORACLE_HOME ................ /home/oracle/product/10gR2
    Database hostname ................ srv603484.adpepper.com
    Listener port number ................ 1521
    Database SID ................ ora01
    Email address for notifications ............... [email protected]
    Outgoing Mail (SMTP) server for notifications ............... www.cyabge.com
    Do you wish to continue? [yes(Y)/no(N)]: Y
    Mar 8, 2009 9:39:23 PM oracle.sysman.emcp.EMConfig perform
    INFO: This operation is being logged at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log.
    Mar 8, 2009 9:39:24 PM oracle.sysman.emcp.EMReposConfig createRepository
    INFO: Creating the EM repository (this may take a while) ...
    Mar 8, 2009 9:41:39 PM oracle.sysman.emcp.EMReposConfig invoke
    INFO: Repository successfully created
    Mar 8, 2009 9:41:43 PM oracle.sysman.emcp.util.DBControlUtil startOMS
    INFO: Starting Database Control (this may take a while) ...
    Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.util.PlatformInterface executeCommand
    WARNING: Error executing /home/oracle/product/10gR2/bin/emctl start dbconsole
    Mar 8, 2009 9:48:24 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Error starting Database Control
    Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /home/oracle/product/10gR2/cfgtoollogs/emca/ora01/emca_2009-03-08_09-38-46-PM.log for more details.
    oracle@oracle:~> emctl start dbconsole
    TZ set to US/Pacific
    Oracle Enterprise Manager 10g Database Control Release 10.2.0.1.0
    Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://**********:5500/em/console/aboutApplication
    Timezone mismatch: The agentTZRegion value (US/Pacific) in
    /home/oracle/product/10gR2/**********8_ora01/sysman/config/emd.properties
    does not match the current environment TZ setting(US/Pacific).
    The dbconsole cannot run with this mismatch.
    If US/Pacific is the correct timezone, set your timezone environment variable to US/Pacific and repeat the 'emctl start dbconsole' operation.
    If US/Pacific is not the correct timezone, make sure that the timezone in your environment is correct, and then run the following command in your local Oracle Home: 'emctl resetTZ agent'
    The output of this command will include detailed instructions to follow, to correct the mismatch.
    Edited by: user618704 on Mar 9, 2009 2:08 AM

  • Create Gate Entry (Transport) CIN SAP

    Dear All,
    I have activated CIN (country version India) in my system and I am trying to create gate pass using tcode /cvs/gnt01
    But system is throwing following error:
    Transaction /CVS/GNT01 does not exist
    Would you please let me know how you have accessed the Create Gate Entry (Transport) screen?
    What is the menu path/tcode for that?
    P.S. I am able to access other transactions related to CIN like create excise invoice, list of GRs w/o Gate pass etc.
    Regards,
    Ali

    Dear Ali,
    There is no standard process for Gate Entry other than LECI but you can customized as per your requirement, we have developed Gate Entry and Exit process for one of our client and since it is processing smoothly.
    1. Gate Entry screen contains 2 radio button and it can be created w.r.t PO and Inbound Delivery.
    2. The screen contains Invoice no and date, PO number, IBD number, Vendor, Plant, Location and Transportation details like No of cases, LR number, LR date, Vehicle number, Transporter Name, Mode of transport etc...
    3. We have used the following Tables
    LIKP, LIPS, EKPO, EKKO,  j_1imovend,  j_1imoddet1
    4. Ask your ABAPers to put a) Table control declaration, b) Structure declaration for PO as well as IBD,  c) Internal Table and work area declaration,  d) Constant declaration.
    5. Write program with below call function (Choose right one as per the requirement)
         a) CONVERSION_EXIT_ALPHA_OUTPUT.
         b) BAPI_GOODSMVT_CREATE.
         c)  BAPI_TRANSACTION_COMMIT.
         d)  RP_CALC_DATE_IN_INTERVAL.
    Hope you clear....
    Regards,
    Karna J

  • CREATING ENTERPRISE STRUCTURE

    Kindly tell me how to create a enterprise structure for a new company.  Also tell me how to create Master Data & General ledger Data.  If possible give me with the transaction code.
    I want to know all this with the scratch.
    Thanking you.
    Regards.
    Vishal Adawadkar.

    Thank you sir/madam. 
    I got my half answer.  Pls give me all this procedure with the transaction code.
    Thanking you.
    Regards,
    Vishal Adawadkar.

  • Re-installed 10g Personal - Trying to Create Enterprise Manager

    Windows XP running 10g locally.
    I can login with SQL*Plus.
    Enterprise Manager failed to install. Running EMCA.bat, I get a message that Repository already exists.
    This is the explanation of how to drop and create a new Repository:
    ===========
    9.3.1 Dropping the Management Repository
    To recreate the Management Repository, you first remove the Enterprise Manager schema from your Management Repository database. You accomplish this task using the -action drop argument to the RepManager script, which is described in the following procedure.
    To remove the Management Repository from your database:
    Locate the RepManager script in the following directory of the Oracle Application Server Home where you have installed and deployed the Management Service:
    IAS_HOME/sysman/admin/emdrep/bin
    At the command prompt, enter the following command:
    $PROMPT> RepManager repository_host repository_port repository_SID
    -sys_password password_for_sys_account -action drop
    ============
    Unfortunately, RepManager is not a batch or exe file and does not executve from the command prompt.
    Next, I found an explanation about using SQL*Plus to drop Sysman.
    =========
    SQL> DROP USER SYSMAN CASCADE;
    User dropped.
    ==========
    Now back to EMCA -a (emca.bat with parameter -a).
    This appeared to create the new Repository Parameter file but failed to complete.
    The error message said I needed to set Block Size at 8K or larger and Job Queue at 10 or greater.
    The LOG file said
    ==========
    Create core schema..
    Creating Types
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    No errors.
    CREATE ROLE MGMT_USER
    ERROR at line 1:
    ORA-01921: role name 'MGMT_USER' conflicts with another user or role name
    ======
    I don't think I have a problem with block size. I'm not sure how to check the Job Queue parameter. How do I drop the MGMT_USER user or role?

    Hey once again ,
    Please find following steps to remove EM repositry completly
    Step 1: Drop AQ related objects in the SYSMAN schemaLogon SQLPLUS as user SYSMAN
    SQL>exec DBMS_AQADM.DROP_QUEUE_TABLE(queue_table=>'MGMT_NOTIFY_QTABLE',force =>TRUE);
    Step 2: Drop the DB Control
    Repository ObjectsLogon SQLPLUS as user SYS or SYSTEM, and drop the sysman account and management objects:
    SQL> SHUTDOWN IMMEDIATE;
    SQL> STARTUP RESTRICT;
    SQL> EXEC sysman.emd_maintenance.remove_em_dbms_jobs;
    SQL> EXEC sysman.setEMUserContext('',5);
    SQL>REVOKE dba FROM sysman;
    SQL> DECLARECURSOR c1 ISSELECT owner, synonym_name nameFROM dba_synonymsWHERE table_owner
    = 'SYSMAN';BEGINFOR r1 IN c1 LOOPIF r1.owner = 'PUBLIC' THENEXECUTE IMMEDIATE 'DROP PUBLIC SYNONYM '||r1.name;ELSEEXECUTE
    IMMEDIATE 'DROP SYNONYM '||r1.owner||'.'||r1.name;END IF;END LOOP;END;
    SQL> DROP USER mgmt_view CASCADE;
    SQL> DROP ROLE mgmt_user;
    SQL> DROP USER sysman CASCADE;
    SQL> ALTER SYSTEM DISABLE RESTRICTED SESSION;
    :-)

  • Create enterprise service by BAP_PO_CREATE1 and CX_SY_MESSAGE_IN_PLUGIN_MOD

    Hello experts,
    I don't understand this problem. I created a web service on BAPI_PO_CREATE1. With Tool soapUI it's possible to test this web service and I filled all necessary input parameter and rum this service. But an error occured:
    "Message E F5 275 kann im Pluginmodus HTTPS nicht verarbeitet werden".
    CX_SY_MESSAGE_IN_PLUGIN_MODE:Ausnahme CX_SOAP_ROOT aufgetreten (Programm: CL_SOAP_RUNTIME_ROOT==========CP, Include CL_SOAP_RUNTIME_ROOT==========CM004, Zeile: 109)..Message E F5 275 kann im Pluginmodus HTTPS nicht verarbeitet werden</faultstring><detail><ns:SystemFault
    Via SE37 I filled the same input parameter and it works fine.
    What's wrong in my web service or where I can find further informations ?
    thanks
    Holger

    Hi Holger,
    I don't there's anything wrong with your web service because you're using a standard SAP BAPI.
    The problem is more than likely data related & is the exception handling of the BAPI needs a lot of work, a lot of the times it doesn't cater for web service communication. I'll explain. I've had similar painful experiences. Sometimes if you send through a web servie request & something is slightly wrong with the input data, the provider/ backend is configured to pop-up a window. Web service communication naturally can't handle this.
    The only way around this is to do some debugging in the standard BAPI when the web service request comes in until the error is triggered & try & work out what it's expecting you to do different.
    The other option would be, by process of elimination, to completely remove all optional tags tags from the SoapUI request so that there isn't any funnies there. Also, maybe clean up all unused data elements attributes. Sometimes when you populate an optional data element, some of the attributes of that element are mandatory & you might not be populating those, that could trigger this error. Just send through the absolute minimum data in the request, no additional elements / tags / attributes.
    Lastly, it may help but there's no guarantee, setup an ICF trace in TCode SICF for the user that you're using in SoapUI & see if that yields any helpful results.
    Best Regards, Trevor

  • Creating Enterprise project type in CSOM

    I want to create a new EPT (project server 2013) using C# CSOM library.
    Here is what I have done so far:
    List<ProjectDetailPageCreationInformation> pages = new List<ProjectDetailPageCreationInformation>();
    projContext.Load(projContext.ProjectDetailPages);
    projContext.ExecuteQuery();
    projContext.Load(projContext.EnterpriseProjectTypes);
    projContext.ExecuteQuery();
    pages.Add(new ProjectDetailPageCreationInformation() { Id = projContext.ProjectDetailPages[12].Id, IsCreate = false });
    CreateEPT("New EPT ", "test desc", "PROJECTSITE#0", pages);
    private static void CreateEPT(string strName, string strDescription, string strTemplateName, List<ProjectDetailPageCreationInformation> pages)
    EnterpriseProjectTypeCreationInformation newProjType = new EnterpriseProjectTypeCreationInformation();
    newProjType.Description = strDescription;
    newProjType.Id = Guid.NewGuid();
    newProjType.IsDefault = false;
    newProjType.Name = strName;
    newProjType.ProjectDetailPages = pages;
    newProjType.ProjectPlanTemplateId = Guid.Empty;
    newProjType.WorkflowAssociationId = Guid.Empty;
    newProjType.WorkspaceTemplateName = strTemplateName;
    newProjType.Order = 1;
    projContext.EnterpriseProjectTypes.Add(newProjType);
    projContext.EnterpriseProjectTypes.Update();
    I'm getting EnterpriseProjectTypeCreatePDPIsRequired error. Any idea how to resolve this? Or have you created EPT for office 365 project server using CSOM.
    Thanks, Saravanan PRS

    its code issue. we just need to set IsCreate=true . that did the trick. Thanks to my boss Neall :)
    Thanks, Saravanan PRS

  • Replace patient create bapi with enterprise service

    Hi all,
    I've compared the input data of the patient create bapi with the input message of the patient create enterprise service. There are some differences and so I don't know if it's possible to replace the bapi with the enterprise service. As example, the bapi offers input fields for contact persons (first and last name, relationship, address number) which are stored in the table NPAT.
    In contrast, the enterprise service offers the input type dependent relationship with fields DependendId and RoleCode.
    Which table does the service use to store the contact information?
    Does the create patient service fill the same tables as the bapi?
    Is it possible to replace the bapi create patient with the enterprise service?
    Best regards,
    Christian Sonek

    Hi Christian,
    Enterprise services expose more or less the business partner interface whereas BAPIs expose the patient management interfaces complying to the former data model. As my colleagued described before, next of kin is handled as a separate business partner and due to that fact, services and BAPIs behave in a different way.
    That means, in case a customer does not want to upgrade to the new patient management concept with using the central business parter he cannot create next of kin data with the PatientCreate service. In case he wants to upgrade to the new Patient concept and he agrees to store patients and next of kin as business partners, he can replace the API with the service.
    Apart from next of kin data, the service for patient create can be used to create patients even with the old patient
    Best Regards, Doris Karbach

  • Create a Maintenance view for table T500P

    Hi Experts,
    We have a requirement where customer want an additional field in table T500P and for the same a custom maintenanve view has to be created.Moreover, If there is any update insert or change in the ZView/Ztable the same should be reflected in standard table T500P.
    Steps already taken :-
    We have created a ztable (copy of T500P ) and add the required custom field to it.
    We have also copied the view i.e V_T500P to our custom view and also use base table as T500P .
    We also create a foreign key for PERSA in Ztable and use T500P as check table for that with cardinality 1:1.
    To update the MOLGA & BUKRS field data in ztable we have set both the field as a primary key & create a foreign key with check table T500L & T001 & cardianality as 1:CN for key fields.
    In custom maintenance view we have set the realtionship of ztable t500l & t001 with the base table T500P.
    Now, if we are trying to maintain the view only T500P table is getting updated and Ztable is updated with only PERSA value.
    Please provide some directions for the resolution of this issue.
    Thanks,
    Pooja Goel.

    Scheduler007 --
    The view you selected by clicking File > Options > Project View is the default view for every new project you create from a blank project template.  This is a global option, so setting it from the checked out Enterprise Global file serves no purpose. 
    When you select a view as your default view, you will see that view applied to the blank project that is opened when you launch Microsoft Project 2010, and you will see it applied if you create new blank projects.  If you create enterprise templates for
    people to use in your organization, you should simply apply the view to the template that you want as the default so that users will see this view immediately when they create a new project from the template.  In addition, if you apply a view to an open
    project, close and check in the project, and then reopen the project, you will see the last view applied in that project (as Guillaume correctly points out).
    Beyond this, there is no method possible for the Project Server administrator to specify a default view for the Microsoft Project application used by the project managers in your organization.  This is an option each PM must set.  Hope this helps.
    Dale A. Howard [MVP]

  • Error while Updating Enterprise Link Plan in Design Studio

    Hi, All
    I am getting one Error while Creating Enterprise Link Plan in Design Studio of BAM and Failed to Create the Plan.
    i.e.(IMessageSourceReceiver>messageReceive:javax.NameNotFoundException: java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab not found)
    Setup:
    Integration between Oracle EBS 11.5.10 and Oracle BAM 10.1.3.
    I am trying to get the Raw Data and sending over to the Enterprise Link Plan.
    1. Created bam_ttq AQ and bam_ttq_tab.
    2. Configured all of the startup parameters required for Enterprise Message Source Type (Oracle (AS JMS and OJMS)) in the Administrator of BAM.
    3. Configured the Oracle (AS JMS and OJMS) with the following values in the Enterprise Message Sources in the Architect of BAM.
    Initial Context Factory : com.evermind.server.rmi.RMIInitialContextFactory.
    JNDI Service Provider URL : opmn:ormi://inaportal.inatech.com:6004:home.
    TopicConnectionFactory Name : java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab.
    Topic Name : java:comp/resource/BAMTTT/Topics/bam_ttq.
    JMS Message Type : Text Message.
    Durable Subscriber Name (Optional) : Bamclient.
    Message Selector (Optional) :
    Client ID (Optional) : ClientId.
    4. Also configured the data-sources.xml and applications.xml in OC4J (10.1.2) to reference the database schema where the BAM_TTQ queue is created.
    5. Modified the jndi.properties file with required properties.
    java.naming.security.principal = ias_admin
    java.naming.security.credentials = inaportal321
    java.naming.provider.url = opmn:ormi://inaportal.inatech.com:6004:home
    java.naming.factory.initial = com.evermind.server.rmi.RMIInitialContextFactory
    6. In the Design Studio I have a Plan with Oracle BAM Enterprise Message Receiver and Grid.
    And when I am updating the plan I am getting the following error.
    IMessageSourceReceiver->messageReceive: javax.naming.NameNotFoundException: java:comp/resource/BAMTTT/TopicConnectionFactories/bam_ttq_tab not found
         at com.evermind.server.rmi.RMIContext.lookup(RMIContext.java:164)
         at javax.naming.InitialContext.lookup(InitialContext.java:347)
         at iteration.enterpriselink.sources.JMSConsumer.start(JMSConsumer.java:85)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.jmsConsumerStart(JMSMessageSourceReceiverImpl.java:1001)
         at iteration.enterpriselink.sources.JMSMessageSourceReceiverImpl.messageReceive(JMSMessageSourceReceiverImpl.java:326)
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3A]
    Error during Message Receive operation.
    [Oracle BAM Enterprise Link error code:  0x75 -- 0x1, 0x75 -- 0x3B]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Error while processing the data for the step 'Oracle BAM Enterprise Message Receiver'
    [Oracle BAM Enterprise Link error code:  DC -- 0x1, DC -- 0x83]
    Update of Plan "EBS_Example" failed.
    [Oracle BAM Enterprise Link error code:  PlanMgr -- 0x1, PlanMgr -- 0xD5]
    Can anybody pls help me out with this? Its Urgent for Me
    Thx
    Renuka.
    Message was edited by:
    Renuka

    hi renuka..were u able to resolve this issue with the naming exception....cheers...

  • Apple Enterprise App Store & DPS

    We are a fairly small ad agency with a large corporate client that has an Apple Enterprise App Store they use to distribute iPad apps to their employees. The marketing rep we work with has asked us to create a brochure along with an iPad app using the same content as the brochure. Our first thought was that this would be a great way for us to dive in and learn the Adobe Digital Publishing Suite and use the Single Edition version for our client app. But, despite our best efforts, we haven't been able to get a definitive answer as to whether or not the DPS Single Edition product can create an app that can be distributed with an Apple Enterprise App Store. An IT guy from our client said they need an .ipa file along with a plist file and the app has to be signed with a certificate that allows distribution of apps without the App Store. No idea what all that means but I need to find out if we can do all of that with DPS Single Edition. Thoughts anyone?

    Look, I'm not trying to get frustrated, but no matter how you ask the question, the answer is the same. There is no such thing as an enterprise "store." What there is, is the enterprise developer's program, which allows you create an distribution .ipa file, that you can host somewhere (behnind a username and password security portal) for users to download outside of the store.
    Here is the Adobe help article explaining how it's done, but again, it can't be done with Single Edition. The license doesn't allow for it. The best you can do with Single Edition is distribute it to 100 iPads by side loading it after provisioning the iPads via the Apple Developer portal. http://helpx.adobe.com/digital-publishing-suite/help/creating-enterprise-signed-viewer-app .html
    And sorry for getting frustrated, but I answered your question twice and I really do this every day as part of my career. Your question is one that comes up a lot as it would seem like private distribution would be simple, but because of the licensing restrictions, the enterprise license is the only license that will allow the creatation of an enterprise iOS developer signed application.

Maybe you are looking for