Application Development and Automation 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: 
Read only

Enter Services or Limits error using BAPI_PO_CREATE1

Former Member
0 Likes
913

Hi All,

I am trying to create a framework order using BAPI_PO_CREATE. But i am getting the below error

'Enter Services or Limits'.

Below is how i am filling the POLIMITS table

gs_polimits-limit = gs_data-sumlimit.
     gs_polimits-exp_value = gs_data-commitment.
     APPEND gs_polimits TO gt_polimits.

Do i need to pass any additional fields ? Also how is POlimits table linked to the Item table ?

Note: I am able to create a Framework order manually using the Overall limit and Expected value field.

Regards.

Radhika.

4 REPLIES 4
Read only

Former Member
0 Likes
697

Hi,

Please check the below:

Regards,

himanshu

Read only

0 Likes
697

Hi,

I do not have any data related to services, i just want to upload the overall limit and expected value when the item category is B.

Regards,

Radhika.

Read only

Former Member
0 Likes
697

solved..

Read only

Former Member
0 Likes
697

Hi Radhika,

How did you solve this issue?

I have the same problem. NO SERVICES

Thanks in advance,

Thomas