‎2006 Apr 25 11:25 AM
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
‎2006 Apr 25 11:34 AM
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
‎2006 Apr 25 11:26 AM
Hi Bala,
Is the Std FM generating a any objects internally?
VJ
‎2006 Apr 25 11:28 AM
Hi Bala ,
Can u pls elaborate whether Z function or Std Function is asking for Transport Req?
Rgds
Shekhar
‎2006 Apr 25 11:33 AM
The Standard fn module is asking for the transport request
regards,
bala
‎2006 Apr 25 11:35 AM
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
‎2006 Apr 25 11:34 AM
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