How to create an Idoc & Attached to SAP Transaction?
For example we want to trigger IDOC To other system when we
Save the PO Via ME21N.
Answer Posted / sridhar madisetty
To create an Idoc.
1. Create message type.
2. Attach basic types of IDOC to message type.
3. Attach FM to the message type combination of IDOC types
4. Creat a process code and attach message type to it.
5. Create a Partner function through WE20. Add an message
type in the outbound paramater.
6. Have an entry of port name and basic types (IDoc types)
in the outbound options tab
7. Add and an entry in the message control option with the
output type (ME21N- Output type) and the process code.
8. When you db click on the process code the FM should
appear.
9. When an output is triggered in the ME21N transaction wit
the EDI output medium. The idoc will be triggered
| Is This Answer Correct ? | 46 Yes | 5 No |
Post New Answer View All Answers
What is an IDoc Extension?
What do bd95 t-code stand for?
If you send an IDoc say 100008008 from system ECC1 to system ECC2, will the IDoc number in ECC2 be 100008008?
How the data is coming from 3rd party system to sap system?
How to debug idoc manually?
What are the components of an idoc?
What do sale t-code stand for?
How do we generate idoc in sap ?
How idoc is posted to r/3 system?
What is extended idocs with steps
What is a message type ?
Differentiate between ale links and idoc links
What do the error handling service do?
How do you send Idoc from a program?
Can I create a flat file from an IDOC? If Yes , How?