cancel
Showing results for 
Search instead for 
Did you mean: 

Dump "J_1B_NFE_XML_OUT"

Former Member
0 Kudos

Prezados,

Me depare hoje com o seguinte DUMP :

-

-


Erro tempo execução OPEN_DATASET_NO_AUTHORITY

Exceção CX_SY_FILE_AUTHORITY

Data e hora 26.11.2009 07:46:04

Texto breve

No authorization to open the file

O que aconteceu ?

Error in the ABAP Application Program

The current ABAP program "SAPLJ_1B_NFE" had to be terminated because it has

come across a statement that unfortunately cannot be executed.

An exception occurred that is explained in detail below.

The exception, which is assigned to class 'CX_SY_FILE_AUTHORITY', was not

caught in

procedure "J_1B_NFE_XML_OUT" "(FUNCTION)", nor was it propagated by a RAISING

clause.

Since the caller of the procedure could not have anticipated that the

exception would occur, the current program is terminated.

The reason for the exception is:

The ABAP program "SAPLJ_1B_NFE" attempated to execute a statement with which

the system automatically checks authorizations and for which the

user "LMATTOS" has no authorization.

The application program did not take the missing authorization

into consideration and the program must therefore be terminated.

-

-


Algum de vocês já viram presenciaram este dump antes??

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182114
Active Contributor
0 Kudos

Bom dia,

Vocês devem ter feito um enhancement na J_1B_NFE_XML_OUT para fazer interface com uma mensageria não SAP gravando em disco os dados, e esta gravação que está dando erro de falta de autorização.

O usuário do SAP não tem acesso ao diretório que você quer gravar, revise seu código e veja com BASIS as autorizações para o diretório que quer gravar.

Mais detalhes você pode procurar pelas palavras chaves OPEN_DATASET_NO_AUTHORITY e CX_SY_FILE_AUTHORITY, de qualquer forma é interessante além de resolver a questão de gravar, fazer um tratamento desta exceção.

Atenciosamente, Fernando Da Ró