cancel
Showing results for 
Search instead for 
Did you mean: 

Validation - Periodict data filter

Former Member
0 Kudos

Dear All,

In our present system we get master data changes monthly..

We are (Flexi upload) uploading cumulative transaction data in to the BCS system every month.

Need to create validation which should check the present period data with its break down category.

For example Business unit should have a specific PCAT which is a required filed as per the Master data.

In fact I am struck at making a formula which will allow only periodic data for this validation.

Thanks

Kamal

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

There is an option to use characteristics in validation methods under selection condition.

dan_sullivan
Active Contributor
0 Kudos

For periodic validations use the xx_PER Application functions in the method.

For checking periodic values for the key figure determined in the task, use VAL_PER.

For checking periodic values for only local currency use LC_PER.

For checking periodic values for only group currency use GC_PER.

For checking periodic values for only transaction currency use TC_PER.