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

Big problem with CO26

Former Member
0 Likes
774

Friends,

I have copy the transaccion CO26 to ZCO26.

But the don't work in the same way.

In CO26 appears a field that in ZCO26 doesn't.

What can happens ?

Friends,

I have copy the transaccion CO26 to ZCO26.

But the don't work in the same way.

In CO26 appears a field that in ZCO26 doesn't.

What can happens ?

1 REPLY 1
Read only

Former Member
0 Likes
489

Hi Cesar,

Look for references to TCODE CO26 (if sy-tcode eq 'CO26'.) in the source code. I found a few, there might be more and therein lies the clue for why you may not see some of the fields on the selection screen.

Change there checks to 'ZCO26' and the fields will reappear.

<b>Carefully though as some checks might have an impact on the functionality of the program.</b>

Rishi