cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic filter for process chain:EXPORT_MD_TO_FILE

aditya_ponnala
Participant
0 Kudos

Hi

I reviewed and changed my process chain as suggested in thread:

https://archive.sap.com/discussions/thread/3824165

As suggested in thread I first set the filter as below

Later I modified script for process chain: EXPORT_MD_TO_FILE as below.

TASK(/CPMB/APPL_MD_SOURCE,SELECTION,FROM.TMP@@@SAVE@@@@@@EXPAND@@@|DIMENSION:MATERIAL|[FILTER:CHEM1]|)

Using this I am able to default dimension to material but not values to that particular Filter. Ideally I need combination of two filters Filter 1 & filter 2.

Did anyone tried this successfully?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

aditya_ponnala
Participant
0 Kudos

"filter is user specific"

Oh! Then it will not work for my situation as we will use generic ID to run this as part of package link. All along I was trying to avoid ABAP. Looks like we I cannot avoid ABAP in here.

former_member186338
Active Contributor
0 Kudos

"generic ID" - what do you mean by "generic"?

If you need to distribute some filter to the list of users you can write simple ABAP to copy the filter text. I have already answered this question and even provided ABAP sample!

WHY NOT TO SEARCH?

former_member186338
Active Contributor
0 Kudos

Remove "FROM.TMP" - look at my sample in the link you use.

But remember that filter is user specific, another user will have nothing if he didn't create the same filter with the same name.

You can use ABAP to copy filter!