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

message type a022 on bapi_po_create1

Former Member
0 Likes
658

Hello,

I'm trying to consume a web service that calls bapi_po_create1. The service is invoked correctly but when i execute the bapi i can see that the table it_return is filled with a message type a022.

The message text says this: erron in framework control, the bapi is called correctly with all the parameters and i don't know why its given me this error.

Any idea?

Best Regards

Jon

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
611

Hi Jon

In Include :L2012F51

In Form: CLEANUP

CALL METHOD cl_framework_mm=>get_instance
  IMPORTING
    ex_instance = fw.

Please put a BREAK-POINT here and see whats happening.

Thanks

Hareesh Menon

Hi Again,

I have seen that the bapi is executed correcly when i execute it on gui.

So i think that the service may be corrupted, so i am thinking to create a new WS associated to the FM.

This WS used to work fine, but we applied a new Support package in the system to solve a problem of soamanager and i think that this error could be due to this, am i right?

BEst Regards

Jon

Edited by: Jon Azkorra Olano on Oct 11, 2010 3:33 PM

3 REPLIES 3
Read only

Former Member
0 Likes
612

Hi Jon

In Include :L2012F51

In Form: CLEANUP

CALL METHOD cl_framework_mm=>get_instance
  IMPORTING
    ex_instance = fw.

Please put a BREAK-POINT here and see whats happening.

Thanks

Hareesh Menon

Read only

0 Likes
611

Hi Again,

I have seen that the bapi is executed correcly when i execute it on gui.

So i think that the service may be corrupted, so i am thinking to create a new WS associated to the FM.

This WS used to work fine, but we applied a new Support package in the system to solve a problem of soamanager and i think that this error could be due to this, am i right?

BEst Regards

Jon

Edited by: Jon Azkorra Olano on Oct 11, 2010 3:33 PM

Read only

Former Member
0 Likes
611

opn my own