cancel
Showing results for 
Search instead for 
Did you mean: 

PO Issue

Former Member
0 Kudos

Hi,

When I process a PO, system gives a message "enter days in ascending order"..it happens when we change the payment terms in PO.

Thanks ...

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello savita,

It is backend error Message Id 06, 178.

Are you getting this error while changing the PO or creation.

It is checking below code in backend in program MM06EF0E_EKKO_ZTERM.

IF ekko-zbd2t NE 0 AND

ekko-zbd2t <= ekko-zbd1t.

MESSAGE e178.

ENDIF.

IF ekko-zbd3t NE 0 AND

ekko-zbd3t <= ekko-zbd2t.

MESSAGE e178.

ENDIF.

So check the following fields are in ascending order DSCNT1_TO,DSCNT2_TO,DSCNT3_TO in SRM.

I hope it will help you in analysis.

Regards,

Neelima

Former Member
0 Kudos

Hi,

Hello savita,

Yes, I get this error while changing the PO or creation. I have checked the code in backend program MM06EF0E_EKKO_ZTERM.

IF ekko-zbd2t NE 0 AND

ekko-zbd2t <= ekko-zbd1t.

MESSAGE e178.

ENDIF.

IF ekko-zbd3t NE 0 AND

ekko-zbd3t <= ekko-zbd2t.

MESSAGE e178.

ENDIF.

I see above codes are there but I dont see the following fields: DSCNT1_TO,DSCNT2_TO,DSCNT3_TO in SRM.

Thanks...

Former Member
0 Kudos

Hello,

Check in Item structure,

While changing PO debug change badi,

In item structure check the values of DSCNT1_TO,DSCNT2_TO,DSCNT3_TO.

Regards,

Neelima