2006 Aug 28 3:11 PM
Hi friends,
I have question on Dynamic Actions in HR module. I try to call a subroutine from Dynamic Actions. I have to pass P0041-DAT01, P0041-DAT02, P0041-DAT03, P0041-DAT04 parameters to the subroutine. I don't know the procedure / syntax to pass parameters. Can any one give me the example for this requirement. You help will be greatly appriciated.
Thanks in advance.
Hari
Hi friends,
I have question on Dynamic Actions in HR module. I try to call a subroutine from Dynamic Actions. I have to pass P0041-DAT01, P0041-DAT02, P0041-DAT03, P0041-DAT04 parameters to the subroutine. I don't know the procedure / syntax to pass parameters. Can any one give me the example for this requirement. You help will be greatly appriciated.
Thanks in advance.
Hari
2006 Aug 28 3:21 PM
Hello Hari
I did this some time ago so I am not sure if my description will be complete. However, I can describe you what I did.
I defined a report containing a FORM routine that should be dynamically called.
In the header section of the report I have the following statement:
INCLUDE mppdat00. " Common Part SAPFP50MAs data definitions I added the required infotype tables:
TABLES: p0000. " Personal-Stammsatz Infotyp 0000 (Massnahmen)
TABLES: p0001. " Personal-Stammsatz Infotyp 0001 (Org. Zuordnung)
TABLES: p0002. " Personal-Stammsatz Infotyp 0002 (Daten zur Person)Now in the FORM routine I work directly with the variables (p0000, p0001, ...). When the FORM routine is dynamically called these variables contain the values of the infotypes.
Regards
Uwe
2006 Aug 28 3:40 PM
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |