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

Converting OIMF T-code into ZOIMF

Former Member
0 Likes
793

Hi All, My requirement is to convert OIMF standard T-code into Z t-code, as there are lot's of enhancement needs to be done. As I already confirm that Transation variant option is not suitable for my requirment.

I have alreay copied SAPMIO10 ABAP program into ZSAPMIO10 and also converted all below includes into Z includes which is under SAPMIO10 .

  

INCLUDE ZMIO10T01.     "global data declarations

INCLUDE ZMSCLMDXX.     "global data declarations

INCLUDE ZMSCLMOXX.     "general PBO modules

INCLUDE ZMSCLMIXX.     "general PAI modules

INCLUDE ZMSCLMFXX.     "general subroutines

INCLUDE ZMIO10F01.

But When I am running my ZOIMF t-code, Service Profile and Service Window which is in Navigation Screen not display.

Can any one help me out to find why only Navigation screen content does not display ?

Thanks,

Deepak

Hi All, My requirement is to convert OIMF standard T-code into Z t-code, as there are lot's of enhancement needs to be done. As I already confirm that Transation variant option is not suitable for my requirment.

I have alreay copied SAPMIO10 ABAP program into ZSAPMIO10 and also converted all below includes into Z includes which is under SAPMIO10 .

  

INCLUDE ZMIO10T01.     "global data declarations

INCLUDE ZMSCLMDXX.     "global data declarations

INCLUDE ZMSCLMOXX.     "general PBO modules

INCLUDE ZMSCLMIXX.     "general PAI modules

INCLUDE ZMSCLMFXX.     "general subroutines

INCLUDE ZMIO10F01.

But When I am running my ZOIMF t-code, Service Profile and Service Window which is in Navigation Screen not display.

Can any one help me out to find why only Navigation screen content does not display ?

Thanks,

Deepak

3 REPLIES 3
Read only

Former Member
0 Likes
762

Hi Deepak,

When you copy the program SAPMIO10 to ZSAPMIO10.. Have you selected/ticked all  to copy? If yes, then in the program that you have copied.. click on display object list and activate all the screens and right click the top most object/program name and activate it.

I hope this works..

<removed by moderator>

Thanks and Regards,

Yaz

Message was edited by: Thomas Zloch

Read only

0 Likes
762

HI Yaz,

Thanks for Reply. I did all the things which you have mentioned, but still it is not showing. Further I debug and found that it is redirecting to again Standard program which is nested included into the program.

So I feel that all Nested include also need to create as Z include. But there are lots of Nested include and it is not good practice to made all Z includes. So I have asked client to give the requirement of enhancement which they want to do, so I will make Z  include of the program only.

If you have any other luck please let me know.

Thanks,

Deepak

Read only

0 Likes
762

Dear deepak ,

A small suggestion .

In my opinion the talk which you are doing with client now should have been done a bit earlier and then you could have saved a lot of effort. You must have raised a message to SAP first to find out whether they have something which can solve it or are there any other Customer who had similar requirement and SAP came out with a note on it. Forum should be the last option.  We should refrain in accepting the requirement which are ungodly and adds little value.

Thanks,

Anjan .