## MODIFIED Requirements ### Requirement: Profile selection 系统 SHALL 通过 --profile 参数支持选择 config.ini 中的不同 section 作为 SAP 连接配置。 #### Scenario: Use specific profile - **WHEN** 用户通过 --profile DEV 指定配置 section - **THEN** 系统从 config.ini 的 [DEV] section 读取连接参数 #### Scenario: Default profile - **WHEN** 用户未指定 --profile - **THEN** 系统使用默认的 [SAP] section #### Scenario: Profile not found - **WHEN** 用户指定的 profile 在 config.ini 中不存在 - **THEN** 系统报告配置 section 不存在的错误