Help with the script
Summary
Help with the scriptContent
Hi! Could anyone explain what the script below does?
FIX( &CUR_MTH ){
FIX( C_NA , R_NA , P_NA ){
FIX( @RELATIVE( TTCST_SRC,0 ) ){
&INP_ACT_EXT(
&INP_ACT_EXT = &INP_ACT_EXT + @XREF( RU3TTCST,&INP_ACT_EXT,BG_TOT,"CA_TOT" );
&INP_ACT_EXT = &INP_ACT_EXT + @XREF( RU3TTCST,&INP_ACT_USR,BG_TOT,"CA_TOT" );
)
}
}
}
0