Transaction code SHDB is used for batch Input Recorder (Transaction Recorder) to record a series of transactions and their screens.
It mainly used for
- Data transfer programs that use batch input or CALL TRANSACTION
- Batch input sessions
- Test data
- Function modules.
Steps to create a transaction recording
- Enter the transaction code SHDB.
- Enter a name for recording.
- Choose create button
- Enter the transaction code which we want to record
- Choose Continue
- Execute the transaction
- Choose Get Transaction if no errors occurred
- Choose next Transaction if we want to record any other transactions also. And continue the steps from 4
- Save after the recording finished
Steps to process a recorded transaction
- Enter the transaction code SHDB
- Choose Overview
- Point your mouse to the corresponding recording
- Choose execute
- Enter the processing mode (A , E or N)
- Enter the update mode (A, S or L )
- Press Enter
Steps to Generate a BI session from the recording
- Enter the transaction code SHDB
- Choose Overview
- Point your mouse to the corresponding recording
- Choose Generate Session
- Enter a name for Session
- Choose Continue
Also Read : ABAP Tutorial Home page -> SAP BDC -> Difference between CALL TRANSACTION USING and batch Input Session methods -> ABAP Transaction codes