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

Comparing the 2 tcodes

Former Member
0 Likes
1,970

Hi,

My Requirement is as below:

I need to compare the 2 tcodes in split screen.

Acually, we have SE39 for comparing 2 programs, like that i need to compare 2 tcodes.

How is it possible?

Any help can be appreciated...

Thanks in advance,

Radhika

Hi,

My Requirement is as below:

I need to compare the 2 tcodes in split screen.

Acually, we have SE39 for comparing 2 programs, like that i need to compare 2 tcodes.

How is it possible?

Any help can be appreciated...

Thanks in advance,

Radhika

7 REPLIES 7
Read only

pawan_rai
Participant
0 Likes
1,445

Hi Radhika,

It is not possible to compare 2 t-codes just like two programs through se39..

Regards,

Pawan.

Read only

Former Member
0 Likes
1,445

Hi Pawan,

Not only through SE39, is there any way to compare 2 Tcodes.

Actually, i created a container and called split screen in the container.

Now, i need to call the tcodes into the split screen.

My code:

CREATE OBJECT V_CONT

EXPORTING

  • PARENT =

CONTAINER_NAME = 'CONTAINER'

  • STYLE =

  • LIFETIME = LIFETIME_DEFAULT

  • REPID =

  • DYNNR =

  • NO_AUTODEF_PROGID_DYNNR =

EXCEPTIONS

CNTL_ERROR = 1

CNTL_SYSTEM_ERROR = 2

CREATE_ERROR = 3

LIFETIME_ERROR = 4

LIFETIME_DYNPRO_DYNPRO_LINK = 5

OTHERS = 6

.

IF SY-SUBRC <> 0.

  • MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

  • WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.

ENDIF.

CREATE OBJECT V_SPLITTER

EXPORTING

PARENT = V_CONT

ROWS = 1

COLUMNS = 2

ALIGN = 15.

CALL METHOD V_SPLITTER->GET_CONTAINER

EXPORTING

ROW = 1

COLUMN = 1

RECEIVING

CONTAINER = CL_GUI_CONTAINER_1.

CALL METHOD V_SPLITTER->GET_CONTAINER

EXPORTING

ROW = 1

COLUMN = 2

RECEIVING

CONTAINER = CL_GUI_CONTAINER_2.

Now i need to call 1st tcode in CL_GUI_CONTAINER_1 and 2nd tcode in CL_GUI_CONTAINER_1.

How is it possible, any idea...?

Thanks,

Radhika

Read only

Former Member
0 Likes
1,445

Hi Radhika

There is no way in which you can compare two t-codes

Read only

Former Member
0 Likes
1,445

This doesnt even make sense.

For example lets take VA02 and ME22N. How would you compare those? what should the outcome be?

Or wait even better, go compare SCOT and RZ20.

You better tell us what your goal is when you get to the idea to comparing tcodes.

Read only

0 Likes
1,445

Hi Florian Kemmer ,

Actually my requirement is to compare the Copied tcode with Standard tcode.

One standard tcode may copied into some Z or Y tcode and may did changes in the Copied version.

So, in the above scenario i need to compare the standard verion and Copied version of tcode.

I got the llist of both standard and copied tcodes, now i need to compare the standard and copied tcodes.

Any idea plz.....

Thanks,

Radhika

Read only

0 Likes
1,445

Hi Radhika ,

if my understanding of your quetsion is correct .

Your have stadard tcode already and thats copied in to some custom space and you have to know how is it different ?

execuet them indivisually and see are there any screen changes or screen flow changes which you can simulatenosly run bot the tcodes and see .

In case you see some value chanegs on the screen which is calculated n backend and displayed just see what is the corresponding module pool or screen logic and start comparing those programs in se39 then .

Hope it helps

Regards,

Poornima

Edited by: Pendyala_poornima on May 17, 2011 10:48 AM

Read only

Former Member
0 Likes
1,445

Hi Florian Kemmer,

i just want to compare the tcode se11, se16 and sm30 ,Iam not Abapper so i dont have any idea about which Programs to get Compare,and  i dont have access for SE39

Thanks & Regards

       Uga