Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

Ability to add filter before executing a BAdI – Script Logic

$
0
0

Hi Experts,

 

I am attemptintg to run run a BAdI that performs a reclassification entry (not so important what the BAdI does) via a Data Manager package that selects Category/Entity/Time

 

The user will select his/her entity, and I would like to ensure that the entity selected has a property = Y before executing.

 

Having problems creating this script logic.  Can you assist.

 

  1. Tried additing a property via XDIM_FILTER, but that did not filter.  The DM/BAdI ran on the entities chosen.
  2. Tried adding a *WHEN clause to limit the execution of the BAdI before the START command, but Script logic does not accept the syntax.

 

Below is the script logic.

  Any ideas?
Thanks.

  Eyal

 

// EVALUATE WHETHER TO FILTER OR NOT FOR SCOPE. TBD

//*XDIM_MEMBERSET SCOPE = S_NONE

  *XDIM_MEMBERSET FLOW = F99

  *XDIM_MEMBERSET CURRENCY = LC,USD

  *XDIM_MEMBERSET SCOPE = S_NONE

  // VARIABLES TO SELECT

  *XDIM_FILTER Entity =
[Entity].properties("ENT_REC_DTAL") = "YES
"

 

  *// SELECTION TO ACTIVATE THE BADI 

*XDIM_MEMBERSET ACCOUNT = BAS(151000),BAS(225000)

*XDIM_MEMBERSET AUDITID = BAS(AD3100)

 

// SELECT THE VARIABLES FROM THE DM

*XDIM_MEMBERSET CATEGORY = %CATEGORY_SET%

*XDIM_MEMBERSET ENTITY = %ENTITY_SET%

*XDIM_MEMBERSET TIME = %TIME_SET%

 

*START_BADI ADAMA

QUERY = ON

  WRITE = ON

  *END_BADI

  //*ENDWHEN


Viewing all articles
Browse latest Browse all 5414

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>