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

Getting Segment name from idoc type and message type

Former Member
0 Likes
2,229

Hi experts,

I want segment names for an idoc type say MATMAS03 for my dynamic drop down list.

I have used EDIMSG table to get Message type and same table to populate idoc type in drop down list ..

Now in my third drop down list i want segment names to be displayed.

Is there any transparent table for the same purpose.

My requirement after populating segment names is also to display the field names from which user can select one.

Thanks,

Praveen Nishchal

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,124

Hi,

You can get the data from table IDOCSYN.

Hi experts,

I want segment names for an idoc type say MATMAS03 for my dynamic drop down list.

I have used EDIMSG table to get Message type and same table to populate idoc type in drop down list ..

Now in my third drop down list i want segment names to be displayed.

Is there any transparent table for the same purpose.

My requirement after populating segment names is also to display the field names from which user can select one.

Thanks,

Praveen Nishchal

2 REPLIES 2
Read only

Former Member
0 Likes
1,125

Hi,

You can get the data from table IDOCSYN.

Read only

0 Likes
1,124

Thanks

Can we search transparent tables that contain a particular column name ? Is there any transaction