‎2010 May 19 11:35 AM
Hello All,
I want to create a Purchase Requisition with 3 items.
But bapi requisition create gives error:
" No account assignment exists for service line 0000000000"
Can you please help to sort it out?
‎2010 May 19 11:57 AM
Hi,
Are you passing values to the structure "REQUISITION_SERVICES"?
Regards
Vinod
‎2010 May 19 12:09 PM
Yes...
for each item i am creating one parent service record and one child service record with REQUISITION_SERVICES.
the Package no for parent is the subpackage no for child.
also for each item, I fill REQUISITION_ACCOUNT_ASSIGNMENT and REQUISITION_SRV_ACCASS_VALUES
.
Still I get the Error.
Thanks to help me resolve.
‎2010 May 19 12:21 PM
Hi,
Are you entering matching values in REQUISITION_SERVICES-LINE_NO,PCKG_NO and REQUISITION_SRV_ACCASS_VALUES-LINE_NO,PCKG_NO.
Regards
Vinod
‎2010 Jun 24 9:55 AM
Hello,
My input for the account SRVACCESSVALUES pass default serial_no as 1.
Than the service items are allocated in the pr. Problem I have is that the account assignment of service in line 2 now defaults to the gl account specified for service in item 1.
Claude
‎2010 Jun 25 7:30 AM
Problem solved. The partial invoice indicator must be set. Claude