Skip to Content
0
Former Member
Jun 25, 2012 at 02:43 PM

ICDATA dont process journals inputs

35 Views

hi bpc experts:

I have a doubt about how to make ICDATA package process my journals (which are saved with DataSrc=DS_JOURNAL and DS_JOURNAL has M value on DATASRC_TYPE).

Now my script ICDATA is working fine, but it s not considering the journals, so this is the code now:

*RUN_PROGRAM ICDATA

CATEGORY = %C_CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET%

DATASRC = DS_ENTRADA

TID_RA = %TIME_SET%

ENTITY = %ENTITY_SET% // C1000

ACCOUNT = BALANCE,PYG

FLOW = F_180

TYPE = 'I'.

*ENDRUN_PROGRAM

I wonder if I modify the script for this:

*RUN_PROGRAM ICDATA

CATEGORY = %C_CATEGORY_SET%

CURRENCY = %RPTCURRENCY_SET%

DATASRC = DS_ENTRADA,DS_JOURNAL

TID_RA = %TIME_SET%

ENTITY = %ENTITY_SET% // C1000

ACCOUNT = BALANCE,PYG

FLOW = F_180

TYPE = 'I','M'.

*ENDRUN_PROGRAM

it will continue to be valid?

regards

jav