cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts while transporting objects into QA

Former Member
0 Kudos

Hi,

I has completed the Development and need to transport it to Quality.

Here i has written 4 UDFs based on the conditions on Mapping.

Could you please let me know while transporting the objects from DEV to QA ...shall i need to take extra care on UDFs.

Pls let me know the process if i really need to transport UDF's also into QA system.

Thanks & Regards,

Y.Raj.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The UDF will automaticly go with simple transport to QA or PRD, only the thing which needs to take extra care is, with IDOCs & RFCs. If you have used IDOC or RFC in your mapping then you should not forget to transport them as well.

Regards,

Sarvesh

Answers (5)

Answers (5)

former_member192295
Active Contributor
0 Kudos

Hi,

By default it will move automatically in object export, but if u define any system specific parameters need to change according to target system. Meanwhile partner profile & idx1 & idx2 settings also.

Former Member
0 Kudos

Hi,

In addition to the functional implementation like mapping hard-coded values specfic to landscape, you must take an extra care on the following scenarios

1. If you are implementing any RFC look up - connection parameters may change

2. If you use value mapping - value group names may change

3. Enhanced receiver determination - receiver business system names may change

No extra care is needed if its a simple code that maps fields without expecting any runtime variations.

Thanks,

Karthik

Former Member
0 Kudos

Hi,

After Your transport every thing will come to QA, nothing to worry

But if you have mentioned any thing that is related(Pointed) to DEV Server means you have to change those patameters to corresponding one

Ex:If u have any RFC lookup UDF's which deals with DEV Server(logon and pwd, client, IP)

Regards

Seshagiri

Former Member
0 Kudos

HI yashwant

Mostly when you transport to Q or P UDF transport as a part of the component under a namespace but is a good practice to verify the components transported from system to another.

Thanks

Gaurav

SudhirT
Active Contributor
0 Kudos

Hi Yeshwanth,

Simple transport will take care of your UDFS but just cross check if you have used any Constants or hardcoded values in your UDF specific to dev environment, These needs to be dynamic according to qua/pro system

Thanks!