cancel
Showing results for 
Search instead for 
Did you mean: 

how can I make my code in the extractor just run 1x instead of on each pack

Former Member
0 Kudos

I would like to know if there is a setting or some sort of code I can use to make sure my start routine executes after all data packages arrive. We think it is missing data or reading it correctly because it is in different packages.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

If you are using function module generic extraction and using PACKAGE SIZE S_S_IF-MAXSIZE, then comment it or remove it wherever necessary. Then it should bring it in one single datapack from the source itself.

Hope that helps. Thanks!!

~ Vaishnav

Former Member
0 Kudos

I am adding my code in a start routine and I don't see any reference to this

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks both were helpful

Former Member
0 Kudos

If you want to make sure that your code executes for every record..write the code in individual fields of update rules..or do it in endroutine.

Former Member
0 Kudos

Well I am doing it in the start routine and it just reads from another ODS but the packages are messing it up. I do populate in the individual fieds but it needs to read from the internal table

Former Member
0 Kudos

try using sematic keys uin DTP if you are on 7.0