cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table to get APD name from file name

former_member206066
Participant
0 Likes
1,068

Hello Experts,

I know .csv file name and I need to know which APS is used to write data in that .csv file (In AL11).

Is there any table available?

I have checked the table "RSANT_PROCESSR" but it is not working as expected.

It is not showing the APD name.

Please help.

Thanks,

Ipsita

Accepted Solutions (0)

Answers (1)

Answers (1)

FCI
Active Contributor

Hi Ipsita,

What do you mean by "I have checked the table "RSANT_PROCESSR" but it is not working as expected." ?

The RSANT_PROCESSR actually shows the name of the file (field target_objnm) and the APD name (field process) but as it contains only the runs of the APD, you won't be able to find here the APDs that have not been run and the ones for which all the runs have been deleted or archived (I guess there is a way to do this).

Technically, I guess the file name is stored in the definition of the APD (see the RSANT_PROCESS table). But as it is stored in a xml form, it is not directely readable.

Regards,

Frederic

former_member206066
Participant
0 Likes

Hello Frederic,

Thanks for your help.

Is there any other table except "RSANT_PROCESSR", to get APD name from file name.

Thanks,

Ipsita