on 07-16-2008 7:41 AM
Hi,
I have written one transfer routine in DTP. While executing process chain, Data is coming from R/3 upto PSA, then Failing at DTP (before loading into DSO).
What is process of DTP Expert Debugging mode (Simulate mode).
In simulate mode there are 4 main breakpoints
Before transformation
After transformation
After start routine
Before end routine
selected Before transformation option, still not able identify my required Attribute level - Transfer routine.
I am looking for any document or Help in understading DTP Debug process (Step by step).
Thanks in advance,
Madhu,
Dear Madhu,
Please go through below link.
[Simulating and Debugging DTP Requests|http://help.sap.com/saphelp_nw70/helpdata/en/45/8594ebd17f1956e10000000a11466f/content.htm]
Hope it Helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
While loading data records using DTP, error records get updated into Error Stack of DTP. Error Stack is physically a type of PSA table,where we correct errors and then we create Error DTP to load the changed data from Error Stack to Data Target.
1. Click on correct error stack & edit erroneous records in it.
2.Create Error DTP from the update tab of standard DTP.
3.A new DTP will be created of type error DTP ,can navigate from standard DTP or from AWB tree.
4.Schedule the Error DTP from Execute tab.
5.after error DTP run successfully the standard DTP also have a green status
Rgds,
Gaurav.
Assgn points if helpful.
Hi all,
Can any body tell me how to learn BW related ABAP?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you all, Issue resolved.
Thanks,
Madhu
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
For debugging you needs to maintain the Temporary Strorage then follow the below steps.
Simulation and Debugging in Expert Mode
In addition to setting breakpoints, expert mode enables you to specify selections for simulating the request and for defining the substep after which you want to write to temporary store during the simulation.
1. You can perform the simulation of a request in expert mode from the DTP maintenance or the DTP monitor.
a. In the DTP maintenance, select the processing mode Serially in the Dialog Process (for Debugging) on the Execute tab page, set the indicator Expert Mode, and choose Simulate.
b. In the DTP monitor, choose Debugging.
The Debug Request screen appears.
2. Make the settings on the Filter tab page.
When you call the simulation from the DTP monitor, the filter settings that are displayed as initial are copied from the request displayed in the monitor. When you call it from the DTP maintenance, the filter settings displayed as initial are copied from the next u201Crealu201D request of the DTP.
○ You can change the filter in order to restrict the data for the analysis. In addition to the selection with the fields of the source, you can also restrict the request ID (REQUID), data package ID (DATAPKID), and data record number (RECORD) with the technical fields. You should restrict the data in order to prevent the simulation from running for a long time, for example, if you loaded a large amount of data. Selections are also recommended if the fields refer to certain data records in the source or to a certain selection of data in the source.
○ With Save as Variant you can store the selections in the database for later use.
○ With Load Variant you can call a selection variant stored for this request.
○ With Technical Field Name / Description you can switch between displaying the technical field name and the description.
○ With Change Selection you can change the list of fields displayed in the selection screen.
3. Make your settings on the Temporary Storage and Breakpoints tab page.
You can define if and when to write data to temporary storage during processing and set breakpoints at different times.
4. Choose Execute.
The simulation request is started. The request is processed synchronously in a dialog process. If you defined breakpoints, you go to the ABAP Debugger.
If you defined a breakpoint for the transformation, you can jump directly to the corresponding data in the ABAP source code from the Data section.
The result of the simulation is displayed in the monitor and can be analyzed.
Hope this helps,
Regards,
Anand Tej.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.