Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

issue with transaction Z0cs_zzim

Former Member
0 Kudos

For program ZCHIR_GET_FUNC_LOC, we get the message that Interface CH_PM_FLOC was triggered for outbound processing , i.e the program ZCHIR_GET_FUNC_LOC is working fine(i guess).


After this when this interface CH_PM_FLOC is passed to t code Z0cs_zzim, as shown in the picture below.

Upon Execution the status turns red. 

I have been through the code but i dont know exactly the flow logic of this transaction.

I want this status to be green or yellow.

If anyone has faced similar issue kindly let me know.

Thanks in advance.

This is where the status is set.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

This is custom application developed in your shop, apparently?  From your question, I would suggest that you first need to consult an ABAP programmer, so that someone can read the code in the two performs and tell you why you are getting red stoplight, or what in the data values is causing the program to assign the red stoplight.

2 REPLIES 2

Former Member
0 Kudos

This is custom application developed in your shop, apparently?  From your question, I would suggest that you first need to consult an ABAP programmer, so that someone can read the code in the two performs and tell you why you are getting red stoplight, or what in the data values is causing the program to assign the red stoplight.

0 Kudos

Thanks.That was helpful.

We have done that. I think the problem is coming because the interface we are passing is not getting activated.