Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Table to extract processing log of an output

Former Member
0 Kudos

Hi SAP Experts,

Could you please tell me which tables that I can extract information from Output Processing Analysis ?

Basically, I would need information "Sales Order XXXX is of Cross dock Type" along with Output Type and Invoice Number to be in the report.

Best regards,

Danny

1 ACCEPTED SOLUTION

michael_kozlowski
Active Contributor

Please check table CMFP.

5 REPLIES 5

Former Member

You can find this out for yourself with a bit of debugging.

Before you click the processing log button, start an SQL trace to see what tables are read and go from there.

michael_kozlowski
Active Contributor

Please check table CMFP.

0 Kudos

Hi Michael,

Thank you.  CMFP looks like the right one.

I want to display the message text as well, can you advise me which field in CMFP storing that data ?

Regards,

Danny

0 Kudos

T100

Regards,

Raymond

Former Member
0 Kudos

Hi All,

Thank you for your support.  Finally, I can join tables NAST, CMFP and T100 to have a report for output status.

Regards,

Danny