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

IDoc Set Release

Former Member
0 Likes
1,414

Hi All,

1. I have created Segment in WE31, Basic type in WE30. If I do (Edit -> Set Release) then can I add new fields later on into that segment and in effect will it be included in Basic type?

2. I have created Message type in WE81 and attached it with Basic type in WE82. What need to be given in 'Extension' field. Please explain with details as I didn't understand after pressing 'F4' there.

3. For Outbound IDoc I need to write a Report(with 'MASTER_IDOC_DISTRIBUTE' function module) or only Function Module will serve the purpose?

a. If Function Module then, please specify will it be a RFC enabled Function Module (BAPI) or simple (without RFC)? Please provide the code if possible.

Thanks & Regards,

Anindita

Hi All,

1. I have created Segment in WE31, Basic type in WE30. If I do (Edit -> Set Release) then can I add new fields later on into that segment and in effect will it be included in Basic type?

2. I have created Message type in WE81 and attached it with Basic type in WE82. What need to be given in 'Extension' field. Please explain with details as I didn't understand after pressing 'F4' there.

3. For Outbound IDoc I need to write a Report(with 'MASTER_IDOC_DISTRIBUTE' function module) or only Function Module will serve the purpose?

a. If Function Module then, please specify will it be a RFC enabled Function Module (BAPI) or simple (without RFC)? Please provide the code if possible.

Thanks & Regards,

Anindita

3 REPLIES 3
Read only

Former Member
0 Likes
644

1. No, once u set release u canu2019t add fields later and it will not effect basic type.

2. It is optional. Combined with an IDoc type from the SAP standard version (a basic type) to create a new, upwardly-compatible IDoc type.

IDoc processing:

If an EDI subsystem is used, the subsystem should not modify the field CIMTYP.

1 Outbound IDocs: the application selection module maintains the field CIMTYP from the field PARTOUT (partner profile).

2 Inbound IDocs: the IDoc Interface checks whether the specified extension exists in combination with the specified basic type.

3. Yes use FM. According to ur scenario u want to choose BAPI or simple RFC

Read only

0 Likes
644

Hi,

I got answers to all of my questions. The below is for your information:

1. I can include field even after doing SET RELEASE, have to do CANCEL RELEASE first.

2. Extension is not obligatory. It will extend the IDoc.

3. It will be a non-RFC enabled function module.

Thanks for your reply.

Read only

Former Member
0 Likes
644

I got answers.