Application Development 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: 

No account assignment exists for service line xxx

Former Member
0 Kudos

Hello,

I need to create an Open Purchase order using the IDoc type PRDCR1. IDoc is processed by the FM IDOC_INPUT_PORDCR1. The problem occurs during the creation of OPO with limits. It seems so that there is no connection between ACCOUNT and LIMIT segment.

For the limits posting I use segment E1BPESUHC and fill the fields

LIMIT and EXP_VALUE but after the processing the error "Please maintain services or limits" occurs.

Trying to avoid of this error I filled the field PCKG_NO in E1BPESUHC and E1BPMEPOITEM with the same value and got the error message

"No account assignment exists for service line 00000000".

Could you please advice what fields and how should be obligatory filled in segments E1BPMEPOITEM, E1BPMEPOACCOUNT and E1BPESUHC to get the nomal limits creation?

Many thanks in advance.

2 REPLIES 2

Former Member
0 Kudos

To llok for mandatory fileds, try to create 1 open po manually by hitting all the scheduling tabs of PO .

Account assignmane category is mandatory and it exist in account assignment tab of PO.

mandatory fileds are maintained through config. and depending on your business requireemnt those can differe from standard, so we can not determine currently what all are the mandatory fileds you have.

the best way is to look for mandatory fileds by creating one Po manually.

Former Member
0 Kudos

Hello again,

I just mean that except of OPO with limits all works normally. I need for the connection between segments wich could be done by the field PCKG_NO and some other fields (which I don't know...) I can create the object manually even with limits. But in this case I don't feel some internal fields which has to be filled during the processing with the help of FM (it's just my suggestion...).