You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Next »

Status

  Revision in Progress

Owner
Stakeholders


Team InvolvedArea
Metawat SawasdeeBusiness
Umesh MudriTechnical
Shivang DalaTechnical
Laura SantamartaFunctional

Functional


Purpose

The purpose of this document is to define the conversion approach to migrate Vendor Doc Attachments to S/4 HANA.

This allows to associate relevant documents, like contracts or certifications, with specific vendors.

Attachment Functionality in SAP ECC
- Storage Method: Attachments are typically stored using Generic Object Services (GOS), which allow users to link files to vendor documents (via transaction codes like ME21N, ME22N, ME23N).
- Technical Reference: The attachments are managed via the Business Object Repository (BOR) object. The Business Object Repository (BOR) in SAP is a central access point for SAP business object types and their corresponding Business Application Programming Interfaces (BAPIs). It provides an object-oriented view of data and processes within an SAP system and is crucial for integrating SAP with external applications. The BOR also plays a role in SAP Business Workflow, ArchiveLink, and output control. 


CLEAN UP

Key tables for Attachments are:

Object types can be checked in SAP table: TOJTB

The SAP Table SRGBTBREL (Relationship Table for GOS Objects): This table links the GOS Object (like a vendor) to the actual attached document, storing the object type, instance ID, and document details.

Vendor Master General LFA1. The GOS information can be linked to the table.

SapOffice table :SOOD table in SAPoffice that stores metadata and attribute information for documents and SAP office objects

MDOBLREL - Valid relationship types

Key Tables Involved 

  • SRGBTBREL: Stores the relationship between a business object and its attachments.
  • SOOD: Stores the details of the SAPoffice documents.
  • SOFFCONT1: Contains the actual content of the documents.


Link between the SOOD and SRGBTREL tables. 

SRGBTBREL's INSTID_B field, often by parsing it to extract the document type, year, and number, to then retrieve the corresponding record from the SOOD table. 

  1. Identify the Attachment Link: 

    In the SRGBTBREL table, the fields INSTID_A and TYPEID_A identify the business object (e.g., a sales order), and INSTID_B identifies the attachment. 
  2. Parse the Attachment Information: 

    The INSTID_B field in SRGBTBREL contains the key information for the SOOD table. This field needs to be parsed to extract the document's attributes, including: 
    • OBJTY (Object Type): For example, 'URL' or 'K' (for KPRO objects). 
    • OBJYR (Object Year): A two-character field. 
    • OBJNO (Object Number): A twelve-character field. 
  3. Link to SOOD: 

    Use the parsed values to find the corresponding record in the SOOD table. 
    • SOOD-OBJTY = SRGBTBREL-INSTID_B+17(3) 
    • SOOD-OBJYR = SRGBTBREL-INSTID_B+20(2) 
    • SOOD-OBJNO = SRGBTBREL-INSTID_B+22(12)


Example

If you are looking for an attachment to a material, you might select from SRGBTBREL where RELTYPE = 'URL' and INSTID_A is the material number. The INSTID_B field will then hold the information to link to the document in SOOD. 


OBJECT TYES INCLUDED (TBC - with Laura Santamarta)

LFA1

LFB1

LFM1

These would cover documents such as Bank account details, Qualification details, Registration details, etc.


The following list includes the objects can also be included. TBC

BUS2009 - Purchase Requisition Item

BUS2010 - Vendor Quotation Request

BUS2011 - Vendor Quotation

BUS2012 - Purchase Order   

BUS2013 - Purchase Scheduling Agreement    

BUS2014 - Purchase Contract

BUS2015 - Inbound Delivery    

BUS2020 - Vendor Document

BUS2025 - Purchasing Contract  

BUS2052 - Purchase Outline Agreement 

BUS2105 - Purchase Requisition

BUS2125 - Vendor related Customer Billing Document

BUS2126 - Vendor Billing Document

BUS2126001 Single Vendor Billing Document

BUS3003 Purchasing information

BUS3008 - Vendor Account


   
  

Changes in SAP S/4HANA
- Attachments are linked using the Attachment List Service (also used in Fiori apps).

- Technically embedded in the Business Object Processing Framework (BOPF) or handled by Object Page Layout for Fiori views 

- User Experience Enhancements: Drag-and-drop uploads via Fiori.


Attachment Types

Any type of document can be an attachment, and can be attached when the user creates a PO from the shopping cart.

In most cases this is a PDF type attachment, and includes Invoices, Specs, Emails....



Conversion Scope

The scope of this document covers the approach for converting active Attachments for Vendors from Legacy Source Systems into S/4HANA following the S2P Master Data Design Standard.


The data from legacy system includes:

  1. The basis of this object's legacy data is Active Vendor Business partners that will be migrated. This is handled in CNV-XXXX Business Partner Vendors???
  2. The vendor in point 1 must have an attachment maintained.

The data from legacy system excludes:

  1. Attachments for Vendors not in scope to be migrated.


List of source systems and approximate number of records
SourceScope

Source Approx No. of Records

Target SystemTarget Approx

No. of Records

WP2Attachment for Open Purchase orders
S4 Hana ROW
PF2Attachment for Open Purchase orders
S4 Hana ROW
WP2Attachment for Open Purchase orders
S4 Hana China
PF2Attachment for Open Purchase orders
S4 Hana China
WP2Attachment for Open Purchase orders
S4 Hana CUI
PF2Attachment for Open Purchase orders
S4 Hana CUI

Additional Information

Multi-language Requirement

Document Management

Document Management

Generic Object Services (GOS) is a functionality that allows users to attach documents, notes, and other objects to business objects like purchase orders. It provides a standard way to manage and access these attachments within various SAP transactions, including those related to purchase orders. 

The following are the key concepts for POs.

  • Attachment Management:

    GOS enables users to add attachments (like PDFs, Word documents, etc.) to purchase orders, either directly within the transaction or through a separate DMS (Document Management System) if configured. 
  • Viewing Attachments:

    GOS also allows users to view the attachments associated with a specific purchase order. 
  • Object Relationships:

    GOS can also show relationships between the purchase order and other objects, like IDocs, workflows, or other related documents. 
  • Toolbar/Button:

    The GOS functionality is typically accessed through a toolbar button or a menu option within the purchase order transaction (e.g., ME21N, ME22N, ME23N). 
  • Customization:
    In some cases, the GOS button or functionality might need to be activated for specific transactions or user roles using customizing settings. 

  • Other:
  • GOS also allows for other functions like adding private notes, sending the object to another user, or viewing related workflows. 


The Business Object Repository (BOR) in SAP is a central access point for SAP business object types and their corresponding Business Application Programming Interfaces (BAPIs). It provides an object-oriented view of data and processes within an SAP system and is crucial for integrating SAP with external applications. The BOR also plays a role in SAP Business Workflow, ArchiveLink, and output control. 

Key aspects of the BOR and Purchase Orders:

  • Centralized Access:

    The BOR acts as a single point of access for all business objects and their associated BAPIs. 
  • Object-Oriented View:

    It provides an object-oriented perspective of business processes, allowing for modular and reusable components. 
  • Purchase Order Object:

    The purchase order business object (type BUS2012) is a key object within the BOR, representing purchase order data and operations. 
  • BAPIs and Methods:

    BAPIs, which are remote-enabled ABAP function modules, are used to implement the methods of business objects. For example, a BAPI might be used to change a purchase order item or retrieve purchase order details. 
  • Attributes and Parameters:

    Business objects have attributes that store object properties (e.g., purchase order number, vendor) and methods use import/export parameters to pass data between different parts of the system. 
  • BOR Browser:

    The Business Object Repository Browser (transaction code SWO1) allows users to browse, display, and maintain business objects and their components. 
  • Integration:

    The BOR facilitates the integration of SAP with other systems, such as through middleware. 
  • Workflow and Other Services:
    The BOR is used in SAP Business Workflow, ArchiveLink, output control, and other generic object services. 

The DMS approach is elaborated in KDD "Document Management in the SyWay Solution".


Legal Requirement

CMMC 2.0 is a mandatory DoD cybersecurity certification for contractors handling Controlled Unclassified Information (CUI) and Federal Contract Information (FCI). CUI includes sensitive technical data (e.g., design specs, system info) related to U.S. military and space applications. The Composites Business handles CUI and is therefore within CMMC scope. Without certification, the business risks disqualification from existing and future DoD programs.
It is mandatory to implement CMMC-compliant systems and processes to for all the organizations that are dealing with CUI.

Therefore, there will be one SAP instance specifically for CUI related entities. The migration for CUI related entities will be covered by US based data consultant using separate tools.

Special Requirements

Different SAP Instance Migration Approach

Due to compliance requirement, there will be one SAP instance for Rest of the World, one for China and one for CUI.

  1. For entities in China, the data will be loaded into SAP China instance while the entire migration process will remain the same as rest of the world.
  2. For entities which will reside in CUI, the migration will be handled by US based data consultant. 

Please refer to the link for the entity mapping for each instance. In case the data object is applicable for multiples instances, what business rule to follow?




Target Design

The technical design of the target for this conversion approach.

TableFieldData ElementField DescriptionData TypeLengthRequirementFormat
SRGBTBRELCLIENT
ClientC3Internal (Mandatory)Three digit client number 
SRGBTBRELBRELGUID
GUIDX16Internal (Mandatory)RAW: Binary data — used here for GUID; generally used internally.
SRGBTBRELRELTYPE
Relationship typeC10MandatoryCheck table MDOBLREL (ensures only valid relationship types are used)
SRGBTBRELINSTID_A
Instance IDC70MandatoryLength 70 (CHAR)
SRGBTBRELTYPEID_A
Object TypeC32MandatoryLength 32 (CHAR)
SRGBTBRELCATID_A
Object CategoryC2MandatoryLength 2 (CHAR)
SRGBTBRELINSTID_B
Instance IDC70Internal (Mandatory)Length 70 (CHAR)
SRGBTBRELTYPEID_B
Object TypeC32Internal (Mandatory)Length 32 (CHAR)
SRGBTBRELCATID_B
Object CategoryC2Internal (Mandatory)Length 32 (CHAR)
SRGBTBRELLOGSYS_A
Logical SystemC10Not in use
SRGBTBRELARCH_A
Object ArchivedC1Not in use 
SRGBTBRELLOGSYS_B
Logical SystemC10Not in use 
SRGBTBRELARCH_B
Object ArchivedC1Not in use 
SRGBTBRELUTCTIME
Short Time StampP8Internal (Mandatory)Format YYYYMMDDhhmmss
SRGBTBRELHOMESYS
Logical SystemC10Not in use 


Data Cleansing

IDCriticalityError Message/Report DescriptionRuleOutputSource System
1HighReview and remove the obsolete attachments from the load.Exclude where Vendor Out of scope.In-scope vendor attachments onlyPF2/WP2
2HighReview and remove the OOS object types.Exclude where object types not in "LIST".Applicable Objects type onlyPF2/WP2
3HighOnly vendors with attachmentsExclude in-scope vendors with no attachmentsOnly vendors with attachmentsPF2/WP2








Conversion Process

SAP's document migration process involve three parts:

  1. Moving the documents to a storage area.
  2. Creating the entries in the S4 HANA system, such as purchase orders, etc
  3. Linking the attachments to the purchase documents. 

Various tools are used in the migration process, which are TBC.

The Rest of the World and China follows the process below, using Syniti ADMM.


The high-level process is represented by the diagram below:

For CUI instance, the ETL process will be similar, but it will not use Syniti tool.

Data Privacy and Sensitivity

For SAP CUI instances, the data will be processed by US Based consultants.


Extraction

Extract data from a source systems into ADMM:

  1. The vendor documents exist in the GOS environment and have to be extracted and transferred to the S2 GOS.
  2. The files are linked to the data objects via the SAP data tables. These records need to be extracted and migrated to the S4H environment. There are 3 methods:
    1. Perform full data extraction from relevant tables from the PF2/WP2 source system(s), using Syniti ADMM.
    2. Stage data in SQL server

All records need to be extracted but due to the high volumes, the agreed Relevancy criteria is applied to the extracted records to identify the records that are applicable for the Target loads.

Extraction Run Sheet (for data extraction portion)

Req #Requirement DescriptionTeam Responsible

- Identify the source systems and databases involved.Syniti/Data

- Define the data objects (tables, fields, records) to be extracted.Syniti/Data

- Specify the extraction approach (full, incremental, or delta extraction).Syniti/Data

- Determine the tools and technologies used.Syniti/Data

- Define data filtering criteria to exclude irrelevant records.Syniti/Data

- Establish execution timelines and batch processing schedules.Syniti/Data

- Assign responsibilities for extraction monitoring.Syniti/Data

- Document dependencies on other migration tasks.Syniti/Data

- Define error handling mechanisms for extraction failures.Syniti/Data




Extraction Run Sheet (for files extraction portion)

Req #Requirement DescriptionTeam Responsible

- Identify the source systems and databases involved.S2P/GOS

- Specify the extraction approach (full, incremental, or delta extraction).S2P/GOS

- Determine the tools and technologies used.S2P/GOS

- Define data filtering criteria to exclude irrelevant records.S2P/GOS

- Establish execution timelines and batch processing schedules.S2P/GOS

- Assign responsibilities for extraction monitoring.S2P/GOS

- Document dependencies on other migration tasks.S2P/GOS

- Define error handling mechanisms for extraction failures.S2P/GOS

Selection Screen

Selection Ref ScreenParameter NameSelection TypeRequirementValue to be entered/set
N/A



















Data Collection Template (DCT)

Target Ready Data Collection Template will be created for data with exception of some fields which require transformation as mentioned in the transformation rule.

DCT Rules

Field NameField DescriptionRule
N/A










Extraction Dependencies

Item #Step DescriptionTeam Responsible

Source Systems Availability

  • Ensure that the source database or application is accessible.
  • Confirm that necessary credentials and permissions are granted
Syensqo IT

Extraction Methodology

  • Define whether extraction is full, incremental, or delta-based.
  • Establish batch processing schedules for large datasets.


Data

  • Identify the correct dataset to be extracted.
  • Get signoff
S2P

Performance and Scalability Considerations

  • Optimize extraction queries to prevent system overload.
  • Ensure network bandwidth supports data transfer volumes.


Security and Compliance

  • Adhere to regulatory standards for sensitive information if applicable


Transformation

The Target fields are mapped to the applicable Legacy field that will be its source, this is a 3-way activity involving the Business, Functional team and Data team. This identifies the transformation activity required to allow to make the data Target ready:

  1. Perform value mapping and data transformation rules.
    1. Legacy values are mapped to the to-be values (this could include a default value)
    2. Values are transformed according to the rules defined in
  2. Prepare target-ready data in the structure and format that is required for loading via prescribed Load Tool. This step also produces the load data ready for business to perform Pre-load Data Validation

Transformation Run Sheet

Item #Step DescriptionTeam Responsible

Define Scope and transformation rules. Must be agreed and signed off by Business/Functionals

Data Mapping and Standardization
- Align source fields with target fields.
- Ensure unit consistency (e.g., currency, measurement units)



Discuss with Syniti team, who will be the implementers.

Business Rule Application
- Implement data enrichment/collection if applicable
- Apply conditional transformations based on predefined logic/business rules



Agree extraction and processing parameters and execution

Transformation Execution Plan
- Define batch processing schedules.
- Assign responsibilities for monitoring execution.
- Establish error-handling mechanisms



Agree validation and put validation jobs in place to verify transforms have workedData/Syniti

Agree feedback sessionsData/Syniti

Execute transforms

Validate results

Get signoff and go-ahead to progress


Transformation Rules

Rule #Source systemSource TableSource FieldSource DescriptionAdd Info about fieldTarget SystemTarget TableTarget FieldTarget DescriptionTransformation Logic
1

PF2/WP2

SRGBTBRELCLIENTClientInternal (Mandatory)S4HSRGBTBRELCLIENTClientSystem generated
2PF2/WP2SRGBTBRELBRELGUIDGUIDInternal (Mandatory)S4HSRGBTBRELBRELGUIDGUIDSystem generated
3PF2/WP2SRGBTBRELRELTYPERelationship typeMandatoryS4HSRGBTBRELRELTYPERelationship typeCopy (Standard Value = ATTA)
4PF2/WP2SRGBTBRELINSTID_AInstance IDMandatoryS4HSRGBTBRELINSTID_AInstance IDCopy
5PF2/WP2SRGBTBRELTYPEID_AObject TypeMandatoryS4HSRGBTBRELTYPEID_AObject Type

Copy 

Will include

LFA1, LFB1, LFM1

6PF2/WP2SRGBTBRELCATID_AObject CategoryMandatoryS4HSRGBTBRELCATID_AObject CategoryCopy (Std value = BO)
7PF2/WP2SRGBTBRELINSTID_BInstance IDInternal (Mandatory)S4HSRGBTBRELINSTID_BInstance IDCopy
8PF2/WP2SRGBTBRELTYPEID_BObject TypeInternal (Mandatory)S4HSRGBTBRELTYPEID_BObject TypeCopy (Std value = MESSAGE)
9PF2/WP2SRGBTBRELCATID_BObject CategoryInternal (Mandatory)S4HSRGBTBRELCATID_BObject CategoryCopy (Std value = BO)
10PF2/WP2SRGBTBRELLOGSYS_ALogical SystemNot in useS4HSRGBTBRELLOGSYS_ALogical System

N/A

11PF2/WP2SRGBTBRELARCH_AObject ArchivedNot in useS4HSRGBTBRELARCH_AObject ArchivedN/A
12PF2/WP2SRGBTBRELLOGSYS_BLogical SystemNot in useS4HSRGBTBRELLOGSYS_BLogical SystemN/A
13PF2/WP2SRGBTBRELARCH_BObject ArchivedNot in useS4HSRGBTBRELARCH_BObject ArchivedN/A
14PF2/WP2SRGBTBRELUTCTIMEShort Time StampInternal (Mandatory)S4HSRGBTBRELUTCTIMEShort Time StampSystem generated
15PF2/WP2SRGBTBRELHOMESYSLogical SystemNot in useS4HSRGBTBRELHOMESYSLogical SystemN/A


System generated


Transformation Mapping

Mapping Table NameMapping Table Description
None






Transformation Dependencies

List the steps that need to occur before transformation can commence
Item #Step DescriptionTeam Responsible
1Source Data Integrity
- Ensure extracted data is complete, accurate, and consistent.
- Validate that data types and formats align with transformation requirements.
Syniti / US Based Consultant for SAP CUI instance
2Referential Integrity
- Ensure dependent records are transformed together or in advance, such as CNV-3007 Business Partner General and DMS server migration
Syniti / US Based Consultant for SAP CUI instance
3Transformation Logic and Mapping
- Define data mapping rules between source and target schemas.
Data Team
4Performance and Scalability Considerations
- Optimize transformation processes for large datasets.
- Ensure system resources can handle transformation workloads
Syniti / US Based Consultant for SAP CUI instance
5Logging and Error Handling
- Maintain detailed logs of transformation activities.
- Define error-handling procedures for failed transformations
Syniti / US Based Consultant for SAP CUI instance


Pre-Load Validation

Project Team

Completeness

TaskAction
Compare Data Counts
  1. Verify row counts between source and target databases.
  2. Identify missing or duplicated records.


Validate the mandatory fieldsValidate there is value for all the mandatory fields
Validate Primary Keys and Unique Constraints
  1. Check for duplicate or missing primary key values, i.e., if there is same BP number.
  2. Ensure unique constraints are maintained.


Test Referential IntegrityConfirm dependent records exist in related tables
Count and Completeness checkVerify that vendors with attachments still have the applicable attachments

Accuracy

TaskAction
Validate the transformationValidate the fields which require transformation have the value after transformation instead of the original field value
Check Data Consistency
  1. Compare field values across systems
  2. Validate data formats and structures



Business

Completeness

TaskAction

Count and Completeness check

All fields required as per mapping template rules must be completed. Validity reports checking each field in ADMM must be built to help check.

Count and Completeness checkVerify that vendors with attachments still have the applicable attachments



Accuracy

TaskAction
Validate the transformationValidate the fields which require transformation have the value after transformation instead of the original field value
Check Data Consistency
  1. Compare field values across systems
  2. Validate data formats and structures



Load

The load process includes:

  1. Execute the automated data load into target system using load tool or product the load file if the load must be done manually
  2. Once the data is loaded to the target system, it will be extracted and prepared for Post Load Data Validation

Load Run Sheet

Item #Step DescriptionTeam Responsible

Verify Attachment files are available in source system to be copiedData Specialist/Functional - S2P/GOS

Verify copy tool & scripts are operationalData Specialist/Functional - S2P/GOS

Verify Target System ready to receive filesData Specialist/Functional - S2P/GOS

Verify file count.Data Specialist/Functional - S2P/GOS

Approval to copyFunctional/Data Owner - S2P

Copy filesData Specialist/Functional - S2P/GOS

Verify files copied in targetData Specialist/Functional - S2P/GOS

Verify data extracted is ready - agree volumeData Specialist/Functional - S2P

Verify Config is in the system TBCData Specialist/Functional - S2P

Verify other necessary data has been loaded int he system (TBC)Data Specialist/Functional - S2P

Release - Load signoff and go-ahead by Functional/Data OwnerFunctional/Data Owner - S2P

Approval to stage/Pre-stage stepsFunctional/Data Owner - S2P

Extraction from sourceDeveloper - Syniti or Data Specialist - S2P

Extraction from S4 where neededDeveloper - Syniti or Data Specialist - S2P

Stage data for transformationsDeveloper - Syniti or Data Specialist - S2P

Run transformsDeveloper - Syniti or Data Specialist - S2P

Execute pre-load reportData Specialist/Functional - S2P

Validate preload report - release when signed offData Specialist - S2P

Pre-load verification and approval to loadFunctional/Data Owner - S2P

Load to S4Data Specialist - S2P

Complete Jira steps, Volumes and TimingsAll - where applicable

Execute post-load reportDeveloper - Syniti or Data Specialist - S2P

Post-load report verification/validationData Specialist/Functional/Data Owner - S2P

Object load completion approvalData Owner - S2P

 


Load Phase and Dependencies

Configuration

Item #Configuration Item
1SRGBTBREL-RELTYPE: Relationship type. Check table MDOBLREL (E.g. ATTA)
2SRGBTBREL-TYPEID_A: Object Type. Check table TOJTB (E.g. LFA1) 
3SRGBTBREL-CATID_A: Object category. (e.g. BO)*
4SRGBTBREL-CATID_B: Object category. (e.g. BO)*
5S4 GOs system config in place

*Possible values

BCInstances of Business Classes (ABAP Objects)
BOInstances of BOR Object Types
CLInstances of ABAP Objects Classes - Internal Use Only!
NNCategory (still) Not Known - Internal use only!!!



Conversion Objects

Object #Preceding Object Conversion Approach

list the exact title of the conversion object of only the immediate predecessor – this will then confirm the DDD (Data Dependency Diagram)




Error Handling

Error TypeError DescriptionAction Taken
TechnicalGOS system not availableContact standby GOS system support
TechnicalCopy tool and scripts fails, due to access issues or volumesDevelopers to fix the error
DataLoad failsFix and retry load
DataDuplicatesFix incorrect data or missing entries
DataTransformation missesBuild transformation and retry.
LoadAuthorization errorsApply for the applicable authorization permission and retry
LoadTechnical load failures - If using MC - Simulation errors, etcInvestigate error and rectify. Retry simulation and/or load
LoadMissing configSet up config check validation jobs
TechnicalUnable to create the link between attachment and objectVerify system is functional, data correct and access is valid.


Post-Load Validation

Project Team

Completeness

TaskAction
1Execute post-load reportDeveloper - Syniti or Data Specialist - S2P
2Post-load report verification/validationData Specialist/Functional/Data Owner - S2P
3Object load completion approvalData Owner - S2P
4SIT & UAT testS2P/Business

Accuracy

TaskAction

Verify count

The number of records presented in the preload needs to be compared to the postload. – Syniti report

Field by field checkCompare source data to target data.
Verify countVerify copied file count

Business

Completeness

TaskAction

Conversion accuracy

Data team to verify that the data staged in the preload tables are correct in terms of the mapping rules. This will be done via Syniti reports/SAP reports

File quantityVerify the quota quantities are correctly migrated

Verify count

The number of records presented in the preload needs to be compared to the post load. – Syniti report

Missing dataCheck missing data which was supposed to be loaded
ReconciliationParticipate in Post-load walkthroughs

Accuracy

TaskAction

Conversion accuracy

Business team to verify that the data staged in the preload tables are correct in terms of the mapping rules. This will be done via Syniti reports/SAP reports

Load failuresValue presented for load must be in the system
Copy failuresVerify all files are copied and attachments available in target


Key Assumptions

  • Master Data Standard is up to date as on the date of documenting this conversion approach and data load.
  • is in scope based on data design and any exception requested by business.


See also

Change log

Version Published Changed By Comment
CURRENT (v. 12) Feb 11, 2026 10:24 SICONOLFI-ext, Michael
v. 52 Dec 03, 2025 12:42 SICONOLFI-ext, Michael
v. 51 Nov 25, 2025 12:48 SICONOLFI-ext, Michael
v. 50 Nov 25, 2025 10:20 SICONOLFI-ext, Michael
v. 49 Nov 25, 2025 10:10 SICONOLFI-ext, Michael
v. 48 Oct 04, 2025 09:44 MADHOK-ext, Jasleen
v. 47 Oct 03, 2025 10:35 MADHOK-ext, Jasleen
v. 46 Oct 03, 2025 09:59 MADHOK-ext, Jasleen
v. 45 Oct 03, 2025 09:51 MADHOK-ext, Jasleen
v. 44 Oct 03, 2025 09:41 MADHOK-ext, Jasleen

Go to Page History

  • No labels