cancel
Showing results for 
Search instead for 
Did you mean: 

'Hold Data' option not visible in F-03

Former Member
0 Kudos

One of the users in my organization has the 'System' - 'User Profile' - 'Hold data' menu option greyed out within transaction F-03 where users with similar authorizations do have that option available.  An authorization trace on activities of one user who is able to use this menu option showed no authorization checks specific to this 'Hold data' activity.  The trace only showed checks on object S_TCODE and F_BKPF_BUK.

Has anyone else come across this?  We're running EHP6 for SAP ERP 6.0, basis release 731.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

The 'hold data' functionality has been enabled for the screen, and for most users it works.  There is one user however for whom it is greyed out within the F-03 posting.

As long as she's on the start screen, the functionality is availble.  When she goes into the posting and wants to hold e.g. the cost center data the 'hold data' functionality is greyed out.  For her direct colleague who runs the same process on the same document, the 'hold data' functionality is available.

Could this be due to some user specific setting?

michael_kozlowski
Active Contributor
0 Kudos

Please set a breakpoint in include MF05AO00_STATUS_SETZEN_U to compare users.

if  akt-typ        = 'H'

  and f05actrl-xrfpo = space.

    set hold data on.

  else.

    set hold data off.

  endif.

Former Member
0 Kudos

Issue turned out to be process driven.  When the user enters an amount in her posting, the hold data functionality is disabled.  When she fills the other fields but no amount, hold data can be used.

Thank you all for your input!

michael_kozlowski
Active Contributor
0 Kudos

Hi, holding data is switched off when operating with reference document.

former_member198032
Active Contributor
0 Kudos

Hi,

check the following information regarding to this:

24997 - Function Hold data inactive for master data

102943    Posting with reference and 'Hold data'

63214    Holding data on one-time screen

126101    'Hold data' not supported for asset posting

66101    Hold data not supported for fixed asset retirement

310444    'Hold data' does not work on additional screen

336711    FI-ENJOY: data is not held

Regards,

Cristiano