Transacción Transaction /EDGE/FC_SPRO → Carpeta de configuración "SPRO → "Accepted Business Objects aceptados" configuration folder.
Los procesos que comúnmente se despliegan en el b+ Core Framework, son procesos que terminan o inician en objetos de negocio (Business Objects) estándar de SAP. Por ejemplo, para el proceso de recepción de facturas, es posible la factura electrónica recibida termine enThe processes commonly deployed in the b+ dgtal eInvoice are processes that either end or start with standard SAP Business Objects. For example, for the invoice receipt process, it is possible for the received electronic invoice to end in:
- SAP Vendor Invoice Management (VIM) → Business Object /OPT/V1001
- Factura Invoice MM → Business Object BUS2081
- Factura Invoice FI → Business Object BKPF
Y una factura electrónica emitida puede provenir de:
...
And an issued electronic invoice can come from:
- Invoice SD → Business Object VBRK
- Factura Invoice FI → Business Object BKPF
Siendo así, es necesario configurar cuáles de estos objetos de negocio estándar se van a utilizar en todos los procesos y para cada uno indicar la clase que implementa la lógica de mostrar el documento SAP creado para el Business Object respectivo.
Actualmente, ya se tienen desarrolladas 3 clases que permiten mostrar el documento del Business Object respectivo:
...
In that case, it is necessary to set which of these standard Business Objects will be used in all processes and, for each one, indicate the class that implements the logic to display the SAP document created for the respective Business Object.
Currently, three classes have already been developed to enable the display of the document for the respective Business Object:
- For VIM → /OPT/V1001 → /EDGE/CL_FC_VIM_SHOW_DOCUMENT
- Para For SD → VBRK → /EDGE/CL_FC_SDIN_SHOW_DOCUMENT
- Para For FI → BKPF → /EDGE/CL_FC_FIIN_SHOW_DOCUMENT
Para mostrar el documento de cualquier otro Business Object se debe crear una clase que implemente la interfaz To display the document of any other Business Object, you must create a class that implements the interface /EDGE/IF_FC_SHOW_EXT_DOCUMENT.
Ejemplo de la configuraciónExample of the setup: