cancel
Showing results for 
Search instead for 
Did you mean: 

Unlock is not happening automatically - BGRFC lock using delay method

0 Kudos

Hi Team,

We are using BGRFC queue for processing material status change.

This is the interface : if_qrfc_unit_inbound method : Delay we are using for queue lock. delay method should unlock queue automatically after specified delay in seconds however its not working.

Could you pls help.

Note : Queue is stuck that we can see in SBGRFCMON

Code:

l_o_my_unit1 TYPE REF TO if_qrfc_unit_inbound.

CALL FUNCTION 'Zstatus_change' IN BACKGROUND UNIT l_o_my_unit1

l_v_lock_id = l_o_my_unit1->delay( 30 ).

Accepted Solutions (0)

Answers (1)

Answers (1)

fedaros
Advisor
Advisor
0 Kudos

Hi Vinod,

Check this blog published today, it's from TM but there's a lot of recommendations on bgRFC too.

https://blogs.sap.com/2023/06/12/sap-transportation-management-in-sap-s-4hana-private-cloud-edition-...

Regards, Fernando Da Rós