2006 Oct 11 1:28 PM
How Do Everyone!
I have managed to add new fields to part of the
existing P0019 infotype ( Monitoring of Tasks) using
a CI include. These new fields are now being displayed.
But I only wish to display the new subscreen when the
subtype = '98' i.e. new custom subinfotype.
Can anyone tell me where I can put the conditional
check?
Cheers
Andy
2006 Oct 11 1:35 PM
Hi andy,
1. Using PM01 itself.
2. Goto PM01
3. Enter the infotype 0019
4. Click on the Enhance Infotype Tab (3rd Tab)
5. Click on Radiobutton 'Include Screen (0200)'
6. Click Create / Edit
7. Goto that Flow logic of that screen.
8. In the PBO u can write your code, something like this.
IF p0019-SUBTY = 'XXYZ'.
loop at screen.
if screen-name = 'P0019-ZZFIELDNAME'.
SCREEN-INVISIBLE = '0'.
SCREEN-INPUT = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
regards,
amit m.
Hi andy,
1. Using PM01 itself.
2. Goto PM01
3. Enter the infotype 0019
4. Click on the Enhance Infotype Tab (3rd Tab)
5. Click on Radiobutton 'Include Screen (0200)'
6. Click Create / Edit
7. Goto that Flow logic of that screen.
8. In the PBO u can write your code, something like this.
IF p0019-SUBTY = 'XXYZ'.
loop at screen.
if screen-name = 'P0019-ZZFIELDNAME'.
SCREEN-INVISIBLE = '0'.
SCREEN-INPUT = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
regards,
amit m.
2006 Oct 11 1:35 PM
Hi andy,
1. Using PM01 itself.
2. Goto PM01
3. Enter the infotype 0019
4. Click on the Enhance Infotype Tab (3rd Tab)
5. Click on Radiobutton 'Include Screen (0200)'
6. Click Create / Edit
7. Goto that Flow logic of that screen.
8. In the PBO u can write your code, something like this.
IF p0019-SUBTY = 'XXYZ'.
loop at screen.
if screen-name = 'P0019-ZZFIELDNAME'.
SCREEN-INVISIBLE = '0'.
SCREEN-INPUT = 1.
MODIFY SCREEN.
ENDIF.
ENDLOOP.
ENDIF.
regards,
amit m.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |