cancel
Showing results for 
Search instead for 
Did you mean: 

Need Clarification - Idoc Segment/Field

Former Member
0 Kudos

Hi Experts,

Could you please explain this...which i am following my Func.spec.

idoc segment : E1EDP01

idoc field : POSEX

Description : Item number; first line item 000050 add 000050 for each new item.

Regards,

Yeswanth.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

The idoc segment : E1EDP01 that you ar refreing is a segment under which u have a filed "idoc field : POSEX" . So for every new entry in this field you have to add it....

So it will give u the total number of items required in one single processing of Idoc.....

Thanks

Sai

PS: kindly reward points if helpful

Answers (3)

Answers (3)

former_member208856
Active Contributor
0 Kudos

Hi,

For this field POSEX, First value will be 000050 and you will give an interval of 000050 for other line items,

It will be first line item 000050

second line item 000100

third line item 000150

fourth line item 000200

and ...............................................................

You can use Counter function, give initial value 000050 for POSEX

and give increment value 000050.

Reward points, if helpful,

Regards,

Sandeep Kaushik

former_member556603
Active Contributor
0 Kudos

Hello Yeshwanth,

What sekhar is told every thing is fine..

For more explanation regarding IDOC Segment & IDOC FIeld.

Go through these following links..

http://help.sap.com/saphelp_46c/helpdata/en/dc/6b827c43d711d1893e0000e8323c4f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/13/95244269625633e10000000a155106/content.htm

Thanks,

Satya Kumar

Reward points if it is useful....

Former Member
0 Kudos

Suppose if your target E1EDP01 segment occures 10 times (depends on mapping from source structure),the first occurence of POSEX segment value would be 000050 and 000100 in next occurence,0000150,0000200.........etc.

You have to use add standard function to the POSEX field in your mapping.

Former Member
0 Kudos

Thanks for your all replies..

Mr. Sekhar

I have mappied like this..

CONSTANT(0000)----


>concat (mapped below to concat)

item>index(50,50,context)->SplitbyValue->concat--


>POSEX

Or else..

Could you pls provide me any screen shots which i need to map for item(under source structure)

Regards,

yeswanth.

Former Member
0 Kudos

Map Item node to the E1EDP01 segment and

Map count function to the POSEX segment.

Former Member
0 Kudos

Mr.Sekhar,

here my scenario : rfc to idoc

RFC is having one header and one item fields.

Here i am not going to map with any item field to Idoc segment E1EDP01/POSEX. But, POSEX field is having the description which i have explained you earlier..

Sothat, i just map with above one which i showed you..

Note : here item is not a field

Pls confirm once again was it above mapping correct??or not?

Regards,

Yeswanth.

former_member208856
Active Contributor
0 Kudos

Hi YashwanthRaj,

You can use Counter function, give initial value 000050 for POSEX

and give increment value 000050.

Reward points, if helpful,

Sandeep Kaushik

Former Member
0 Kudos

Do the mapping as specified in my previous post.

Use count function for POSEX field and specify initial and incremtal value also...