‎2012 Mar 05 11:24 AM
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.
‎2012 Mar 05 12:32 PM
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
‎2012 Mar 06 11:03 AM
+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.