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

"Include Objects" in SE09

Former Member
0 Likes
1,534

Hi Experts,

I have a doubt about the functionality "Include Objects" in the SE09 transaction menu.

We have several functions and programs (of type "Z"), some of they have the internal table definition, and other programs have procedure over this table. We need transport first some order request and after the rest of the order, but we are not sure about the order of they. If we use the option "include objects" in order to put all the order request in a "big package", the system will know automatically which order request must transport first and which after? Does anybody have formal documentation about this?

Thank you in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
950

1. There is no ordering issues when you place all your development objects (and all of it's related objects) in one request even when you do it with 'Include Objects'. The system will know automatically which object must be processed first.

2. The problem with 'big' request is that the transport process (in STMS) can be very long and you will have problem when there is something wrong with that request. So you better make sure that you have checked that request with 'Check Syntax' tools in SE09 (Shift+F2) and remove all errors and warnings.

3. If you have the QA machine, you can test whether your request is transported successfully or not. In case of any problem occurs, you can redefine your 'big request' and break it into several 'smaller request'. But be aware that several smaller request might be lead to ordering issues. The rule of thumb is place all your dictionary objects in one request and transport it first. The other programs can be trasnported after that.

Hope this solve your problem and sorry for my poor english

3 REPLIES 3
Read only

Former Member
0 Likes
951

1. There is no ordering issues when you place all your development objects (and all of it's related objects) in one request even when you do it with 'Include Objects'. The system will know automatically which object must be processed first.

2. The problem with 'big' request is that the transport process (in STMS) can be very long and you will have problem when there is something wrong with that request. So you better make sure that you have checked that request with 'Check Syntax' tools in SE09 (Shift+F2) and remove all errors and warnings.

3. If you have the QA machine, you can test whether your request is transported successfully or not. In case of any problem occurs, you can redefine your 'big request' and break it into several 'smaller request'. But be aware that several smaller request might be lead to ordering issues. The rule of thumb is place all your dictionary objects in one request and transport it first. The other programs can be trasnported after that.

Hope this solve your problem and sorry for my poor english

Read only

sourabhshah
Product and Topic Expert
Product and Topic Expert
0 Likes
950

Hi,

Here is a very good link

http://help.sap.com/saphelp_erp2005vp/helpdata/en/57/38e0fb4eb711d182bf0000e829fbfe/frameset.htm

Regards,

Sourabh

  • Reward points if helpful

Read only

Former Member
0 Likes
950

Thank you Dian, your comments were very helpful!

Thanks Sourabh for the link

Regards