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

ZCN02 Tcode

Former Member
0 Likes
1,284

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.

9 REPLIES 9
Read only

Former Member
0 Likes
1,210

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

Read only

Former Member
0 Likes
1,210

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

Read only

0 Likes
1,210

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.

Read only

0 Likes
1,210

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

Read only

Former Member
0 Likes
1,210

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.

Read only

0 Likes
1,210

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

Read only

Former Member
0 Likes
1,210

Hi Prabhu,

I think it works only for ECC 6.0 , but i am using 4.7.

Regards.

Khushi.

Read only

Former Member
0 Likes
1,210

Hello Prabhu,

It is not possible for 4.7 version, is their any alternate way to add a line.

Ragards,

Khushi.

Read only

0 Likes
1,210

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