Application Development 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: 

Alternate to this PM_ORDER_DATA_READ

0 Kudos

Hi

is there any other alternate for thisFM PM_ORDER_DATA_READ either in bapi also.

with regards,

jayasankar.

1 REPLY 1

Former Member
0 Kudos

Hi Jya,

after using this

Call that functionmodule in synchronusly,

call function 'PM_ORDER_DATA_READ ' in update task

again it goes to dump and giving the error

Non-update function module called for update.

(or)

when I use STARTING NEW TASK with call function it is throughing an error that

Field "EXPORTING" is unknown. It is neither in one of the specified tables nor defined by a "DATA" statement.

but here in my function module i need to export some of the fields and how come i solve this problem can u guide me with detailed infromation.

cheers,

Hema.