cancel
Showing results for 
Search instead for 
Did you mean: 

Process and Forms: Problem when try to attach a file. Only works in EN language.

joo_mariano2
Participant
0 Kudos

Hello All,

A weird error is ocurring when i try to attach a file.

When i log in English the Attachment functionality works fine.

http://<>/sap/bc/webdynpro/sap/asr_process_execute_ovp?PROCESS=<>&SAP-WD-CONFIGID=ASR_PROCESS_EXECUT...;sap-language=EN#

I select a file and click in attach button:

In IF_FPM_GUIBB_FORM~FLUSH method of CL_HRASR00_ATTACHMENT_FEEDER class, in the field symbol <fs_value>, i can see the name of the file:

And the file was attached correctly.

But, when i log in PORTUGUESE:

http://<>/sap/bc/webdynpro/sap/asr_process_execute_ovp?PROCESS=<>&SAP-WD-CONFIGID=ASR_PROCESS_EXECUT...&sap-language=PT#

In the same point, the <fs_value> don't contains the name of the file:

The file was not attached, and a message is displayed:<SELECT FILE>

I try to debug the application but i dont found the exactly point where the file name is filled.

Some one already passed for this situation?

Before, the attach functionality worked fine.

Thanks.

João Mariano

0 Kudos

Thanks for the information.

I am doing similar thing trying to work on the same method.

Is it possible to help to tell ,how did u come to this method in debug.

could you please write the steps.

from which place you initiated to come to this method.

Accepted Solutions (1)

Accepted Solutions (1)

joo_mariano2
Participant
0 Kudos

Hello All.

Finally, we solved our problem.

Someone, for some reason, changed the translation of a text element of CL_HRASR00_ATTACHMENT_FEEDER class.

The correct valu for TEXT-008 is ATTACHMENT_CONTENT.

Att,

João Mariano

ChrisSolomon
Active Contributor
0 Kudos

Great find! WEIRD indeed!

Answers (1)

Answers (1)

ChrisSolomon
Active Contributor
0 Kudos

Wow! that's an odd one. I could not find any notes on it and have not seen that myself. Contact SAP for help?