cancel
Showing results for 
Search instead for 
Did you mean: 

RFFOJP_T File Path Issue

lucy_gray2
Active Participant
0 Kudos

Hi all,

RFFOJP_T has a parameter "File Name (for DME)" for downloading the DME file.

The max. length defined for this parameter is only 38 characters, but in our case, the UNIX (AL11) file path is greater than 38 characters. Any other shorter file path can't be used due to some landscape restrictions.

Inside this standard program, there is no enhancement spot before Open Dataset statement.

Any idea how to make this program use a file path longer than 38 characters?

Regards,

Lucy

Accepted Solutions (0)

Answers (1)

Answers (1)

iftah_peretz
Active Contributor
0 Kudos

Hi,

I am not currently in front of an SAP system, however, assuming everything you state is accurate, a few thoughts:

  • Can't you have that path directed to some 38 chars. path (no matter the landscape restrictions - you can have one of those) and have some job (or any other process) listening to that path which will copy that output into your desired path?
  • Have you opened an OSS call?
  • How have you been doing it thus far?