on 2013 Oct 14 7:31 PM
Hello Experts,
I have a parent and a chid transaction . When running the child transaction alone, i am able to insert records in a table . however, when the child transaction is called from the parent transaction no records are inserted .
Thanks for any help,
Request clarification before answering.
Have you checked the NW logs for an error message? Did you try putting a tracer after the insert action block to check the success status and response xml, which if the query is being executed and failing should provide you with the insight you need to debug further.
Regards,
Jeremy
SAP Rapid Innovation Group - RIG
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What insertion are you doing? Is it within MII or from ECC to MII? or MII to anywhere?
Check below is all fine.
1. Are you passing the right parameters to the child transaction from parent transaction.
2. If any date or timestamp passed, check whether you passing in correct valid format(may be you can evaluate and see in link editor).
3. Check any duplicate key insertion.( This you will get in NW logs for any insertion errors http://IP:Port/nwa and check in log viewer).
4. Also you can check the LastError message of query template in TRX in any tracer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 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.