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

Process Code - Idocs

Former Member
0 Likes
1,211

Hi Xperts!

I want to create a process code whats the procedure to do so. Since it is a customizing request how to start with process code development or Fun Module.

What i mean is Shall i directly enter se38 for devloping Process code & FM or how to start from which transaction.

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
943

To create the process code goto WE41 and create the same, there it will ask the fucntion module assigment. Make sure you assign transport request to this seperatly so that you can do copy client for unit testing.

For function module, you have to identify if you r using any standard idoc or will be creating new one.

In case you are using standard you can use the standard function module or make a copy of it to make any relevant changes.

Regards

R

Message was edited by:

Rinku Malik

6 REPLIES 6
Read only

Former Member
0 Likes
944

To create the process code goto WE41 and create the same, there it will ask the fucntion module assigment. Make sure you assign transport request to this seperatly so that you can do copy client for unit testing.

For function module, you have to identify if you r using any standard idoc or will be creating new one.

In case you are using standard you can use the standard function module or make a copy of it to make any relevant changes.

Regards

R

Message was edited by:

Rinku Malik

Read only

0 Likes
943

Hi Rinku!

Thats right we41 we42. I want to develop a process code whats the transaction to do so (in se38 directly giving prog name etc) or i ve to use some other process.

Thanks

Read only

0 Likes
943

I can't understand your question, you can always create new process code, wht do you mean by developing a process code.

You can create fucntion module in SE37.

Regards

R

Read only

0 Likes
943

Hi Rahul,

If you need to Create an Process code. The prequiste is Function module.

That means, You should have an function module which consists of your business requriment logic.

If you have FM. Then , go directly to WE41 or WE42 ( depending upon inbound or outbound). Assign this FM to the process code.

this is only, what you are thinking about creation of process code.

Thanks

Manju

Read only

Former Member
0 Likes
943

Hi Rahul,

First creat function module in se37 and then assign this FM to process code.

Read only

ferry_lianto
Active Contributor
0 Likes
943

Hi,

Please check these links for writing FM and creating & assigning process code step by step including sample codes.

Inbound Processing:

- Creating a New Function Module

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7df143d711d1893e0000e8323c4f/content.htm

- Maintaining the Attributes of a Function Module

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7dfe43d711d1893e0000e8323c4f/content.htm

- Assigning a Function Module (Direct Inbound Processing)

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7e0b43d711d1893e0000e8323c4f/content.htm

- Assigning a Process Code (Direct Inbound Processing)

http://help.sap.com/saphelp_erp2004/helpdata/en/04/25fbd39e3511d188da0000e8216438/content.htm

Outbound Processing:

- Writing Function Modules (Outbound)

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7dbd43d711d1893e0000e8323c4f/content.htm

- Creating and Assigning Process Codes

http://help.sap.com/saphelp_erp2004/helpdata/en/dc/6b7dca43d711d1893e0000e8323c4f/content.htm

Hope these will help to start with.

Regards,

Ferry Lianto