‎2006 Oct 30 5:16 PM
Hello Everyone,
I am new to Netweaver 2004s and am working on an outbound interface through IDOC generation. I don't have an idea about the new "Post Processing Framework" concept but do understand that it closely resembles the regular Output Determination Type.
If someone can help me with any materials towards better understanding of the concept as well as a working template towards the same, I would be highly obliged.
Looking forward to hear from you all.
Thanks & Rgds,
Soumya
‎2006 Oct 30 5:36 PM
Hi Soumya,
Actually PPF is successor of message control...with added funtionality and simplicity..It comes along with SAP Application frame work..
Check the SAP link below to understand the concept behind the same
<b><a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/de/a38338d22aa947e10000009b38f8cf/frameset.htm">Post Processing Framework</a></b>
Enjoy SAP.
Pankaj Singh
‎2006 Oct 30 5:36 PM
Hi Soumya,
Actually PPF is successor of message control...with added funtionality and simplicity..It comes along with SAP Application frame work..
Check the SAP link below to understand the concept behind the same
<b><a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/de/a38338d22aa947e10000009b38f8cf/frameset.htm">Post Processing Framework</a></b>
Enjoy SAP.
Pankaj Singh
‎2006 Oct 30 6:44 PM
I appreciate the SAP documentation but am kind of a little confused with the concepts and the related configuration and the link to my processing logic.
I am looking for a more elaborate guide or a working step-by-step guide towards using PPF in interface scenarios.
Can anybody help?
Thanks & Rgds
Soumya
‎2006 Oct 31 5:10 PM
Hi Soumya,
I doubt whether we can get such document from any other place other then service.com.
SAP itself states that detail dpcumentation on PPF is not available with standard SAP help and can be downloaded only from service.com..
Check SAP Note 489334.
Enjoy SAP.
Pankaj Singh.
‎2006 Oct 31 8:56 PM
Thank you Pankaj. I do understand that PPF is such a new arena.
Nonetheless thanks for your help.
Thanks & Rgds
‎2008 Jul 19 12:33 AM
Hi Soumya,
PPF configuration is basically meant for processing the meesage on the shipment document in GTS.
There are couple of steps that has to be followed :
1 .
Define Techn. Medium for Msgs (PPF Actions) f. Cust. Shipm
In an action profile, we define all of the permitted actions. We also define general conditions for the actions contained in the profile. For example, we can define the way in which the system performs the action (by method call or Smart Forms).
In an action Profile we define different Action it could be for EDI or Print as required.
.
The Action definition is associated to Processing type
Where Actually the action type is defined like the Form and method get defined here to process the message
Action Profile is assigned to Custom Document type.
Kind Regards,
Sameer
2. Define Conditions and Output Parameters for Comm. of Cust.Sh
Here we define the parameter for messages such as printer and spool as required.
3. Define Messages for Communication Processes
Here we assign the defined Action definiton to the message so now action def is associated to Processing type so message will ge processed as per processng type.
Hope this help in better understanding.