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

Module Pool Error Screen

Former Member
0 Likes
463

Hi All

When I am executing a transaction(ZTransaction to Confirm Block Storage Transfer Item Orders). In the screen , I get the lines filled in the field values, with the error message

Read-Only field SPACE in Screen ZSAPML03T 0180.

Where in ZSAPML03T is the program name and 0180 is the screen number.

Can anyone please help me its urgent ?

Thanks

Gaurav

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
441

Hi,

Just check your screen , there must be a field with name SPACE existing which is read only type and you are trying to place value in it.

Regards,

Amit

Reward all helpful replies.

4 REPLIES 4
Read only

amit_khare
Active Contributor
0 Likes
442

Hi,

Just check your screen , there must be a field with name SPACE existing which is read only type and you are trying to place value in it.

Regards,

Amit

Reward all helpful replies.

Read only

Former Member
0 Likes
441

Hi,

Check Your PBO in which U may be trying to put values to the Field Marked as Read only...

Darshan

Read only

Former Member
0 Likes
441

Hi,

In the screen 180 other than confirmation no other field is allowed to enter a value all are in display. As you have copied this program the error msg might be from any standard program which has not been copied. Keep a break point and debug the program once again.

Br,

Laxmi.

Read only

0 Likes
441

Hello Amit , Darshan, and Laxmi

Thanks for your reply.. This could have been a possibility..But as I checked there is no place where the program is trying to pass value to the field SPACE.

Laxmi,

There was error in the standard screen itself. So debug of screen was not an option.

I have deleted the field SPACE from the program and it worked.

Thanks for your replies again.

Thanks

Gaurav