Dynamic Skip in Data Extractor

Previous  Home  Next

Dynamic Skips or DS allows you to skip elements at run time based on criteria you specify. Frequently used criteria are already provided.  You can also define your own skip criteria using Custom DS. Custom DS is written in VB.NET code and similar to Macro that you write inside Excel/Word.

Dynamic Skip can be set for field in Data Extractor.

Following are the Dynamic Skip that are offered:

1.Skip Excel row on Blank

2.Skip Excel row on Zero

3.Skip Excel row on Blank or Zero or Space(s)

4.Suppress field on Blank

5.Suppress field on Zero

6.Suppress field on Blank or Zero or Space(s)

7.Skip Current Call on Blank

8.Skip Current Call on Zero

9.Skip Current Call On Blank or Zero or Space(s)

10.Data Governance Rule

11.Custom Dynamic Skip

 

In the below example, we will extract data from MARA table and see how dynamic skip can be used to skip data based on the specified criteria.

Once the data consisting of 'Material Number' and 'Name of Person who Created the Object' is ready in excel file for which data is to be extracted, go to Mapper tab and follow the steps mentioned below.

Excel_new

 

1.In the Mapper, uncheck the 'Active' checkbox for the fields for which data is to be filtered (i.e taken from excel file mentioned above).

Mapper_Uncheck_fields_new

2.Click on Home tab

3.Check the  'Use Data Filters' checkbox  and choose 'Data Filter Builder' option.

Home_Use DF_DFB

4.In the Data Filter Builder window, choose 'MATNR' in Field Name, Source Type as Excel to SAP and Source Value as 'A' (column consisting material number in excel).

5.Similarly choose 'ERNAM' , Source Type as Excel to SAP, Source Value as 'B'(column consisting Name of the Person Who Changed Object in excel).

Addition_Of_Data_filters

6.Choose Dynamic skips offered under  Dynamic Skip column for the required field.

 

In our example we will choose 'Name of Person who Created the Object' field and use dynamic skip options (skip excel row/suppress field/skip current call/custom DS) if value of this field is either 0 or blank as covered in below sections.

 

hmtoggle_plus1Skip Excel row on Blank or Zero

 

hmtoggle_plus1Suppress field on Blank or Zero

 

hmtoggle_plus1Skip Current Call on Blank or Zero

 

hmtoggle_plus1Custom Dynamic Skip

 

hmtoggle_plus1Data Governance Rule

 

 

Next:

Dynamic Formula - Introduction