cancel
Showing results for 
Search instead for 
Did you mean: 

eCATT/TCD(Record) SAP GUI 6.20

Former Member
0 Kudos

Hi All,

I hope is threre anyone to help me in my problem.

I use TCD(Record) to record entries in Transaction OAAD to archiving .pdf documents. I use the SECATT transaction and I work in BC-TWB-TST-ECA. I use the test script record for the Z_OAAD Transaction step by step as in the eCATT Documentation. (I mean the example with the FK01 Transaction code). As I made the record I have to load my .pdf file from a local path on my C partition. At the end of the recording I got my archiving document without any errors. When I restart the record I got an "Abord by the user" and I didn't find any record in the structure editor for the input path of the document. I mead, I expected an input record like under CATT, SALOPM0105 The Input FrontendPath.

How is posible to load a document with eCATT?

Accepted Solutions (0)

Answers (3)

Answers (3)

claus_andreasen
Discoverer
0 Kudos

Please check note 977583

Former Member
0 Kudos

Hi Vishal,

thank you very much for your advice. I thought that the problems:-) are already solved. I forgot to say I have the SAPKB62052. But unfortunately, it's still buggy. I can test the same record with another SAP system (4.6B) and there I have no problem.

I've seen some changes in the program that I use and I really didn't understand. I think here begins my problem:

The FUGR OPTM (4.6B), Dyntro 0105 it was replace with


PROCESS BEFORE OUTPUT.
MODULE OUTPUT.
*
PROCESS AFTER INPUT.
MODULE FILENAME.
PROCESS ON VALUE-REQUEST.
*  field sapb-sapinpath module helpfile.
   FIELD SAPB-SAPPOOLINF MODULE HELPFILE.     " Corr. 4.0b am


The same FUGR OPTM, Dynpro 0105 (6.20)

PROCESS BEFORE OUTPUT.
MODULE OUTPUT.
*
PROCESS AFTER INPUT.
  field data_0105-filename module filename on input.
  field data_0105-filename module input.

PROCESS ON VALUE-REQUEST.
  field data_0105-filename module helpfile.

I'll take a break now, and I hope I'll have a nice weekend to forget the SAP problems.

Thanks again for your answer and have a nice weekend too.

Best regards, GP

Former Member
0 Kudos

> Hi All,

>

> I hope is threre anyone to help me in my problem.

> I use TCD(Record) to record entries in Transaction

> OAAD to archiving .pdf documents. I use the SECATT

> transaction and I work in BC-TWB-TST-ECA. I use the

> test script record for the Z_OAAD Transaction step by

> step as in the eCATT Documentation. (I mean the

> example with the FK01 Transaction code). As I made

> the record I have to load my .pdf file from a local

> path on my C partition. At the end of the recording I

> got my archiving document without any errors. When I

> restart the record I got an "Abord by the user" and I

> didn't find any record in the structure editor for

> the input path of the document. I mead, I expected an

> input record like under CATT, SALOPTM0105 The Input

> FrontendPath.

> How is posible to load a document with eCATT?

Former Member
0 Kudos

Hi again,

I still try to understand how the eCATT work, but I don't have much luck with it. The application I work terminated with a short dump with MESSAGE_TYPE_X where I found same more details about the crash. The termination occurred in the ABAP program "SAPLOLEA" in "AC_SYSTEM_FLUSH". The main program was "SAPLECATT_MAIN". The message I got in the Protocol:

W OA 410 Cancellation by user

A TT 377 Control data is obsolete, record (VERBS-NAME: GETWINDOWSPLATFORM CATT: CREATEOBJECT Callno: 000003)

Is there someone that can HELP????

Thanks in advanced,

GP

Former Member
0 Kudos

Hi GP,

Check out the OSS note 802475. This should be helpful in resolving your problem.

V.