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

problem in idoc

Former Member
0 Likes
798

Hello,

i have an incoming idoc which is having the status as 53.

but the thing is this idoc data contains MENGE as 1.0 in the segment E1FISEG.

A FI document is created in my system (destination) for the same and this documnt conmtainns MENGE value as 0.010 which is different from the above.

can anyone please help me out how to solve this.

waitng for reply.

Thank you

RAVI KUMAR B

Hello,

i have an incoming idoc which is having the status as 53.

but the thing is this idoc data contains MENGE as 1.0 in the segment E1FISEG.

A FI document is created in my system (destination) for the same and this documnt conmtainns MENGE value as 0.010 which is different from the above.

can anyone please help me out how to solve this.

waitng for reply.

Thank you

RAVI KUMAR B

5 REPLIES 5
Read only

Former Member
0 Likes
759

Hi,

What is the unit of measure in the IDoc and the document that is created ? Check if they are same.

regards,

Advait

Read only

0 Likes
759

Unit of measure is EA in both idoc and the created document.

Read only

0 Likes
759

UNIT of measure in IDOC and creted fi document is same

waiting for reply

Read only

0 Likes
759

1) Ensure that Base Unit of measure in document matches with IDOC MEINS. (Which you have confirmed).

2) Is their any Alternate UOM maintained in the system?

3) Based on whatever message type you are using:

I am assuming you are using FIDCC1 or FIDCC2 , check the following function modules

IDOC_INPUT_FIDCC1 or IDOC_INPUT_FIDCC2.

There is a subroutine inside these FM called

FORM CONDENSE_E1FISEG CHANGING P_E1FISEG STRUCTURE E1FISEG.

Debug this subroutine to observe what happens to the IDOC inputted value of E1FISEG-MENGE after the value is condensed.

4) Try posting the IDOC with the IDOC value being 1.000 instead of 1.0

Hope this helps.

Read only

0 Likes
759

This message was moderated.