A tela da Configuração do Grupo de item aparece fora da tela de acesso

Grupo,
Gostaria de ajuda, o servidor do meu cliente caiu e estava usando o cadastramento do grupo de item, agora quando tento abrir ele pararece no alto sem poder ser inserido os cadastros, já tentei de todas as formas baixar a tela mais não tive sucesso, e não tem como inserir novos grupos nen ver ,estou usando o B1BC SP001 BR 02 SAP 2007B PL09.
Jaqueline Martins

Oi Jaqueline
Tente no SAP Business One menu -> "Janela" -> "Cascata".
Depois disso deve ter as janelas mais ao centro e com possibilidade aceder aos campos.
Paulo Calado
SAP Business One Forums Team

Similar Messages

  • Do i have to configure ssl on cisco unified provisioning manager for it to work. I am running BE6000 9.X

    Do i have to configure ssl on cisco unified provisioning manager for it to work

    Here is the code
    #include <userint.h>
    #include "iface.h"
    #define DAQmxErrChk(functionCall) if( DAQmxFailed(error=(functionCall)) ) goto Error; else    
    int write_onoff(uInt8 HL, const char linename[])
      int         error=0;              // error code (initialized to zero i.e. no error)
      TaskHandle  taskHandle=0;            // task ID for DAQmx
      char        errBuff[2048]={'\0'}; // error message
      // DAQmx Configure Code
      SetWaitCursor(1);
      DAQmxErrChk(DAQmxCreateTask("", &taskHandle));
      DAQmxErrChk(DAQmxCreateDOChan(taskHandle, linename, "", DAQmx_Val_ChanPerLine ));
      // DAQmx Start Code
      DAQmxErrChk(DAQmxStartTask(taskHandle));
      // DAQmx Write Code
      DAQmxErrChk(DAQmxWriteDigitalU8(taskHandle, 1, 1, 10.0, DAQmx_Val_GroupByChannel, &HL, NULL, NULL));
      Error:
        SetWaitCursor(0);
        if (DAQmxFailed(error)) DAQmxGetExtendedErrorInfo(errBuff, 2048);
        if (taskHandle!=0)
          // DAQmx Stop Code
          DAQmxStopTask(taskHandle);
          DAQmxClearTask(taskHandle);
        if (DAQmxFailed(error)) MessagePopup("DAQmx Error", errBuff);  
      return error;  
    } // end write_digital_line
    int CVICALLBACK test (int panel, int control, int event, void *callbackData, int eventData1, int eventData2)
      uInt8 onoff=0;
      if (event==EVENT_COMMIT)
        GetCtrlVal(panel, control, &onoff);
        write_onoff(onoff, "Dev1/port0/line0");
      return 0;  // return 0 to tell the system the message has been handled    

  • Configuration.SectionInformation.ProtectSection generates two connection strings for one

    I am trying to encrypt the connection string section in the config file. There is only one connection string in the original config file, that is a oracle connection string. But after encryption, there are two connection strings.
    The original config file is like
    <?xml version="1.0" encoding="utf-8" ?>
    <configuration>
     <connectionStrings>
      <add name="Ref_ConnectionString"
       connectionString="Data Source=aaa;User ID=bbb;password=ccc"
       providerName="System.Data.OracleClient" />
     </connectionStrings>
     <appSettings>
      <add key="sp_AddRefName" value="sp_AddRef"/>
     </appSettings>
    </configuration>
    The coding to encrypt is like:
    System.Configuration.Configuration config =
    ConfigurationManager.OpenExeConfiguration(configFile);
    ConfigurationSection section = (ConfigurationSection)config.GetSection("connectionStrings");
    section.SectionInformation.ProtectSection("RsaProtectedConfigurationProvider");
    section.SectionInformation.ForceSave = true;
    config.Save(ConfigurationSaveMode.Full);
    And I am using the following coding to test the decryption:
    System.Configuration.Configuration config =
    ConfigurationManager.OpenExeConfiguration(configFile);
    ConnectionStringsSection connSection = config.ConnectionStrings;
    int i = 1;
    foreach (ConnectionStringSettings settings in connSection.ConnectionStrings)
    Console.WriteLine(i.ToString() + ":" + settings.ProviderName + ";" + settings.ConnectionString);
    i++;
    The output for the decryption are as following:
    1: System.Data.SqlClient;data source=.\SQLEXPRESS;Integrated Security=SSPI;Attach
    DBFilename=|DataDirectory|aspnetdb.mdf;User Instance=true
    2: System.Data.OracleClient;Data Source=aaa;User ID=bbb;password=ccc
    Could any of you tell me what I am doing wrong? Thanks.

    For the benefit of anyone who comes across this question:
    configFile, is meant to be the exePath. OpenExeConfiguration will open the exe's config file and then encrypt it, and then save a "{exePath}.config" file.
    If you use notepad to check then you will see encrypted strings.
    If you want to use code to check use:
    System.Configuration.Configuration config = ConfigurationManager.OpenExeConfiguration(exePath);
    config.GetSection("connectionsStrings").SectionInformation.IsProtected
    If you use code to read the config file, then that will only show decrypted values (#2 in the listed output)
    The extra data connection (#1) comes from a config file higher up in the hierachy, e.g. machine.config

  • How to edit/delete a custom label for a tel number for example in contacts?

    How to edit/delete a custom label for a tel number for example in contacts?

    Alfre311 wrote:
    I've been trying to find a way to do this since I updated to IOS 7, and I've just found the solution/explanation, even tho is a bit heavy to carry out.
    IOS 6 creates custom labels and save them giving you the option to delete them.
    IOS 7 creates custom labels but don't save them, so there is no need to have the option to delete them.
    But here comes the problem, if you have some custom labes saved in you Iphone / Ipad with IOS 6 and you update it to IOS 7, the device will keep those labels saved, but you wont be able to delete them.
    I realized this by going to contacts on Icloud. There those labels that I had on my devices weren't there. So simply restoring your device and configuring it as a new one to later sync your Icloud Contacts, will solve the problem.
    I know this post is old, but I might just try this with iOS 8. I have outdated custom labels that annoy me, because I still seem them in the list as options. If I get desperate enough, I may try your solution.

  • Can any one tell me step by step guide of Guided procedure for adobe forms.

    Hi,
    Can any one tell me step by step guide of Guided procedure for adobe forms.Can any one give me docs of that if possible.
    My personal id is..
    [email protected]
    Regards,
    Gurprit Bhatia
    Message was edited by:
            GURPRIT BHATIA
    Message was edited by:
            GURPRIT BHATIA

    hi
    Refer these docs
    <a href="http://help.sap.com/saphelp_nw04s/helpdata/en/43/849b3482206353e10000000a11466f/frameset.htm">Configuration of GP for Adobe Forms</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e99cff7a-0601-0010-dea3-e8166c7a7f20">SAP CAF Application</a>
    <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b9ea34c2-0701-0010-e2a2-d8e9cd6d85dc">Configuration for GP</a>
    <a href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_bc_gp/~form/handler">Limitations and known issues for Adobe forms in GP</a>
    \<a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee8a84ea-0c01-0010-5691-accfb0a172ed">Creating a Form-based Process(Adobe)</a>
    Thanks & Regards
    Harsimran Kaur

  • Boa noite. O problema ocorre com qualquer navegador. Hoje liguei para a Microsoft, para pedir ajuda na configuração do e-mail que aparece o erro #872. O técnico

    Boa noite.
    O problema ocorre com qualquer navegador.
    Hoje liguei para a Microsoft, para pedir ajuda na configuração do e-mail que aparece o erro #872.
    O técnico entrou remotamente e fez todos os estes possíveis e imagináveis.
    Fiquei remotamente durante uma hora e trinta minutos. E ele não conseguiu resolver.
    O problema não é com o outlook é com o GMAIL.
    Após vários testes, agora aparece a seguinte mensagem de erro:
    “Servidor respondeu: 421 4.7.0 Temporary S” pelo outlook e pelo GMAIL (#872)
    O técnico da Microsoft informou que o problema é com o GMAIL.
    Por favor estou desesperada, desde 10 de julho de 2014 não recebo e envio e-mail da conta:
    Tenho essa conta para trabalho e pessoal, isso esta causando muito prejuízos.
    POR FAVOR ME AJUDE A RESOLVER ISSO.
    Desde já muito obrigada
    Elisabeth
    De: ****** [mailto:******] Em nome de Cesar JB via Fórum de Ajuda do Gmail
    Enviada em: segunda-feira, 28 de julho de 2014 07:57
    Para: *****
    Assunto: Re: ERRO (@872)
    Olá Elisabeth,
    O mesmo problema ocorre quando você utiliza um navegador (Chrome, Firefox ou Internet Explorer) ou somente quando você utiliza um programa cliente de email (ex: Outlook).
    Se estiver usando um navegador, experimente fazer a limpeza do cachê e veja se a referência abaixo sobre erros no Gmail te auxilia.
    Abraço,
    Cesar JB
    On Sunday, July 27, 2014 10:48:00 PM UTC-3, Elisabeth Reboucas wrote:
    gmail
    recebo uma mensagem de erro. (@872).
    sempre que mando email da minha conta principal. POR FAVOR QUEM PODE AJUDAR.
    A RESPOSTA POSTADA EM 20/07/14 NAO RESOLVEU O PROBLEMA.
    "Erro
    Ops... ocorreu um erro de servidor e seu e-mail nao foi enviado. (#872)
    OK"
    a mensagem de erro esta escrita acima.
    Por favor preciso de ajuda.
    Obrigada.
    Elisabeth
    <hr>
    ''emails removidos para privacidade dos mesmos'' - Diego Victor

    Boa Noite Elisabeth,
    Sua explanação sobre o seu problema está um pouco confusa e com poucas informações, o que dificultada a melhor resposta e/ou a resposta correta. Porém que você está com problemas no uso do Gmail pelo seu aparelho Mobile, eu pesquisei alguns problemas e pré requisitos para que esse uso seja feito sem maiores complicações.
    Você pode acessar o Gmail pela Internet em navegadores como Google Chrome, Firefox, Internet Explorer e Safari no seu computador. Para acessar o Gmail com um navegador instalado em um dispositivo móvel, esse dispositivo deve atender a estes requisitos mínimos.
    '''Requisitos Mínimos'''
    Para acessar o Gmail para celular, o navegador de seu celular deve atender a alguns requisitos mínimos.
    Primeiramente, verifique se seu navegador é compatível com XHTML. Caso não tenha certeza, visite http://www.google.com/xhtml e faça uma pesquisa. Se não funcionar, seu navegador pode não ser compatível com XHTML.
    Você pode entrar em contato com seu provedor de serviços para celular para verificar os seguintes requisitos:
    1. Seu navegador deve ter os cookies ativados e sua rede também deve permitir cookies. A configuração de cookies geralmente está localizada nas configurações do navegador de seu telefone.
    2. Sua rede deve permitir tráfego SSL seguro.
    3. O navegador de seu celular deve ter um comprimento de URL de 2000 bytes.
    4. O navegador de seu celular deve permitir redirecionamentos de 10.
    Para usar o Gmail, ative os cookies e o JavaScript'''
    Independentemente do tipo do seu navegador, você precisa estar com os cookies ativados para usar o Gmail. Além disso, se seu navegador for compatível, ative o JavaScript. Pesquise instruções no Google sobre como ativar os cookies e o JavaScript no seu navegador.
    Espero que com isso você resolva o seu problema ou a menos tenha ajudado a ajuda-lo.
    Um grande abraço.

  • TS3694 Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out.

    Why can't I update my iPhone 4 to iOS 5.1? Every time I try it gets all the way done downloading it; however when it's processing the file the page tells me "There is a problem downloading the software for the iPhone. Network connection timed out. Make sure your network settings are correct and your network connection is active. or try again later." and next to the file it has err = -3259. I have tried this 17 times and it won't work. My iTunes is completely up to date. I have made sure that my connection is fine and I have tried turning my firewall off with no avail. This has happened to me before but usually the update will go through after 2-3 tries, never to this extent. I don't know what to do. Help!

    Error -3259 is a network timeout error, usually. This article might help:
    http://support.apple.com/kb/TS2799

  • I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and

    I'm trying to create a new ichat Acc because for some reason the old one is not working, so I go to Create an Apple ID and start creating a new apple ID, when I submit the Acc it tells me that my Email address is already verified for another Apple ID and thats the only email address I have... What can I do?

    There is no way to consolidate iTunes accounts.
    Setting up an iPhone has never required creation of a new Apple ID.
    You've apparently purchased content with both Apple ID's.  Sign into the device with the correct Apple ID and sync the content.

  • How to configure email Alerts in OEM Cloud 12c for Database Servers up/down

    Hi everybody,
    How to configure email Alerts in OEM Cloud 12c for Database Servers up/down status?
    Regards,
    Miguel Vega

    Hi Miguel Vega,
    Information regarding the notifications:
    ==============================
    Configuring notification rules in 12c is different from earlier releases.
    The concept and function of notification rules has been replaced with a two-tier system consisting of Incident Rules and Incident Rule Sets :
    1. Incident Rules: Operate at the lowest level granularity (on discrete events) and performs the same role as notification rules from earlier releases.
    By using incident rules, you can automate the response to incoming incidents and their updates.
    A rule contains a set of automated actions to be taken on specific events, incidents or problems.
    The actions taken are for example : sending e-mails, creating incidents, updating incidents, and creating tickets.
    2. Incident Rule Set: A rule set is a collection of rules that applies to a common set of objects, for example, targets, jobs, and templates.
    To help you to achieve the Notification Rules configuration, refer those notes :
    How To Configure Notification Rules in 12C Enterprise Manager Cloud Control ? Doc ID 1368036.1
    EM12c How to Add and Configure Email Addresses to EM Administrators and Update the Notification Schedule ?Doc ID 1368262.1
    EM12c How to Subscribe or Unsubscribe for Email Notification for an Incident Rule Set ?Doc ID 1389460.1
    EM 12c How to Configure Notifications for Job Executions ? Doc ID 1386816.1
    Best Regards,
    Venkat

  • Cant sync my iphone contacts with yahoo, it says "unknown error (4)" and tells me to come back later, been doing it for months. Any ideas on how to kill it?

    cant sync my iphone contacts with yahoo, it says "unknown error (4)" and tells me to come back later, been doing it for months. Any ideas on how to kill it?

    Hey joshuafromisr,
    If you resintall iTunes, it should fix the issue. The following document will go over how to remove iTunes fully and then reinstall. Depending on what version of Windows you're running you'll either follow the directions here:
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    http://support.apple.com/kb/HT1925
    or here:
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    Best,
    David

  • When i turn on my itouch the screen tells me to plug into itunes, i do that and it tells me my ipod is in recovery mode and to restore it, i click ok and click restore then it does it all over again and nothing happens. what do i do?

    when i turn on my itouch the screen tells me to plug into itunes, i do that and it tells me my ipod is in recovery mode and to restore it, i click ok and click restore then it does it all over again and nothing happens. what do i do?

    Hi tgoit2015,
    If you are having issues restoring your iPhone, you may find the following article helpful:
    Apple Support: If you can't update or restore your iOS device
    http://support.apple.com/kb/ht1808
    Regards,
    - Brenden

  • Hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    hi i have  an iphone 4 which is from canada nd i have seen one sim inside it which is a canadian sim ,iam staying in india so can i use that phone in india and please tell me what are the steps ihave to take for using that canadian phone in india

    Only the carrier to whom the device is locked can authorize it's unlocking.  Contact the carrier to see if they offer unlocking and if you qualify.

  • Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . i am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Can anyone tell me where to send my i phone to for repair?? I have paid by card on this site but been given no details as to what address it is to be sent . I am not a computer whizz but not an idiot either and i am becoming more and more frustrated !!!!!

    Yes, AppleCare can tell you.  Below is the number for AppleCare in the US. 
    1-800-APL-CARE *
    1-800-275-2273
    Hours of Operation: 7 days a week from 5am - 8pm Pacific time.
    If you live outside the US, additional contact information can be found at this link.
    http://support.apple.com/kb/he57

  • Cannot install trial for Adobe Acrobat XI Pro on my computer - After I select download, I receive this message: This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance.

    Cannot install trial for Adobe Acrobat XI Pro on my computer - After I select download, I receive this message: This application cannot be installed because this installer has been mis-configured. Please contact the application author for assistance. Have tried doing so from multiple browsers.
    Please let me know how to download the trial version.
    Thank you.

    Try downloading Acrobat Pro XI using below link. Then try to installing it once again.
    Download Acrobat products | Standard, Pro | XI, X

  • Configure a sales orginazation as a customer for another plant..

    Hi ,
    How can we configure a sales orginazation as a customer for another plant?? This configuration is requiresd for intercompany  scenerio.
    PLZ give me the exact steps.
    Also I want to know how to configure a plant as a vendor to another plant in case of STO b/w different companies.
    Points assured for suitable answers.
    THNX n Regards,
    Subbz..

    Intercompany Scenario:
    Go to Sales & Distribution >Billing> Intercompany Billing
    Here there is an option to maintain internal customer number for a sales organization. Now the customer that you define here should be created in sales org on which the Intercompany Billing invoice is raised ( or the sales org for which the sales order is created )
    Cross Company Scenario:
    In Cross Comapany scenario, you shall have two plants in the PO created. One would be supplying Plant and the other would be receiving plant.
    You have create a Vendor Master Record for the Supplying Plant. For this, follow the below :
    XK01 is the tcode for creation of Vendor master data
    Remember in this XK01 screen, the company code details to be given shall be the other company code ( that is the company code to which the receiving plant is configured ).
    In the same screen, the Account Group has to be selected 0007.
    So go ahead and create the vendor through the above transaction. Be careful to maintain as and when the field details you come across during vendor creation;
    Supplying Plant ---> as Delivering Plant ( DP)
    Supplying Plant as Vendor and VB(companycode ) as DI --> Invoice Presented by.
    Hope the above helps.

Maybe you are looking for

  • All music & apps not showing in iTunes

    I recently purchased the new MacBook Pro 15" and transferred all my iTunes music, apps etc from a backup from my Time Capsule. However, when I open up my iTunes, the screens meant to be showing my music and apps are blank. I can access the iTunes sto

  • Installing  Repository Creation Utility (RCU) for OBIEE 11g

    Hello, We are working on installing the Oracle Business Intelligence Entreprise Edition Plus 11g (v 11.1.1.6.0) for a POC in our Company's network. We have to install the OBI Server and other server-side components on a IBM AIX (64-Bit) server; and t

  • Using anchor within frameset

    I am trying to use an anchor in a frame within the navigation bar of my page, with the ancor opening the linked item within the lower frame. For some reason this seems to work in Safari, but Internet Explorer always opens up a new window - can anybod

  • Setting Reason combo in crmd_order

    Hi All,      I am passing a parameter IT_SERVICE_OS to function module 'CRM_ORDER_MAINTAIN' in order to set the reason for status i.e. the result combo. While creating the order I have set mode as A, that works. But, while changing the order I have s

  • Error in gl while assigning po

    hi Friends.. good morning.. need help.. while generating PO-service , and assigning gl account and cost center (mkc1590 ) an error was encountered.. " 459000 for 18.06.2009 as a cost element in controlling area 1000" regards, rashmi