cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR while implementing SAP note 175842(QM)'

Former Member
0 Kudos

HI

Experts.

I am implementing sap note in QM MODULE .

But while implenting some error is 'OBJECTREPSRQEVAC50 does not exit create it'**

OJCT TYPE OBJECT

REPS RQEVAC50

one enhancement i used 'QEVA0008' (Usage decision: Customer function key (e.g. to cancel UD))

CALL FUNCTION 'QAST_PROCESS_ACTIVITY'

EXPORTING

  • I_DIALOG = 'X'

I_OBJNR = I_QALS-OBJNR

I_VORGANG = 'QM68'

EXCEPTIONS

NOT_ALLOWED = 1

ACTIVITY_NOT_ALLOWED = 2

OTHERS = 3.

*E_EXIT_ACTIVE = 'X'.

BUT IT IS NOT WORKING.''SAME PROBLEM AGAIN"

THANKS

AJAY.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

As per note you have to create report RQEVAC50 by implementing above note. Since the RQEVAC50 report is not there it give the said error

Answers (1)

Answers (1)

Former Member
0 Kudos

create a report RQEVAC50 as suggested in the corrections instruction of the note 175842.

Based on the version , click on the relevant link and create the report