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

bapi error message while testing

Former Member
0 Likes
436

Hi Sapgurus,

I tried testing bapi_po_change in se37 with test data. But when i tried to execute it is showing the error mesaage 'Field selection PTO not defined' . I filled PO number, POitem , POitemx, POSchedule and POSchedulex . But still it is showing error while testing. Could anyone please help me.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
411

You have to fill POHEADER & POHEADERX structure also. These structure stores the information about PO Doc type, Company code, Vendor Etc.

Regards

Vinod

2 REPLIES 2
Read only

Former Member
0 Likes
412

You have to fill POHEADER & POHEADERX structure also. These structure stores the information about PO Doc type, Company code, Vendor Etc.

Regards

Vinod

Read only

Former Member
0 Likes
411

thanks gurus