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

error in INVOICE IDOC

Former Member
0 Likes
947

i m working on INVOIC02 idoc...following error is coming..plz help..

Field format is incorrect

Error is in segament E1EDK05 and field ALCKZ

plz help

i m working on INVOIC02 idoc...following error is coming..plz help..

Field format is incorrect

Error is in segament E1EDK05 and field ALCKZ

plz help

4 REPLIES 4
Read only

Former Member
0 Likes
735

Hi , go to debugging and see where the error . update system debugging .

Thanks

VENKI

Read only

0 Likes
735

What value are you passing in ALCKZ? Looks like it should be + or -.

Read only

Former Member
0 Likes
735

Hi,

From the error message it is clear that field format incorrect. Through debug check the value of ALCKZ ?? Actually it is char field of length 3 . Check the file Format!! There may be mismatch in the data file ??

Cheers...

Read only

Former Member
0 Likes
735

Hi,

I saw the details of the segment n field ALCKZ. It will accept only + or - , Fixed value maintained for that. pl check u r data file if it is different from +/-.

Good Luck,