cancel
Showing results for 
Search instead for 
Did you mean: 

Delete Red requests from a DTP (SAP BW/4HANA)

Hello,

I need a "Module function" or "Abap Program" that delete red requests from a DTP in SAP BW/4HANA.

Do you have any suggestions ?

Thanks in Advance

Best Regards.

matt
Active Contributor

You should convert your answer to a comment. Read the before answering text below. "You should only submit an answer when you are proposing a solution to the poster's problem."

matt
Active Contributor
0 Kudos

Why. What are you trying to do?

0 Kudos

Hi Matthew,

I have a Fiori App that execute DTP using a module function and when there is a red request , it's impossible to re-execute DTP's whithout deleting red requests !

Regards,

matt
Active Contributor
0 Kudos

Try debugging the standard way of deleting DTPs and see how it's done. You may find a program, function module or class method that does it.

0 Kudos

Thanks Matthew , I will try that !

Best Regards

DoanManhQuynh
Active Contributor
0 Kudos

Maybe you should try to repair it as follow blog:

https://blogs.sap.com/2014/12/19/how-to-solve-error-stack-dtp/

I think there is program to delete or repair DTP in package: RSBK ( rsbkdtpdelete, rsbkdtprepair...) but i didnt try it before.

former_member199573
Active Participant
0 Kudos

Can you use the option"Automatically repeat red requests in Process chains"?

This option will delete the failed requests in the process chain during the next process chain run or manually execution.

Regards,

Raja.

Accepted Solutions (0)

Answers (1)

Answers (1)

Jan_van_Ansem
Contributor

Just recycling an old answer here:
https://blogs.sap.com/2017/07/13/delete-requests-from-advanced-dso-adso/

Hope this helps.

By the way - I assume you mean to delete it from an ADSO, not a DTP as DTP's don't 'have' requests. They just start the process to create one.

0 Kudos

Thanks for your response.

For my case , it's to delete red requests from an InfoObjects not an ADSO .

Best Regards