‎2007 Apr 09 12:50 PM
Hi folks,
IDOCS will be generated using 2 methods.
1) by using work flow
2) by using master_idoc_distribute
I know how to write the program to populate the idoc data and converting it to communication idocs by using master_idoc_distribute function module.
But i dont know how to generate idoc by using workflow and trigger them through RSNAST program. Can anybody please tell me the procedure how to generate idoc by using work flow.
Points will be awarded.
Regards
Ravi
‎2007 Apr 09 12:57 PM
Hi ravi,
Workflow is used for error notification only.Also it is used for inbound idoc not for outbound idoc...for generating idoc we have the following methods...
Outbound
-
1>Standalone program
2>Masterdata distribution
3>message control
4>Change pointers
5>extnded idoc type
6>Reduced message type
Inbound
-
1>process code...
I think in ur case u might be using message control
plz heck the config for it..
The transaction codes that are required for this method are
We81
We30
We31
We82
We21
We20
Bd64
Nace
Me22n (purchase order), va02 (sales order) etc.
Ex: purchase order.
Message type: ORDERS
Idoc type: ORDERS05
Outbound process code for purchase order: me10
Regards,
Nagaraj
‎2007 Apr 09 12:57 PM
Hi ravi,
Workflow is used for error notification only.Also it is used for inbound idoc not for outbound idoc...for generating idoc we have the following methods...
Outbound
-
1>Standalone program
2>Masterdata distribution
3>message control
4>Change pointers
5>extnded idoc type
6>Reduced message type
Inbound
-
1>process code...
I think in ur case u might be using message control
plz heck the config for it..
The transaction codes that are required for this method are
We81
We30
We31
We82
We21
We20
Bd64
Nace
Me22n (purchase order), va02 (sales order) etc.
Ex: purchase order.
Message type: ORDERS
Idoc type: ORDERS05
Outbound process code for purchase order: me10
Regards,
Nagaraj
‎2007 Apr 09 1:13 PM
for this first u have to create workflow in SWDD.
in trasaction WE42 double click the process code Eg.ORDE.
In Process type select Processing by task Radio button.
in Identification text field Enter the Workflow Number (Starts With WS..)
Save it.
Now this process code tiggers the WOrkflow instead of Function Module.
‎2007 Apr 09 2:31 PM