Como podemos ajudar?

Bem vindo a nossa página de manuais. Utilize a caixa de pesquisa abaixo para procurar o conteúdo desejado.

Últimos artigos

Nota SAP sobre problemas para exibir as abas de endereço, pessoas de contato no cadastro de PN ao iniciar um add-on no SAP Business One 10 FP 2011: “3003461 – System Folders/Tabs Do Not Appear when a User Folder/Tab Is Added in Business Partner Master Data

  • CRM One
  • SAP Notes - Notas importantes
  • Nota SAP sobre problemas para exibir as abas de endereço, pessoas de contato no cadastro de PN ao iniciar um add-on no SAP Business One 10 FP 2011: "3003461 - System Folders/Tabs Do Not Appear when a User Folder/Tab Is Added in Business Partner Master Data

O texto abaixo, informa de situações onde ao iniciar um add-on que realize alguma modificação de abas no formulário de parceiros de negócios, algumas abas do sistema por um erro no SAP Business One não são apresentadas.

Em caso de dúvidas o link de acesso direto a nota é: https://launchpad.support.sap.com/#/notes/3003461

Symptom

System folders/tabs do not appear when a user folder/tab is added in the Business Partner Master Data window.

Reproducing the issue

Prerequisites:
You have an UI API program which creates a user folder in the Business Partner Master Data window using LoadBatchActions() method as below:

string xmlForm = File.ReadAllText(“test.xml”);
xmlForm = xmlForm.Replace(“F_80”, oItemForm.UniqueID);
SBO_Application.LoadBatchActions(xmlForm);

<?xml version="1.0" encoding="utf-16"?>
<Application>
<forms>
<action type="update">
<form FormType="134" uid="F_80">
<datasources>
<userdatasources />
<DataTables />
</datasources>
<items>
<action type="add">
<item type="99" uid="TEST_00001" left="715" top="135" width="142" height="19" right_just="0" enabled="1"
from_pane="0" to_pane="0" visible="1" disp_desc="0" tab_order="0" text_style="0">
<AutoManagedAttribute />
<specific caption="TEST Folder" AffectsFormMode="0" ScrollBars="0" />
</item>
</action>
<action type="group">
<item type="0" uid="9" left="0" top="0" width="0" height="0" right_just="0" enabled="1" from_pane="0"
to_pane="0" visible="1" disp_desc="0" tab_order="0" text_style="0">
<AutoManagedAttribute />
</item>
<item type="0" uid="TEST_00001" left="0" top="0" width="0" height="0" right_just="0" enabled="1"
from_pane="0" to_pane="0" visible="1" disp_desc="0" tab_order="0" text_style="0">
<AutoManagedAttribute />
</item>
</action>
</items>
</form>
</action>
</forms>
</Application>

Scenario:

  1. Run the UI API program.
  2. Open the Business Partner Master Data window.
  3. Navigate to an existing Business Partner Master Data record.

Expected behavior:
System folders Contact Persons, Addresses, Properties and Attachments appear in the Business Partner
Master Data window.

Actual behavior:
System folders Contact Persons, Addresses, Properties and Attachments do not appear in the Business
Partner Master Data window.

Solution
SAP intends to provide a feature package or patch to solve the symptom that is described in this SAP Note.
The section References below lists the related feature package or patch once they become available. Be
aware that References can only be confirmed at feature package or patch release date. SAP delivers feature
packages or patches only for selected releases at its own discretion, based on the business impact and the
complexity of implementation.

Esse artigo foi útil?
0 out Of 5 Stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Como podemos melhorar este artigo?
Precisa de ajuda?
Índice