cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Unable to insert records inside a called transaction action

Former Member
0 Likes
209

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, 

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Likes

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

Answers (1)

Answers (1)

Former Member
0 Likes

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.