2007 Nov 13 8:25 AM
Hi All,
in transaction-> MIRO tab-> DETAIL. we want to disable the field "Inv. Party" for input. ( it is displaying the LIFNR which was entered at the time of MIGO and user should not be able to change the LIFNR).
Details:
Tcode : MIRO
Screen Field: INVFO-LIFRE
pls advice.
Thanks,
SS
Hi All,
in transaction-> MIRO tab-> DETAIL. we want to disable the field "Inv. Party" for input. ( it is displaying the LIFNR which was entered at the time of MIGO and user should not be able to change the LIFNR).
Details:
Tcode : MIRO
Screen Field: INVFO-LIFRE
pls advice.
Thanks,
SS
2007 Nov 13 5:30 PM
Hi Surendra,
Create a Screen variant for MIRO transaction from TCode SHD0.
Create Trasaction variant for MIRO.
Assign Above created Screen variant to transaction variant
Activate Transaction variant.
It should work...
<b>Reward points for helpful answers</b>
Satish
2007 Nov 14 11:16 AM
Hi satish
when I create screen variant for MIRO it's not showing my required field i.e. INVFO-LIFRE .
here is the detail:
Screen values 0010
Program SAPLFDCB
Thanks,
SS
2007 Nov 14 1:23 PM
Hi,
Check this Enhancement 'LFDCB001', here you have one screen exit 'SAPLXM08'
Screen No: 150 ,jus double click that screen exit and write a code by looping the screen and make that particular screen field as screen-input = 0.
Thanks
2007 Nov 19 9:05 AM
HI,
Thanks for ur Reply.
in screen exit 'SAPLXM08' when we write code and compile, it showing error message "Statement not Accessable".
pls advice
SS
2007 Dec 22 7:09 AM
HI,
now this is sloved
Enhancement : LFDCB001
Exit : EXIT_SAPLFDCB_001
here is the coding:
data wa_screen type screen.
loop at screen . "into wa_screen.
*CASE SCREEN-NAME.
if screen-name = 'INVFO-LIFRE' . "
screen-input = 0.
modify screen.
exit.
endif.
ENDCASE.
endloop.
Thanks to All
SS
2022 Nov 24 11:28 AM
Hi ,
I also had the same requirement and have implemented the same logic
but screen loop is not picking any values
I have included screen loop in PBO event.
Please help me on this.
Thanks in advance.
2008 Feb 25 7:10 AM
Hi experts,
I am facing a problem during activate my project for this enhance ment....
this is the error: Dynpro does not exist
The system attempted to use dynpro 0400 in program "SAPLXM08".
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |