Ansicht
Dokumentation

E2E_TESTING_AGENT_DELETE_ATRA - Delete ATRA file in the remote RFC of the application server where ATRA is

E2E_TESTING_AGENT_DELETE_ATRA - Delete ATRA file in the remote RFC of the application server where ATRA is

Vendor Master (General Section)   General Material Data  
Diese Dokumentation steht unter dem Copyright der SAP AG.
SAP E-Book

Funktionalität

It delete the ATRA file by supplying its name, it has to be executed in the application server where the ATRA file is existing,

  • The aprameter WRITE_LOG if set to 'X' it write to the application the action of deleting the ATRA file,the application log are stored with object 'E2E_TESTING' and sub object 'E2E_TESTING_AT_REC', you can the the messages with transaction SLG1,
  • The parameter 'ATRA_FILE_NAME' is the name of the ATRA file, you can see them in transaction SE30, in the field 'FNAME',

Beispiel

CALL FUNCTION 'E2E_TESTING_AGENT_DELETE_ATRA' DESTINATION 'ls0043_CD4_21'

EXPORTING

ATRA_FILE_NAME = '/usr/sap/H71/D50/data/AT500023'

WRITE_LOG = 'X'

EXCEPTIONS

ERROR = 1

OTHERS = 2

.

IF sy-subrc <> 0.

* MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO

*

ENDIF.

  • The RFC destination specify the application server where ATRA file is stored,

Hinweise

Weiterführende Informationen





Parameter

ATRA_FILE_NAME
WRITE_LOG

Ausnahmen

ERROR

Funktionsgruppe

E2E_TESTING_AGENT

SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   PERFORM Short Reference  
Diese Dokumentation steht unter dem Copyright der SAP AG.

Length: 1529 Date: 20240523 Time: 145049     sap01-206 ( 27 ms )