Application Development and Automation 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: 
Read only

Can't find source code but version in production

Former Member
0 Likes
829

I am working on a program that has a CALL FUNCTION. There is a same version in production. When I double click on the CALL FUNCTION name, it says that it doesn't exist, and it asks if I want to create it or not.

How can this be? Normally there should be source code that exists before it can be transported to production.

I can't find the code for the CALL FUNCTION, so I don't know what it is doing in this program. It is a Z CALL FUNCTION.

What can I do?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
765

Could this call be on another system because I see parameters "destination" and "target"?

I am working on a program that has a CALL FUNCTION. There is a same version in production. When I double click on the CALL FUNCTION name, it says that it doesn't exist, and it asks if I want to create it or not.

How can this be? Normally there should be source code that exists before it can be transported to production.

I can't find the code for the CALL FUNCTION, so I don't know what it is doing in this program. It is a Z CALL FUNCTION.

What can I do?

6 REPLIES 6
Read only

Former Member
0 Likes
765

This is the issue related with the transport of objects.

Z FM did not got transported to the production and only the program got transported.May be someone missed the object.

You have to attach the Z FM to the transport in dev , then moven to quality and then to production.

Chances are there that FM is not transported form quality to production, check this.

Hope it help you

Read only

0 Likes
765

In Dev, it doesn't exist either. If it doens't exist not sure why the activation went through and got to QA and then PRD.

Read only

0 Likes
765

There are chances that someone deleted the object or renamed it after the activation.

You need to find the purpose of that FM and should ask the details of its existance.

Hope you understand it.

Read only

0 Likes
765

Hi Sam,

Sometimes double clicking won't take you to code.

Did you try seeing code in SE37 ?

Regards,

Nisha Vengal.

Read only

Former Member
0 Likes
766

Could this call be on another system because I see parameters "destination" and "target"?

Read only

0 Likes
765

Hi Sam,

If ABAP statement is like "CALL FUNCTION <func> DESTINATION <dest> ", then it is a RFC Function module.

You will be able to see the code of FM only in the called system.

Regards,

Nisha Vengal.