cancel
Showing results for 
Search instead for 
Did you mean: 

Error handling for direct release to SNP friom cube

Former Member
0 Kudos

HI

I created a process chain and last step is direct release to SNP from Infoprovider. We are releasing forecast direct to SNP bypassing DP.

In my last step I created message notification that job is successful , however can any advice is there a way we can include application log in the mail so that the receivers can also see the list of products failed as there is no master data in SNP. We donu2019t want products which are successful.

Thanks

SVarma

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member209769
Active Contributor
0 Kudos

Hi Siva,

There won't be a standard way to send information about only the missing products in APO to the user.

Looking at job logs is the standard way to identify issues.

There might be a possibility to send the complete log to the users, but this also might not be very straight forward.

If you need to identify this "missing materials" list necessarily, then you could write a program comparing material data in the infocube with that in APO material master. If you would like some guidance on this, I could provide the same.

Hope this is helpful.

Thanks - Pawan

Former Member
0 Kudos

Hi Pawan,

Thanks for your response - Sorry for reponding late as I was on holiday for some time. CAn you give some guidance in sending the whole log ( Also I dont see spool list for this log ).

Regards

former_member209769
Active Contributor
0 Kudos

Hi Siva,

If you were using Sm36 job, there is a possibility to use the table TBTCO and the Function Module BP_JOBLOG_READ. Using this, it would have been possible to get the complete Sm37 job log.

However, since you are using process chain, I am not aware how the log could be read.

Thanks - Pawan