2010 Mar 02 12:23 PM
Dear Experts,
I want to debug QA32 or MD50 and want to check in which tables usage decision is updated.
I Know we can use ST05 for this and check where usage decision is updated.
Can anybody tell me in which table usage decision is updated ?
My requirement is after knowing in which tables usage decision is updated I have to reset the values of it.
Can I reset value of usage decision directly ? Because it will update in standard tables. How can I reset the values of
a standard table. Is it advisable to change the value of table. Do I require a access key?
Dear Experts,
I want to debug QA32 or MD50 and want to check in which tables usage decision is updated.
I Know we can use ST05 for this and check where usage decision is updated.
Can anybody tell me in which table usage decision is updated ?
My requirement is after knowing in which tables usage decision is updated I have to reset the values of it.
Can I reset value of usage decision directly ? Because it will update in standard tables. How can I reset the values of
a standard table. Is it advisable to change the value of table. Do I require a access key?
2010 Mar 02 12:29 PM
2010 Mar 02 12:40 PM
/H - execute
In debugger mode goto menu breakpoints-breakpoint at - statment -
Type SELECT - mark the check box 'Also for internally created Assignment'
Enter - press F8.
2010 Mar 02 12:51 PM
Hi
Check for the UserExits or followup function for QA32. It can help you to update/reset values.
for example there is a followup function module
'QFOA_COPY_REFERENCE_FORM'. you can copy the same and create your own z function module and config it as follow up function.
-Maharshi
Edited by: Maharshi Vyas on Mar 2, 2010 1:52 PM
2010 Mar 02 1:49 PM
Thanks for your replies.
Can you elaborate what code I have to write in this function module after copying. If you know can you please paste the code also which will be helpful to me.
2010 Mar 02 1:57 PM
Hi,
There are Import parameters as 'I_QALS' and 'I_QAVE' where you can have most of the runtime data. On the basis of this you can write code according to your requirment and can also reset the values which you need. You can add BDC code also for any backgound process in this transaction...
- Maharshi
2010 Oct 17 2:10 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |