cancel
Showing results for 
Search instead for 
Did you mean: 

Creating flat file saying what a BPM did

Former Member
0 Kudos

Hi all

Can someone give me some light in how to create a fltat file that says what did a BPM did correct.

All the system and application exceptions are handled but I need that if something wrong happens it should write this on a file.

Thanks in advanced

Regards

Emmanuel

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Emmanuel!

Because PBM runs in workflow/BPM runtime environment of the PI ABAP Engine you may use the Workflow/BPM analysis transactions to see what has happened (and what has NOT happened ... and why).

It is a very comfortable way to analyze problems. Why writing a flat file without any navigation to further context information (like e.g. the workflow container)?

Regards,

Volker

Former Member
0 Kudos

Hi Emmanuel,

If you have an exception then in the exception block you can use one more send step and can send a file. Now here if you want you can use the transformation step and write a user defined error which would write an error file. You can use the same mapping with different error based upon your exceptions.

Regards,

---Satish