cancel
Showing results for 
Search instead for 
Did you mean: 

/SAPAPO/RRP3 Authorization issue

Former Member
0 Kudos

Hi,

We've restricted plants in /SAPAPO/RRP3....

When we view the details for a particular "allowed" plant, all's is Ok....

When we try to view the details of a "not allowed" plant, it gives the required missing authorization message...

The issue is if we try to change the plant on the second RRP3 screen to an "allowed" plant, it still displays the old authorization error message for the "not allowed" plant under Product Master....all other tabs are fine...

Is this by design or are we missing something...

Please advise.....

Thank you.

-S.

Accepted Solutions (0)

Answers (1)

Answers (1)

babu_kilari4
Active Contributor
0 Kudos

It is by design. I think the system still stores the relevant old data in the buffer and that is why you're seeing this issue.

Try to implement the following piece of code in the method "/sapapo/if_ex_rrp_io_col~rrp_usex_pv_header_ucomm" and see if it helps. I am not 100% confident, but the below piece of code is extracted from standard SAP code and it refreshes the RRP3 screen content.

MOVE 'FURT' TO sy-ucomm.

IF sy-ucomm EQ 'FURT'.

CALL FUNCTION '/SAPAPO/RRP_REFRESH'.

PERFORM reset_changes_atp IN PROGRAM /sapapo/saplrrp_iolist.

CALL FUNCTION '/SAPAPO/RRP_EVAL_REFRESH'.

ENDIF.

ENDIF.

Babu Kilari

Former Member
0 Kudos

Hi Babu,

We tried this on our system but it hasn't helped...please can you advise if there's something else we could try please...

Thank you.

Saba.