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

Post Processing Framework

Former Member
0 Likes
1,514

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

1 ACCEPTED SOLUTION
Read only

messier31
Active Contributor
0 Likes
1,103

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

5 REPLIES 5
Read only

messier31
Active Contributor
0 Likes
1,104

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

Read only

Former Member
0 Likes
1,103

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

Read only

messier31
Active Contributor
0 Likes
1,103

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.

Read only

Former Member
0 Likes
1,103

Thank you Pankaj. I do understand that PPF is such a new arena.

Nonetheless thanks for your help.

Thanks & Rgds

Read only

Former Member
0 Likes
1,103

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.