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

New segments in IDOC through coding

Former Member
0 Likes
1,147

How to insert new segments in IDOC through code?

9 REPLIES 9
Read only

Former Member
0 Likes
1,117

Hi,

This is impossible to insert the new segments through code.

Read only

0 Likes
1,117

actually, duirng inbound process, data is not coming in the segments which is required for our business process.

Read only

0 Likes
1,117

Hi,

Data is not coming in the segements means already segments have been attached to IDoc TYPE?

If already segments are there then through code we can assign the data to segments.But we can not insert new segments to idoc type through code.

Read only

0 Likes
1,117

Segments are assigned to IDOC type but are not shown in WE19.

Read only

0 Likes
1,117

Hi,

May be your segements not released.

OR values might not have there for those segments.

Read only

0 Likes
1,117

How can i check for the values in all segments or directly saying that outbund process from inbound IDOC?

Read only

Former Member
0 Likes
1,117

How to check outbound IDOC when I know inbound IDOC?

Read only

0 Likes
1,117

Hi,

You have catch the idocs based on message types.You should know the message type.

Read only

0 Likes
1,117

I can catch Inbound IDOC . But from where data coming , how can i know?