Application Development 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: 

LARFCTOP - Implementation of note 925855

Former Member
0 Kudos

Hi all,

I have big problem. Our Basis team asked me to implement that note and in the end when I have made all changes through note I have got that error:

The type "typ_last_tid_dest" is unknow.

In note 0000802892 is manual how to implement it and some program codes, but for LARFCTOP there is a part with declaration of that type but there is no type definition before.

We have system 640.

*****************************

data: gt_last_tid_dest type hashed table of

typ_last_tid_dest

with unique key dest.

data: gv_last_tid_dest like line of gt_last_tid_dest.

  • Loggen von tRFCs (Daten für ARFCLOG)

data: begin of active_log occurs 0,

arfcdest like destlog-dest,

end of active_log.

****************************************

I was looking in versions of that file but we have original one.

Please can anybody help me with that issue?

Thanks a lot for any help or advice

Petr

PS. I know that this shoud be implemented by patch but our customer doesnt want it

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hello,

Could you tell us your SP level?

This note is only valid for SP 17 for 640

Regards,

Walter

5 REPLIES 5

Former Member
0 Kudos

Hello,

Could you tell us your SP level?

This note is only valid for SP 17 for 640

Regards,

Walter

0 Kudos

Hi,

thanks for answer.

I have level 16

can you give me some advice what now?

Petr

0 Kudos

So if you have level 16 you can't apply this note because it's only valid for SP 17.

You have to install first SP 17 and then implement the note OR

directly install SP 18 that contains the correction of this note.

Regards,

Walter

0 Kudos

Thanks you very much I will tell it to customer that if they wnant it they MUST implement that patches.

Thanks a lot again

have a good time

petr

0 Kudos

Yes, there are no other solutions.

Please close the thread and reward points if it answered your question 😃