Hi Experts,
My requirement is when action type is "01" and PSA is "0040" and Work contract is "Q1" i should pass a value then it should trigger a subroutine which updates a infotype.
Below is dynamic action i have written .
0001 | 06 | 806 | P | PSPAR-MASSN='01'/X | ||
0001 | 06 | 807 | P | PSPAR-MASSN='42'/X | ||
0001 | 06 | 808 | P | PSPAR-MASSN='28'/X | ||
0001 | 06 | 809 | P | SY-TCODE='PA40' | ||
0001 | 06 | 810 | P | T001P-BTRTL='0040'/X | ||
0001 | 06 | 811 | P | T001P-BTRTL='0041'/X | ||
0001 | 06 | 812 | P | T001P-BTRTL='0042'/X | ||
0001 | 06 | 813 | P | P0001-ANSVH='Q1' | ||
0001 | 06 | 814 | P | RP50D-FIELD1(1)='6' | ||
0001 | 06 | 815 | F | COMP_ADJUSTMENT(ZHPADYNX) |
I know we can check all the conditions in subroutine then finally a pass values to RP50D-FIELD1. But i want it in the reverse. First i should pass value to RP50D-FIELD from Dynamic action to subroutine based on the correct value the subroutine should trigger.
Regards,
Raja Sekhar