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

RFC function module

Former Member
0 Likes
690

Hi All,

I am havng a Z RFC function module which is called from a external JAVA system. I have a standard function module in that SWE_EVENT_REC_TYPE_ENTER.

The problem is when ever i am executing the function module its asking for a Transport request number. can anybody give a solution to this problem

regards,

bala

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
665

Hi,

In the function SWE_EVENT_REC_TYPE_ENTER, is your importing parameter IMPLICIT_TRANSPORT set or not.

Check the value for this flag..

Its "Flag if linkage is to be transported".

Uncheck it.

Regards,

Tanveer.

Mark helpful answers

5 REPLIES 5
Read only

Former Member
0 Likes
665

Hi Bala,

Is the Std FM generating a any objects internally?

VJ

Read only

Former Member
0 Likes
665

Hi Bala ,

Can u pls elaborate whether Z function or Std Function is asking for Transport Req?

Rgds

Shekhar

Read only

0 Likes
665

The Standard fn module is asking for the transport request

regards,

bala

Read only

0 Likes
665

Hi Bala,

If the system is generating any repository object or customizing changes it will ask for a request. What does this FM do since you are using the FM could you explain what it is supposed to do.

If the system is asking for a request i dont think you can do anything to overcome this.

Cheers

VJ

Read only

Former Member
0 Likes
666

Hi,

In the function SWE_EVENT_REC_TYPE_ENTER, is your importing parameter IMPLICIT_TRANSPORT set or not.

Check the value for this flag..

Its "Flag if linkage is to be transported".

Uncheck it.

Regards,

Tanveer.

Mark helpful answers