cancel
Showing results for 
Search instead for 
Did you mean: 

Restrictions to Parked Document - FBV2

former_member384674
Discoverer
0 Kudos

Hi All,

I am an ABAPer.

While using FBV2 to change Parked Document I have a requirement to make few fields uneditable , Change Few Fields and also display warning message for few. I have searched the posts and could not find a proper solution for my question. Is there an Exit or Enhancement which I can use to make fields uneditable or display warning message? also update me if any BAPI/FM to update posting date, Fiscal Period and Fiscal Year. I have seen FM PP_CHANGE_DOCUMENT_ENJ given everywhere. Will it help? Please suggest.

Accepted Solutions (1)

Accepted Solutions (1)

raymond_giuseppi
Active Contributor
0 Kudos

(1) changing transaction behavior.

AFAIK you cannot hide/protect easily some fields in this transaction, fields status group doesn't rely on transaction

You could create some validations (checking Transaction Code in the rules) to raise your warnings, and even some error when user change a not allowed field, you could also create a substittion rule to change some values.

Use an enhancement at end of FI_FIELD_SELECTION_DETERMINE at your own risk

(2) Looking for FM?

There is no BAPI for FBV2 (Read 2092366 - Parking with BAPI_ACC_DOCUMENT_POST and 2445449 - Parking document issue due to function module PRELIMINARY_POSTING_FB01.)

Create a BDC and execute a CALL TRANSACTION.

Use FM of group F040 at your own risk...

former_member384674
Discoverer
0 Kudos

Thanks a lot for your reply. I have done the inevitable. Using BDC. Just saw your answer. Thanks for your time 🙂

Answers (0)