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

No Limit Exists exception in BAPI_ENTRYSHEET_CREATE

Former Member
0 Likes
1,039

Hi Experts !!

I am getting No Limit Exists exception when executing BAPI_ENTRYSHEET_CREATE  .

I am executing this bapi just after executing BAPI_PO_CREATE1.Does this exception has anything to do with POLIMITS tab in

BAPI_PO_CREATE1 ????

Any suggestions ??

Hi Experts !!

I am getting No Limit Exists exception when executing BAPI_ENTRYSHEET_CREATE  .

I am executing this bapi just after executing BAPI_PO_CREATE1.Does this exception has anything to do with POLIMITS tab in

BAPI_PO_CREATE1 ????

Any suggestions ??

5 REPLIES 5
Read only

Former Member
0 Likes
893

Krunal

Did you call  'BAPI_TRANSANCATION_COMMIT ' with the parameter wait =' X'  after executing BAPI_PO_CREATE1  .

in short u need to ensure the PO number  u pass to BAPI_ENTRYSHEET_CREATE  should be avaialbe in EKKO,EKPO tables

Read only

0 Likes
893

yes , I am recording that PO number in my custom table also .and after ensuring that I am executing

BAPI_ENTRYSHEET_CREATE .

Read only

0 Likes
893

For the PO you created ,Verify via ME23N in the Limits tab , is overall limits, maintained in it ? , if not  maintain it in ME22N

Try to do this and run your BAPI for  Service entry creation  , if this works we need to do the same via the PO BAPI as well

Read only

0 Likes
893

Hi Ramachandran !!

I have ticked No limit  option in Limits tab , but for that it asks for GL Account in ME22n.

If I am passing G/L Account manually and then creating SES , it works fine .

For the same procedure , How can I assign G/L Account in my PO limits table in bapi_po_create.

Read only

0 Likes
893

Krunal ,

I think u can pass it only in the Account assignemnt table .. check the documentatio on how to fill the Internal table "POACCOUNT"