BDC batch input
No batch input data for screen
BDC/session/call-transaction processing stops because SAP reaches a dynpro for which the batch-input data contains no matching screen/field sequence.
Likely root causes
- Transaction screen flow changed due to release, configuration or user-specific behavior.
- BDC recording misses an intermediate screen or popup.
- Field values drive the transaction into a branch not represented in the recording.
What to inspect
- Exact program/screen number in the batch-input error.
- SHDB recording versus current transaction flow.
- BDC data sequence and OKCODEs around the failing screen.
- Whether user defaults/customizing create a different screen path.
Resolution path
- Re-record/adjust the BDC for the actual deterministic screen flow.
- Handle optional popups/branches explicitly instead of relying on timing.
- Prefer stable BAPI/API interfaces over BDC when available.
- Regression-test with multiple representative data variants.
ERPClimb is an independent platform and is not affiliated with SAP SE.