cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC Types or BADI's

Former Member
0 Kudos

Hi,

Are there any standard IDOC types for the transactions

1. IW41 (Create PM Order Confirmation) - Inbound

2. Service order (IW31) - Outbound

Thanks

Sudheer

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi sudheer ,

You can use " BAPI_ALM_CONF_CREATE " create the confirmation order.

I hope you can't get any BADI for this requirements

Cheers

Faheem

Former Member
0 Kudos

Hi,

Check the IDOC - IORDER01.

If this can be used, the tcode IORD generates the IDOC...

Thanks,

Renjith

Former Member
0 Kudos

Hi Renjith,

I assume this is for Service Order (IW31) outbound. Can I generate the IDOC without setting ALE parameters. Also can this be send (IDOC creation) without setting the user status (IORD is asking for user status).

Thanks,

Sudheer

Former Member
0 Kudos

Hi Sudheer,

The IORD transaction requires the user status(as you correctly said)....However you can copy the report to a Z-Program and avoid this....

However, i am not sure about the impact of this....

Regarding the ALE paramters, this report expects the IDOC to be sent to a Logical system(partner type 'LS'). The report internally uses the FM IDOC_OUTPUT_IORDER01 to sent the IDOC. This sets the IDOC control record with Receiver partner as type 'LS' and the logical system name which is supplied.

If you want to sent to these a different partner type, some type of custom coding may need to be done...

Also pls post this question in the ABAP forum ....that is a more appropriate place....

Thanks,

Renjith

Former Member
0 Kudos

Hi Renjith and folks,

We are trying to generate the IORDERS01 IDoc for PM orders through transaction IORD, but no IDocs are generated.

We have created the ALE distribution model. It looks like we are missing something with the selection criteria.

Any pointers are appreciated. I will also post this as a question.

Regards,

Jay