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

fields idoc segment

mark_fryu
Participant
0 Likes
1,025

I am creating a segment for a custom idoc, instead of inserting the fields by hand, is there a way to directly insert a structure? for example I want all the fields of the MARA table

thanks

5 REPLIES 5
Read only

FredericGirod
Active Contributor
0 Likes
953

if you need MARA you should try to use MATMASS (check transaction BD10)

Read only

mark_fryu
Participant
0 Likes
953

no the "MARA" table is an example, I would need to have all the fields of a structure within a custom segment of an idoc

Read only

stanislaslemaire
Participant
953

Not possible directly from segment editor, but by use of copy / paste, it's not really an issue, no ?

Read only

Sandra_Rossi
Active Contributor
953

Remember to not copy table fields which are numeric fields, because all IDoc fields must be characters.

Read only

RaymondGiuseppi
Active Contributor
0 Likes
953

In WE31 use option 'create with template', you get option to use another 'segment type' or 'DDIC structure'.