cancel
Showing results for 
Search instead for 
Did you mean: 

BBP_GET_STATUS_2 Message E 031

Former Member
0 Kudos

Hy Experts!,

In my requirement, i´m looking the planned JOBS with the BBP_GET_STATUS_2 program in SRM 4.00. A lot of these Jobs are returned with message E 031 in SPOOL, with empty description, because there is not a Symbol Text 031 in BBP_GET_STATUS_2 Text Elements.

I was searching OSS Notes, and forums threats posted with BBP_GET_STATUS_2 messages, but i can´t found a solution.

Did you know an OSS Note that may resolve it?

The code in program is:

DESCRIBE TABLE gt_sc_refdata LINES lines_refdata.

IF lines_refdata < 1.

IF lt_guid_ignore[] IS INITIAL.

PERFORM error_and_leave.

ELSE.

DESCRIBE TABLE lt_guid_ignore LINES lines_refdata.

NEW-PAGE NO-HEADING.

FORMAT COLOR 6.

WRITE: /, text-200, / 'E 031' , /10 lines_refdata ,

text-031, text-200.

WRITE: /.

WRITE: /.

EXIT.

ENDIF.

ENDIF.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

jason_boggans
Active Contributor
0 Kudos

Hi,

Check for notes related to E 031 and locks, there was a note, 1420833, released to combat too much locking in SM12 from the BBP_GET_STATUS_2 report which was dealt with by this note, it is a side effect of note 1342152

Regards,

jason

Former Member
0 Kudos

Hello Jason,

I think this is the correct Note.

Thank you.

Answers (1)

Answers (1)

Former Member
0 Kudos

Edited by: Noaser on Jun 13, 2011 6:06 PM

Edited by: Noaser on Jun 13, 2011 6:11 PM