cancel
Showing results for 
Search instead for 
Did you mean: 

PM Order System Status

former_member377202
Participant
0 Kudos

Hi Experts,

When i am creating any maintenance PM Order the System status is Blank.May i know how can i resolve this. Initially during the creation of Order it should come CRTD but nothing is coming in System status field.

Regards,

Kavvya

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi All,

If you activate the user-exit STATTEXT (INCLUDE ZXBS1U01), this problem occurs.

To solve the problem, you have to add the following code in user-exit;

system_status_line_exp = system_status_line.
user_status_line_exp     = user_status_line.

copy import parameters to export paramaters with this piece of code,


otherwise, in standard transactions, Status of objects  vanished (all of MM,PM,PP,QM.. modules!!)

Mehmet Ali


peter_atkin
Active Contributor
0 Kudos

Is the system-status field completely blank (i.e. displayed, but empty), or not displayed at all?

PeteA

former_member377202
Participant
0 Kudos

Hi Pete,

The system is not displaying at all it is completely Blank.But When i checked the action log of the PM Order There every status are getting recordeded.

Regards,

Kavvya.

paul_meehan
Advisor
Advisor
0 Kudos

Hi,

It appears it may be just the status summary line is not filled but the actual status values are correctly set. Check if exit STATTEXT (include ZXBS1U01) is active. This can often be responsible for showing inaccurate status details on the status line.

-Paul

peter_atkin
Active Contributor
0 Kudos

Also check that you haven't hidden the field on the screen.

PeteA