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

Create a Idoc segment from data structure

Former Member
0 Likes
1,318

Hi, Export,

I am new to IDoc. Can I create a IDoc segment from data structure or table structure, if the fields in segment are the same as in a data structure or a table structure? So I don't need to fill in them again. If yes, how I can do it? Thank you.

Charles

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
889

Hi Charles,

No you can't created segment directly from structure. You have to do it field by field.

And once you make the segment a structure is automatically created for the segment name in SAP.

Regards,

Ganesh.

3 REPLIES 3
Read only

rajesh_nair4
Explorer
0 Likes
889

Hi Charles,

It is not possible to create. You have to mention the fields one by one. However there is an option to create from a business object.

Regards,

Rajesh P.

Read only

Former Member
0 Likes
890

Hi Charles,

No you can't created segment directly from structure. You have to do it field by field.

And once you make the segment a structure is automatically created for the segment name in SAP.

Regards,

Ganesh.

Read only

0 Likes
889

Thanks for the answer.