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

Extending Idocs.

Former Member
0 Likes
387

Hi,

I am using an Idoc of message type Cond_a and basic type Cond_a04.The problem is that the segments in the idoc have a max no. of 1.I need to have a max of 30000.How can change the number?Can I do it by extending the idoc?Please explain to me.

Hi,

I am using an Idoc of message type Cond_a and basic type Cond_a04.The problem is that the segments in the idoc have a max no. of 1.I need to have a max of 30000.How can change the number?Can I do it by extending the idoc?Please explain to me.

2 REPLIES 2
Read only

Former Member
0 Likes
364

>create customized data

>create new segment for customized data

>create Idoc as extending idoc to basic one

>got to partnerprofile in message control double click on process code .

>find out the function module

>find out exit program

>add the required logic save and activate.

>process the idoc and check the idoc.

Read only

Former Member
0 Likes
364

i think its clear

if any doubt let me know