Application Development and Automation 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: 
Read only

Tables behind Output Processing Log

Former Member
0 Likes
3,743

Can someone tell me the tables that store the processing log messages for outputs?? I want to query the values that show up when I highlight an output type and click the processing log in the output screen.

I know NAST stores the information on the specific output type instance but I can't find the processing log anywhere in a table.

Will award points for any help. Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,787

Hi,

Check the table CMFP..

Thanks,

Naren

3 REPLIES 3
Read only

Former Member
0 Likes
1,787

Look at the form PROTOCOL_DISPLAY in program LV70AF01. Specifically, look at the call to function WFMC_PROTOCOL_GET followed by function MESSAGE_PREPARE.

Read only

Former Member
0 Likes
1,788

Hi,

Check the table CMFP..

Thanks,

Naren

Read only

0 Likes
1,787

thanks naren, thats what i was looking for.