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

Problem in The Standared Include MIOLLSEL

Former Member
0 Likes
339

Dear ABAPers,

I am working in the Upgarde Project.In our project we are moving all the Objects from SAP4.6C to SAP ECC6.0.

The Standared Include MIOLLSEL is used in many of the 'Z'Programs.The code of the MIOLLSEL is Changed in the ECC6.0.The whole code is Changed from SAP4.6c to ECC6.0.So the whole logic is changed.But the Client dont want to change the logic of the 'Z'Programs.Please give me the Solution for this it is very Urgent.

Thanks & Regards,

Ashok.

Dear ABAPers,

I am working in the Upgarde Project.In our project we are moving all the Objects from SAP4.6C to SAP ECC6.0.

The Standared Include MIOLLSEL is used in many of the 'Z'Programs.The code of the MIOLLSEL is Changed in the ECC6.0.The whole code is Changed from SAP4.6c to ECC6.0.So the whole logic is changed.But the Client dont want to change the logic of the 'Z'Programs.Please give me the Solution for this it is very Urgent.

Thanks & Regards,

Ashok.

1 REPLY 1
Read only

Former Member
0 Likes
313

Hi,

If the Standard Include is changed MIOLLSEL, and if you are using the same include for your Z programs, then i would suggest to change the name of include in your z program to say ZMIOLLSEL.

Copy paste the previous version of MIOLLSEL from 4.6C system into your ZMIOLLSEL and include the same in your Z Reports.

INCLUDE ZMIOLLSEL instead of INCLUDE MIOLLSEL in the Z programs.

This will not have any impact on the other standard sap reports which are using the modified version of the include.

Best regards,

Prashant