Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Table control fields editable in userexit_save_document_prepare.

Former Member
0 Likes
643

Hello Experts,

I am on include MV45AFZZ working on form userexit_save_document_prepare.

After performing some kind of validation i display an error message.

and after that I need the table control fields to be editable.

how do I achieve this,

Please help would be appreciated.

Regards,

Ranjith N

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
613

I think.. in SO. that too in MV45AFZZ.. if u provide error message ..its not possible to bring the table control to EDITABLE.. instead of that better try to give some popup message.. with the error..

Hello Experts,

I am on include MV45AFZZ working on form userexit_save_document_prepare.

After performing some kind of validation i display an error message.

and after that I need the table control fields to be editable.

how do I achieve this,

Please help would be appreciated.

Regards,

Ranjith N

4 REPLIES 4
Read only

Former Member
0 Likes
614

I think.. in SO. that too in MV45AFZZ.. if u provide error message ..its not possible to bring the table control to EDITABLE.. instead of that better try to give some popup message.. with the error..

Read only

Former Member
0 Likes
613

Hi,

Thanks for your reply.

could you tel me fm or an example for the same.

Regards,

Ranjith N

Read only

Former Member
0 Likes
613

>

> After performing some kind of validation i display an error message.

> and after that I need the table control fields to be editable.

> how do I achieve this,

Hi,

If you give the error message in transaction VA01/VA02, then the table control ( standard) should be editible anyways.

If any of the fields are not editible, then you can use the exit userexit_field_modification to make the fields editible based on the same condition that you are cheking in the userexit_save_document_prepare.

regards,

Advait

Read only

Former Member
0 Likes
613

answered