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: 

SAP NOTE 1645855

0 Kudos

Hi guys,

I need to implement the sap note 1645855, the note status is "cannot be implemented", but i need only the part that talk about the logical file name "CLASSIFICATION_ERROR":

If you want to store the output file on the application server, use the logical file name CLASSIFICATION_ERROR. The name defines the path under which the output file is saved. The system suggests RCCLBI03.ERROR as the file name, but you can choose your own file name.


CLASSIFICATION_ERROR must also be defined in Customizing.

A correct entry may look as follows:

Logical File CLASSIFICATION_ERROR

Name Error File Classification

Physical File /tmp/

Data Format DIR

Application Area MM

Logical Path

When creating CLASSIFICATION_ERROR, the system may issue message SV 019.

However, this is just a warning that you can ignore.

b. The path is not specified on the presentation server either. Here,CLASSIFICATION_ERROR (if defined) represents a default value.

As you can see, when creating the classification_error the systems should display the error SV019 as a warning, but in my case it isn't a warning, but a blocking error.

How can I go further and be able to create the logicale file name "classification_error" ?

Thanks

Domenico

4 REPLIES 4

raymond_giuseppi
Active Contributor
0 Kudos

There is not a single line of code in this note (no correction) only guidance on how to configure some alias for logical names (transaction FILE) so execute this transaction as described in note and in online help provided in the note.

Regards,

Raymond

0 Kudos

Hi Raymond,

Yes i know what you wrote, but when I create  the logical name by transaction FILE, as described in oss note :

When creating CLASSIFICATION_ERROR, the system may issue message SV 019.

However, this is just a warning that you can ignore.

But I receive the error SV019 as blocking and not as warning....

I'm trying to resolve this problem, do you have some tips?

Thanks

Domenico

0 Kudos

Unless there is some configuration that can change SV019 from error to warning, open an incident with SAP.

0 Kudos

I got a warning message (SAP namespace)

Could you test FM CHECK_CUSTOMER_NAMES in your system with your id:

  • OBJECTTYPE    'TABU'
  • TABLEKEY    'CLASSIFICATION_ERROR'
  • TABLENAME    'FILEPATH'

Which result do you get?

Regards,

Raymond