cancel
Showing results for 
Search instead for 
Did you mean: 

Disable Document date & Posting date fields while posting the document in FV50

sarath_27
Explorer
0 Kudos
579

Hi All,

I need to grey out document date, posting date & one G/L item (full record in the items) while posting the document. I shouldn't allow user to change these fields. In the SCN many referred to go with SHD0 but i don't want to create another transaction code. kindly suggest how can i achieve this.

Regards,

Sarath.K

Accepted Solutions (0)

Answers (3)

Answers (3)

sarath_27
Explorer
0 Kudos

Hello Venkat,

Thanks for your suggestions,

I tried convincing the client of doing it in Custom ALV report, but they weren't accepting to validate the values in the ALV. They were asking to disable fields in the transaction. I was looking for user exits / BADI's to achieve this solution

Regards,

Sarath.K

venkateswaran_k
Active Contributor
0 Kudos

Dear Sarath,

Actually I was asking to develop the Custom ALV report which displays all the necessary details you want to verify and then click on the document will call the BDC at background.

However, if you are not happy with that, then it has to be validated at user exit for any changes.

Please let me know if I am not getting your requirement

Regards,

venkat

venkateswaran_k
Active Contributor
0 Kudos

Dear Sarath,

If you want user not to change anything while posting (without any SHD0 settings), you may have to follow like this:

1. Preapre an ALV report - that displays all the Parked Documens

2. User can select a row in that ALV report and Press a button - which will call a bdc at background and post the document

Regards,

Venkat

sarath_27
Explorer
0 Kudos

Hello Venkat,

Thanks for your Prompt reply,

From FBV0 document list pulling the parked document list ALV, clicking the document routes to FV50. User has to check the G/L & amount posted(mandatory) & shouldn't be able to change the data.

Regards,

Sarath.K