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

VF03 - Output Processing Log

Former Member
0 Likes
2,884

Hi,

In invoice header we have a processing log button for displaying log of individual output's. As per my understanding this is a application log.

The problem is i need to retrieve this application log details in a customer program, I have already done some research. I have checked the BAL* function modules but not getting anywhere on how to get this? Anybody have faced a similar problem?

Best Regards,

Tapodipta Khan.

2 REPLIES 2
Read only

Harsh_Bansal
Contributor
0 Likes
1,199

Hi,

In VF03, select an output and switch on the debugging. Now click on Processing Log.

After that place breakpoint at statement - CALL

Reach to FM - WFMC_PROTOCOL_LOAD. Analyze it. You will find some info,

Regards,

Harsh Bansal

Read only

Former Member
0 Likes
1,199

+Hi,

The processing log for invoice output types can be obtained by the following process.+

Get the NAST-CMFPNR or message management number and use TCMF3 - TCMF9 (there are 6 tables in this range) to get the APLID.

Then go to CMFK and CMFP to get the exact message number. Now all you have to do is to construct the message in TEXT.

Best Regards,

Tapodipta Khan.