‎2007 Sep 04 3:12 PM
Hi,
when I am using FBV1 Tcode, I can not see some fields in Tcode FBV1 but they are visible in SE51 program SAPLF040 screen100.
this is because fields are disable.
*------- ... Feld ausblenden -
IF rc = 4.
screen-input = off.
screen-output = off.
screen-required = off.
screen-invisible = on.
MODIFY SCREEN.
ENDIF.
like ways. We can not change this fields because this (SAPLF040) program is SAP program. Pls give me solution to enable the fields.
‎2007 Sep 04 3:20 PM
Hi,
Some fields are suppressed depending upon configuration in SPRO based on GL Account numbers.
You can ask your functional person for that.
Regards,
Taranam
Message was edited by:
taranam dhindsa
‎2007 Sep 04 3:20 PM
Hi,
Some fields are suppressed depending upon configuration in SPRO based on GL Account numbers.
You can ask your functional person for that.
Regards,
Taranam
Message was edited by:
taranam dhindsa
‎2007 Sep 18 8:30 PM
Hi
I am not sure whether your issue has been solved or not.
We are facing a similar issue. This is only for one user. When he run txn FBV1 some header fields from initial screen (SAPLF040 screen100 ) are are not visible.
Currency
Exchange rate
these two fields are not visible for one particular user.But all other users are getting these fields visible. checked all user roles and profiles and compared with other users. Cant find any fault in that.
If you have any clue please let me know.
Thanks.
Mark
‎2010 Dec 10 9:25 AM
Go into Tcode FB00 and tick off "Documents only in local currency" check box.
‎2010 Dec 10 10:15 AM