Have you ever think how many wasted CRs created just because of it ?
Well, my colleague gave me a tips for this. You can directly change programs/tables in QA client and see the result of it. You can do trial and error right away in your QA client (yes, right away in your QA client, means you don’t need to code in DEV and create CRs and transport). And after you satisfied with the result in QA, you can go back to DEV client, do the same thing with your programs/tables, create CRs and transport it to QA (replaced) and PROD.
This is the tips :
In QA client,
- Open 2 session se38, one session for program LSTRDU34 and another is LSTRDU44
- Find this FM : TR_EDIT_CHECK_OBJECTS_KEYS
- After that FM lines block, find the sy-subrc result, and put a breakpoint on that.
- Ok, open new session se38 again, entry your program, or se11 for your tables, or etc.
- Click Change program, when the debugger stopped at sy-subrc you’ve set, change the sy-subrc result from 12 or 4, to sy-subrc = 0.
- See the result.
- You can activate the programs also with this tips.
Enjoy! But be careful, because sometimes (possibly) :
- you enjoy changing in QA so much until when you go back to DEV you forgot what things you’ve done in QA hehehe.
- This can be done in PROD also, but this is depending on your authorization to change field contents in debugger.
No comments:
Post a Comment