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

Transport Class

Former Member
0 Likes
1,028

Hi guys

Probably it's a silly question, but...

How is the better way to transport class and methods?

I'm facing a lot of problems when I'm transporting my class to PRD ambient... These problems are happening, for example, when I change a parameter from my method, and in PRD this parameter is not found...

If I try to transport my methods using SE80, write transport entry this problem should end..?

Hi guys

Probably it's a silly question, but...

How is the better way to transport class and methods?

I'm facing a lot of problems when I'm transporting my class to PRD ambient... These problems are happening, for example, when I change a parameter from my method, and in PRD this parameter is not found...

If I try to transport my methods using SE80, write transport entry this problem should end..?

3 REPLIES 3
Read only

Former Member
0 Likes
983

If you add a new import parameter to your method you might mark it as optional or be sure to change and transport all programs where this class is called (where-used-list). That is how I would do it.

Best regards,

Thomas Wagner

Read only

0 Likes
983

The problem is not this, the problem it's looks like my method parameters are not updated when I transport

I found this tip and I'm going to test it now:

http://scn.sap.com/thread/257569

Read only

0 Likes
983

You can try to mark the following flags when you transport the cr