sap-docs-check-process

Analyze process logic files for unclear markers and inconsistencies before ABAP code generation.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-docs-check-process
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sap-docs-check-process
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-gen-code/skills/sap-docs-check-process
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-docs-check-process

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validates the process logic text file ({doc_name}_process.txt) before ABAP code generation to catch unclear or ambiguous parts and inconsistencies that could derail code generation.

Core Features & Use Cases

  • Detects TODO/TBD markers and vague language in the process text.
  • Checks cross-reference consistency between field definitions, validation rules, and processing steps.
  • Outputs a structured result file {work_folder}/check_result_process.txt containing findings; supports RFC-based cross-checks when configured.

Quick Start

Run /sap-docs-check-process <work-folder> to start the validation.

Frequently Asked Questions about sap-docs-check-process

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate SAP process logic before generating ABAP code?▼

To validate SAP process logic before ABAP generation, analyze the process text file to detect missing information, unclear TODO markers, and cross-reference inconsistencies, outputting structured findings for remediation.

What are common issues in SAP design documents that affect ABAP code generation?▼

Common issues in SAP design documents include vague language, incomplete TODO or TBD markers, and inconsistencies between field definitions, validation rules, and processing steps that disrupt ABAP code generation.

Can I check SAP table mappings and field cross-references in a process text file?▼

Yes, you can check SAP table mappings and field cross-references in a process text file by validating consistency between field definitions, validation rules, and processing steps to identify discrepancies.

How do I run an RFC live-reference check on SAP process logic?▼

To run an RFC live-reference check on SAP process logic, configure the RFC connection settings and execute the validation command against the process text file to generate structured check results.

What format does the SAP process validation result file use?▼

The SAP process validation result file uses a tab-separated format containing structured findings, outputting to a designated work folder as a text file for remediation tracking.

Do I need a separate process text file to check SAP design document consistency?▼

Yes, you need a separate process text file containing the process logic to check SAP design document consistency, as the validation analyzes this specific file to identify gaps and inconsistencies before ABAP generation.