‎2008 Jun 30 7:23 AM
Hello,
I need to create ZTransaction for CN02. but i am not able to create it properly. Is anyone there, who made this transaction. Please tell me the complete procedure.
points to correct answer.
Thanks.
‎2008 Jun 30 9:20 AM
The easiest way to do this is copy transaction CN02 nd then amend the transaction.
Don't create from scatch if you don't need to.
J
‎2008 Jun 30 9:30 AM
Hi Kushi,
Instead of creating a tcode you better copy the existing t-code.
Do as following:
1. Go to transaction SE93.
2. Click on copy button and enter the TCODE to be copied and the target TCODE(your ZTCODE).
Automatically, the TCODE is copied and a your Ztcode is created.
Hope this helps you.
Any queries, get back to me.
Regards,
Chandra Sekhar
‎2008 Jun 30 10:50 AM
Hi,
Chandra Shekhar,
I want to move the records from the internal table stpo_tmp to ztable. so i need the ztcode of cn02.
Regards.
Khushi.
‎2008 Jun 30 11:08 AM
Hi K ,
can u tell me what exactly u are looking for ? whats ur requirement ? copying standard program/tcode wont solve ur problem , plz let us know what u are looking for ?.
regards
Prabhu
‎2008 Jun 30 11:15 AM
Hi,
I want to include a simple statement in the include file LCMDIFE1 of function group CMDI .
i want to compare missing components from CS14 with this internal table in this include file.
ie. insert a statement "move-corresponding stpo_tmp to zstpo." and then write zreport to compare.
Regards.
khushi.
‎2008 Jun 30 11:37 AM
Hi K ,
Okay , can u update Ztable at the ENDFORM EXTRACT_POSITIONS
if yes ,
then
by using Implicit Enhancement u can do it.
step1---> Put this include in Enhancement Mode(Shift+F4).
step2->Menu Edit->Enhancement operations--->Show Implicit Enhancements.
step3-->here u can see yellow Lines at the End of Form(above/below of the End form).
step4-->right click on it >Enhancement implementation->Create->chose Option>Code.
step5-->after that u can activate ur program.
Hope u are using Ecc6.
regards
Prabhu
‎2008 Jun 30 11:49 AM
Hi Prabhu,
I think it works only for ECC 6.0 , but i am using 4.7.
Regards.
Khushi.
‎2008 Jun 30 12:44 PM
Hello Prabhu,
It is not possible for 4.7 version, is their any alternate way to add a line.
Ragards,
Khushi.
‎2008 Jun 30 1:02 PM
Hi S ,
yeah u can do this one in 4.7 as well , but using Modifications , u need to get Access key to change this SAP object ?, have u checked any BADI or User Exit in which u can add this logic ? if u want to add those lines only in that Include then no another way of doing it.
Get the access Key->Put that Include in change mode , at the end of this Form->add ur logic .
if u find any user exits , plz do it in that user exits only.
regards
Prabhu