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.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / krishna
Some settings should be done in NACE transaction.
this things are taken care by functional people.
Is This Answer Correct ? | 3 Yes | 10 No |
Answer / surya
create segment using we31 x-code
create idoc(basic type ) using we30 x-code
then use we81 and we 82 x-codes
Is This Answer Correct ? | 6 Yes | 17 No |
How do you read data from an IDoc in a program?
Suppose there is one sender and we have three receivers. While generating an idoc will it generate 3 idocs for three receivers? Explain in detail how the flow goes from outbound to inbound systems?
Explain the configuration methodology for sap ale?
What do we42 t-code stand for?
What do we57 t-code stand for?
How is ale related to middleware? Explain.
How do you reprocess previously generated idoc with same number?
How would you handle idoc errors using messages?
Suppose I was sent 10 records using outbound in ale/idoc 8 records are up dated in data base tables what happend remaing records did not showing error in we02?
What are the different types of Idoc statuses that you know?
What is idoc? What is the structure of idoc?
10 Answers Cap Gemini, Tata Technologies,
Can I create a flat file from an IDOC? If Yes , How?