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

Regd: Custom IDOC

Former Member
0 Likes
529

Hi,

I have a requirement where in there is a custom IDOC with two message types one for inbound and other for outbound processing. The custom IDOC uses the following segments

E1EDK01(Mandatory) , E1EDK02, E1J3K03, E1EDK14, E1EDP19.

Now if i want to generate an idoc from data of Ztables. So i may require that i have to use

some of the segments more than once. So i am planning to use the qualifier field in the segment (E1EDK14) to distinguish the data and also i am using (J_3AQUALF, IDDAT)

field in segment E1J3K03 for distinguishing some more data.

Is this the correct way of doing it or is there an other way?

Please advise.

Thanks,

Das.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
470

Hi Das,

It is a correct way to distinguish data using qualifier in IDoc and also for mapping purposes as well.

Regards,

Ferry Lianto

Hi,

I have a requirement where in there is a custom IDOC with two message types one for inbound and other for outbound processing. The custom IDOC uses the following segments

E1EDK01(Mandatory) , E1EDK02, E1J3K03, E1EDK14, E1EDP19.

Now if i want to generate an idoc from data of Ztables. So i may require that i have to use

some of the segments more than once. So i am planning to use the qualifier field in the segment (E1EDK14) to distinguish the data and also i am using (J_3AQUALF, IDDAT)

field in segment E1J3K03 for distinguishing some more data.

Is this the correct way of doing it or is there an other way?

Please advise.

Thanks,

Das.

2 REPLIES 2
Read only

Former Member
0 Likes
471

Hi Das,

It is a correct way to distinguish data using qualifier in IDoc and also for mapping purposes as well.

Regards,

Ferry Lianto

Read only

0 Likes
470

Thank you very much.

Das.