2011 May 16 11:05 AM
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
2011 May 16 11:11 AM
Hi Radhika,
It is not possible to compare 2 t-codes just like two programs through se39..
Regards,
Pawan.
2011 May 16 11:24 AM
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
2011 May 16 12:37 PM
Hi Radhika
There is no way in which you can compare two t-codes
2011 May 16 12:43 PM
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.
2011 May 16 1:21 PM
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
2011 May 16 1:34 PM
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
2014 Apr 09 7:24 AM
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
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |