cancel
Showing results for 
Search instead for 
Did you mean: 

Err "No a/c assignment exists for service line" when SC created for limit

Former Member
0 Kudos

When I create a Shopping Cart or PO with Limit item, I get below error even though I have a account line in Account Assignment Tab:

Back-End Error: No account assignment exists for service line 0000000000

Pls help.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

try to use existing  package number + 1.

select MAX( packno ) from eban into w_packno where packno NE ' ' .

v_packno = w_packno + '0000000001'.

W_REQUISITION_ITEMS-PCKG_NO = v_packno.

and also ref. link.,

http://wiki.sdn.sap.com/wiki/display/ERPSCM/MM-SRV-ACC+Account+Assignment

Former Member
0 Kudos

The 0001571232 note helped solving this problem.

Former Member
0 Kudos

Hi Vijay,

Please check the SAP note :-1472036 - Limit PO with account assignment can not be transferred.

Thanks,

Anshu

Former Member
0 Kudos

The oss note 0001571232 helped. Thanks.