on ‎2006 Jun 23 3:56 PM
Hello BW Experts,
I have a transaction code in R/3. i observe that is a using a program P1 and structure S1 to generate the table display in the r/3 transaction.
i go to se38 and display the code, it seems to be a module pool.
Any suggestions for extraction of this data is highly appreciated.
Thanks,
BWer
Request clarification before answering.
Hi,
if you know ABAP, analyze the code, which tables are getting update with that. based on these tables either you can create generic extractor or you can search for business content.
you can use SQL Tracer also to find the tables.
go to ST05 --> SWITCH ON THE DEBUGGER(sql trace) > go to your custom transaction> create a entry> then come back to st05 deactivate the trace> then go with display trace.
there you will see what are the tables used for this.
Hope this helps.
All the best.
reagrds,
Nagesh Ganisetti.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
One way to attempt this is to try to find the tables from where data is pulled in this program/transaction and then displayed. You cna do this using the ST05 trace. Activate the trace, then execute the transcation. After the processing is done, turn it off (again in ST05) and then look at the trace.
Hope this helps...
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 7 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.