cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Action Delimit Multiple Subtype

0 Kudos

Hi,

I am experiencing problems when trying to delimit a series of subtypes within an infotype. It only delimit the first subtype of the series. Can you check the logic?

04 71 P T001P-MOLGA='99'

04 72 P PSPAR-MASSN='C4'

04 73 P PSPAR-MASSG='04'/X

04 74 F GET_DELIMIT_DATE(ZBNPPARR022)

04 75 F GET_ALLOWANCE_4001_ENDDATE(ZBNPPARR022)

04 76 F GET_ALLOWANCE_4004_ENDDATE(ZBNPPARR022)

04 77 F GET_ALLOWANCE_4013_ENDDATE(ZBNPPARR022)

04 84 P RP50D-DATE2 > RP50D-DATE1

04 85 I MOD,0014,4001/D

04 86 W P0014-ENDDA=RP50D-DATE1

04 88 P PSPAR-MASSN='C4'

04 89 P PSPAR-MASSG='04'/X

04 90 P RP50D-DAT01 > RP50D-DATE1

04 91 I MOD,0014,4004/D

04 92 W P0014-ENDDA=RP50D-DATE1

04 93 P PSPAR-MASSN='C4'

04 94 P PSPAR-MASSG='04'/X

04 95 P RP50D-DAT02 > RP50D-DATE1

04 96 I MOD,0014,4013/D

04 97 W P0014-ENDDA=RP50D-DATE1

This result in delimiting the Subtype 4001. However, 4004 and 4013 are unaffected. Please help.

Thank you in advance.


Accepted Solutions (0)

Answers (1)

Answers (1)

jimso101
Active Contributor
0 Kudos

Hi Zul,

I dont think RP50D-DATE2 > RP50D-DATE1 will work in dynamic actions.

The above condition should be verified within the program itself ZBNPPARR022.

Thanks