2008 Sep 30 10:05 AM
Hi People,
I am trying to create a service purchase order using Bapi_po_create1...... i have used POSERVICES ( LINE_NO ,
SERVICE, QUANTITY , GR_PRICE , MATL_GROUP, FORM_VAL1, FORM_VAL2 ) ( i also added header, item,
schedule, account, details ) and when i execute this bapi iam getting the following error :
' Please maintain services or limits '
I couldnt solve this issue ..........can you people tel me what are fields that need to be filled and how to solve this error ?
( i checked the threads but not able to find the solution ) ?
Thanks in Advance,
Siva
2008 Sep 30 2:53 PM
2008 Sep 30 10:19 AM
Ok...
In PO, we have both Account Assignment and Item Category.
When u give Item Category as D, then u need to fill the services also.
Then u have to fill the structure POSERVICES in the BAPI otherwise it will throw the error u have mentioned.
Regards,
Vishwa.
2008 Sep 30 10:48 AM
Yes i have filled the data that i have mentioned in the brackets ...................... need solution ?
2008 Sep 30 10:52 AM
Hi
I think you missed some more fields. Check this:
Field OUTL_IND is used to flag a line as an outline line. The service lines are assigned to the outline lines using the fields PCKG_NO (for the service line) and SUBPCKG_NO (for the outline line).
The outline hierarchy is mapped using the fields LINE_NO and HI_LINE_NO. Field HI_LINE_NO links to field LINE_NO of the hierarchically superior outline.
I found the above data in the Documentation of the BAPI which can be seen in se37 tcode.
Regards,
VIshwa.
2008 Sep 30 2:53 PM
2008 Oct 01 6:59 AM
Thanks Rhea , the code was very useful for me.i solved my problem.
Thansk,
Siva.
2008 Oct 03 8:24 AM
Hi People,
I am creating a Service PO using Bapi_PO_Create1 and now the problem is , I could create Service PO only without
ServiceNumber ( Activity Number ) ( IF i include the service number iam getting a error ) , did i left anything in my code
or Service PO can be created only without ServiceNumber ?