🚀PROMO #PLANCARRERA2024 - 🔥Bonificaciones, Precios Congelados y Cuotas

 X 

✒️ABAP Los Agentes y la Estructura Organizativa

ABAP Los Agentes y la Estructura Organizativa

ABAP Los Agentes y la Estructura Organizativa

Agents and Organizational Structure

Understanding Agents

An agent is the person responsible for executing the work in the Workflow. Each work item (understood as the runtime instance of a workflow step) can be processed by:

  • The workflow system, using the user WF-BATCH.
  • An agent.

Agents are responsible for executing tasks that cannot be automated. One of the most interesting tasks and typically one of the most time-consuming when defining a workflow is how the system should select the correct agents for executing each work item. From a business perspective, this is not trivial, particularly when it's a new process that has not been carried out before.

Agent Assignment

The workflow system must work with groups of agents to determine the final responsible parties for executing a work item. When designing, implementing, and maintaining a workflow, we must understand how the workflow system views these agent groups.

The agent groups are:

  • Possible agents: These are the individuals allowed to execute the work. They are always assigned at the task level, upon which many work items will be based, but not to a specific work item itself. If a person is not in the possible agents group, they can never execute the task. Additionally, a task can be marked as general. In this case, all users will be possible agents for the task.
  • Responsible agents: These are the ones we want to execute a specific work item. They are commonly assigned when creating a step in the workflow builder. They can also be assigned through "roles" or "positions" at the task level. With roles, responsible agents are dynamically assigned at runtime. They are always possible agents.
  • Excluded agents: These are the individuals we do not want to execute a specific work item. They are always defined in the workflow builder when creating a step for a task.

These three groups can overlap and intersect to determine the final responsible agent.

Receivers

These are the individuals who automatically receive a work item in their inbox when the workflow creates the work item. They are also known as "selected agents." Receivers are:

  • Possible agents for a task.
  • Restricted to the list of responsible agents for a work item.
  • Not members of the excluded agents list.

Consider:

  • If there are no possible agents, NO ONE will receive the work item.
  • If no responsible agent is defined in the step, the system will look for the default rule of the task. If there is no rule, all possible agents will receive the work item (excluding excluded agents).
  • A receiver can forward a work item to another user. In this case, several possibilities exist:
  • General Task: Work items can be forwarded to any user.
  • General Forwarding Allowed: Work items can be forwarded to any user (but there is a list of possible agents).
  • General Forwarding Not Allowed: Work items can only be forwarded to possible agents.
  • Prohibited Forwarding: Forwarding work items is not allowed.
  • The forwarding possibilities are defined within the task when determining the possible agents.

Other Agents

  • Current Agent: While a work item is being processed, the current agent is the one processing the work item (has it taken). Once the work item is completed, the current agent will be the one who processed the work item last.
  • Multiple Assignment: It may occur (and is very common) that the same work item is sent to several receivers. When one of the agents takes the work item, it will disappear from the inbox of the others, and in case they leave it untaken, it will reappear for all users.
  • Deadline Agents: These are the ones who will receive a work item that has expired, meaning a deadline was set, and the deadline was reached.
  • Notification Agents: These are the ones who will receive an email informing them that a certain work item has been executed successfully.

Organizational Structure in Agent Assignment

Every agent in the workflow system must have a SAP user ID. Every time we assign a possible, responsible, or excluded agent, we are implicitly assigning a SAP user. Maintaining user by user all the agents is an excessively tedious task since there can be multiple workflows, multiple users, etc. We must also remember that users are people and as such change positions, leave the company, new ones enter, etc.

Whenever possible, we should maintain the assignment of users to workflows through an organizational plan or organizational structure.

The Basic Organizational Plan

The basic organizational plan consists of a series of relationships, represented as a hierarchical organizational structure between different organizational elements such as:

  • Organizational units: each organizational unit represents a group of people like a team, department, section, work area, laboratory, etc.
  • Jobs: a job describes a functional role within the organization.
  • Positions: each position represents a place to be occupied by a person, it's a physical desk or a vacancy.
  • Users: it's the SAP user assigned to the position.

Most organizational objects have a code, a description, and a validity period. By default, the validity period is assigned with the date of the object's creation and as the expiration date will be December 31, 9999. However, the period can be changed.

Maintaining the Basic Organizational Plan

To create an Organizational Plan or Organizational Structure, we access transaction PPOCW and select a validity date. Then we perform the following steps:

  • Creation of the organizational unit: to do this, press the create button, select the organizational unit, and enter a code, a description, and a validity period.
  • Creation of the function: from the menu, select "deal / create functions" and enter a code and a description.
  • Creation of a position: enter the code, description, a function, and whether the position is or is not the maximum responsible for the organizational unit. We can also enter validity.
  • Assigning a user: Place the cursor on the position and press the assign button. Then select "holder" and choose a user, for example, ours. Finally, change the position description.

 

 

 


Sobre el autor

Publicación académica de Jaime Eduardo Gomez Arango, en su ámbito de estudios para la Carrera Consultor ABAP.

SAP Master

Jaime Eduardo Gomez Arango

Profesión: Ingeniero de Sistemas y Computación - España - Legajo: SW34C

✒️Autor de: 118 Publicaciones Académicas

🎓Cursando Actualmente: Consultor ABAP Nivel Avanzado

🎓Egresado del módulo:

Disponibilidad Laboral: FullTime

Presentación:

Ingeniero de sistemas y computación con 8 años de experiencia el desarrollo frontend & backend (react/node) y en cloud (aws), actualmente desarrollando habilidades en sap btp, ui5, abap y fiori.

Certificación Académica de Jaime Gomez

✒️+Comunidad Académica CVOSOFT

Continúe aprendiendo sobre el tema "Los Agentes y la Estructura Organizativa" de la mano de nuestros alumnos.

SAP Master

AGENTE. Es la persona que ejecuta el trabajo a realizar en el workflow. Son los encargados de ejecutar tareas que no pueden ejecutarse automáticamente. - Los grupos de agentes pueden ser, Agentes posibles, Agentes responsables y Agentes excluidos. - Receptores, son los que reciben un workitem en su inbox cuando el workflow creal el workitem. - Agente actual es aquel que este procesando el workitem. Estructura Organizativa en la asignación de agentes. - Cada agente en el sistema Workflow debe tener un user ID de SAP. - Siempre que sea posible debemos mantener la asignación de usuarios a workflow a través de un Plan organizacional o estructura organizativa. - Los objetos organizativos y sus relaciones se mantienen a...

Acceder a esta publicación

Creado y Compartido por: Erick Omar Mármol Ascencio / Disponibilidad Laboral: FullTime + Carta Presentación

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Master

Los Agentes y la Estructura Organizativa 1. Qué es un agente Es la persona que ejecuta el trabajo a realizar en el Workflow. Cada workitem (entiendo por workitem a la instancia en tiempo de ejecución de un paso del workflow) puede ser procesado por El sistema de Workflow, utilizando el usuario WF-BATCH Un agente Los agentes son los encargados de ejecutar tareas que no pueden ejecutarse automáticamente. 2. La asignación de agentes Agentes posibles Agentes responsables Agentes excluidos 3. Los receptores Son aquellos que automáticamente reciben un workitem en su inbox cuando el Workflow crea el workitem. También son conocidos como agentes "seleccionados". Los receptores...

Acceder a esta publicación

Creado y Compartido por: David Brito Melado

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Expert


Agentes y estrucura organizativa Qué es un agente? Es la persona que ejecuta el trabajo a realizar en el workflow. Cada workitem (entendiendo por workitem a la instancia en tiempo de ejecución de un paso del workflow) puede ser procesado por: El sistema de workflow, utilizando el usuario WF-BATCH. Un agente. Los agentes son los encargados de ejecutar tareas que no pueden ejecutarse automáticamente. Asignación de agentes El sistema de workflows deberá trabajar con grupos de agentes para poder determinar los responsables finales de la ejecución de un workitem. Los grupos de agentes son: Agentes posibles.- Son quienes están permitidos para ejecutar el trabajo. Agentes responsables.- Son...

Acceder a esta publicación

Creado y Compartido por: José Luis Zevallos Mamani

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Senior

AGENTE Y ESTRUCTURA ORGANIZATIVA 1. AGENTE. Es la persona que realiza el trabajo a ejecutar en el workflow . Cada workitem (instancia en tiempo de ejecución de un paso del workflow), puede ser procesado por: El sistema workflow, el usuario WF-BATCH Un agente, encargado de ejecutar las tareas que no se pueden ejecutar automáticamente, esta es la parte mas dificil de definir en el workflow.. 2.Asignación de Agentes. el sistema de workflow debe trabajar con grupos de agentes para poder determinar los responsables finales de la ejecución de un workitems- pasos. Los grupos de agentes son : Agente excluido, agentes posibles, agentes responsables. Agentes posibles, son quienes están permitidos...

Acceder a esta publicación

Creado y Compartido por: Morela Silva

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Master

AGENTE Es la persona que ejecuta el trabajo a realizar en el workflow, una tarea que no puede ejecutarse automaticamente. Cada workitem puede ser procesado por: el sistema de workflow (usuario WF-BATCH) o un agente. El sistema de workflow trabaja con grupos de agentes para determinar el responsable final. Estos pueden ser: agentes posibles, agentes responsables o agentes excluidos. Los receptores son agentes posibles que reciben el workitem en su inbox cuando el workflow crea el workitem (también se llaman "seleccionados"). Dentro de la tarea se puede definir el re-envío que puede realizar el receptor a otros usuarios. Existen otros agentes como: agente actual, asignació múltiple, agente para plazos (workitem...

Acceder a esta publicación

Creado y Compartido por: Jonatan Richioni

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Master

Agente El agente es la persona que ejecuta el trabajo a realizar en el workflow, cada workitem puede ser procesado por el sistema del workflow utilizando el usuario WF-BACTH o un agente. Los agentes son los encargados de ejecutar tareas que no pueden ejecutarse automaticamente. El sistema workflow deberá trabajar con grupos de agentes para poder determinar los responsables finales de la ejecución de un workitem. Los grupos de agentes son. Agentes Posibles: son quienes están permitidos para ejecutar el trabajo, si una persona no esta en el grupo de agentes permitido nunca podrá ejecutar la tarea. Agentes Responsables: son aquellos que queremos que ejecuten un workitem, son comunmente asignados al crear un paso en...

Acceder a esta publicación

Creado y Compartido por: Jesus Enrique Ramos Bello / Disponibilidad Laboral: FullTime + Carta Presentación

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Master


Agente(s) es la persona que ejecuta el trabajo a realizar en el workflow, es decir son los encargados de ejecutar tareas que no se pueden ejecutar automaticamente. workitem, es la instancia en tiempo de ejecución de un paso del workflow y puede ser procesado por un agente o por el usuario WF-BATCH Los grupos de agentes se emplean para determinar los responsables de la ejecución de un workitem siendo: Agentes posibles, son quienes están permitidos para ejecutar el trabajo, siempre se asignan en la tarea según la cual se basarán muchos workitems pero no un grupo de woritem especifico. Agentes responsables, son aquellos que queremos que se ejecuten un workitem en particula son comunmente asignados al crear un...

Acceder a esta publicación

Creado y Compartido por: Javier Montero Quintal

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Expert


Agente, persona que ejecuta el trabajo a realizar en el workflow Son los encargados de ejecutar tareas que no se pueden ejecutar automaticamente Asignacion de agentes, el sistema debe trabajar con grupos de agentes para poder determinar los responsables finales de la ejecucion de un owrkitem Grupos de agentes: Agentes posibles: quienes estan permitidos para ejecutar el trabajo, siempre se asignan en la tarea mas no en un workitem especifico Tarea general (todos pueden ser posibles agentes de la tarea) Agentes responsables, quienes pueden ejecutar un workitem en particular, tambien pueden ser asignados a traves de roles o papeles a nivel de tarea Agentes excluidos, quienes no queremos que ejecuten un workitem en particular Como en teoria de conjuntos...

Acceder a esta publicación

Creado y Compartido por: Yeffer Jaime Sierra Saenz

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Expert

Los Agentes y la Estructura Organizativa 1 - ¿ Que es un agente? Es la persona que ejecuta el trabajo a realizar en el workflow. Cada workItem puede ser procesado por: - el ususrio del workflow (WF-BATCH) - el agente 2 - La asignacion de Agentes El workflow debe trabajar con un grupo de agentes para determinar los responsables de la ejecucion de un workItem. Los grupos de agentes son: - Agente posibles : son los permitidos a ejecutar el trabajo. - Agentes responsables: ejecutan un workItem en particular. - Agente Excluidos: son los que No queremos que ejecuten un workItem en particular. 3 - Los Receptores Reciben automaticamente un workItem en su inbox cuando el workflow crea el workItem (agentes selecionados)....

Acceder a esta publicación

Creado y Compartido por: Pablo Adrian Oggero

*** CVOSOFT - Nuestros Alumnos - Nuestro Mayor Orgullo como Academia ***

SAP Expert


1) QUE ES UN AGENTE? Es la persona que ejecuta el trabajo a realizar en el Workflow Cada workitem puede ser ejecutada por : El sistema Workflow utilizando el usuario WF-BATCH Un agente 2) ASIGNACIÓN DE AGENTES El sistema de workflow deberá trabajar con grupo de agentes para poder determinar los responsables finales de la ejecución de un workitem. Los grupos de agentes son: Agentes posibles. Son los usuarios permitidos para ejecutar el trabajo. Si la tarea se marca como GENERAL, todos los usuarios serán posibles agentes de la tarea. Agentes Responsables. Son los usuarios que queremos que ejecuten un workitem " en particular". Se puede asignar por usuario o por un "ROL" ...

Acceder a esta publicación

Creado y Compartido por: Maria Guadalupe Gonzalez Sanchez

 


 

👌Genial!, estos fueron los últimos artículos sobre más de 79.000 publicaciones académicas abiertas, libres y gratuitas compartidas con la comunidad, para acceder a ellas le dejamos el enlace a CVOPEN ACADEMY.

Buscador de Publicaciones:

 


 

No sea Juan... Solo podrá llegar alto si realiza su formación con los mejores!