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

field for idoc segment defination

Former Member
0 Likes
1,519

Hi,

I have to create a new idoc segment, similar to e1edkt1.

I want the following fields-

TDID - fo1

TSSPRAS

TSSPRAS_ISO

i do not understand this step of segment creation. neither i am able to find data elements for the same.

purpose- i need this segment for the header text of PO.

Please provide a detailed step by step explanation for the same. as i am new to sap.

Thanks

Meenakshi

1 ACCEPTED SOLUTION
Read only

dsiva1225
Explorer
0 Likes
1,166

HI Meenakshi ,

In concept of Extended idocs we will create a new segment with required fields for data transfer,

In your case you already have the standard segment with required fields  e1edkt1 u can proceed with it.

if still u need to create a segment with those fields here are are the fields and data elements u can proceed with this.

TDID        TypesEDI4451_A
TSSPRAS        TypesEDI3453_A
TSSPRAS_ISO        Types char 2

first go to  we31---create a segment with required fields then release it.

now go to we30----create a idoc type by selecting extension radio button give your basic type

for po---it is orders05 i.e you can add your segment to this basic type for your requirment.

Regards,

siva reddy.D

5 REPLIES 5
Read only

Former Member
0 Likes
1,166

Hope below link might be helpful,

http://scn.sap.com/thread/1298057

Regards,

Akberhusain

Read only

0 Likes
1,166

Hi Akberhusain,

Actually I have read the text on the link provided by you. But I would like to know the details about the fields that i have mentioned above. I dont know what are the related data elements for them. I am stuck at that point. I want to fill the above fields but I dont understand how to proceed with them.

Read only

0 Likes
1,166

I am not sure but think you are referring about the fields and their data elements.

To get them you can have a look in Data dictionary(SE11 or SE12) with segment E1EDKT1.

It will display your required details.

Regards,

Akberhusain

Read only

0 Likes
1,166

Here are simple instructions on how-to extend an idoc.

http://scn.sap.com/thread/718290

Best regards

Read only

dsiva1225
Explorer
0 Likes
1,167

HI Meenakshi ,

In concept of Extended idocs we will create a new segment with required fields for data transfer,

In your case you already have the standard segment with required fields  e1edkt1 u can proceed with it.

if still u need to create a segment with those fields here are are the fields and data elements u can proceed with this.

TDID        TypesEDI4451_A
TSSPRAS        TypesEDI3453_A
TSSPRAS_ISO        Types char 2

first go to  we31---create a segment with required fields then release it.

now go to we30----create a idoc type by selecting extension radio button give your basic type

for po---it is orders05 i.e you can add your segment to this basic type for your requirment.

Regards,

siva reddy.D