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: 

BAPI_PO_CHANGE Tax Jursidiction Code

Former Member
0 Kudos

Trying to run BAPI_PO_CHANGE to change the Tax Jurisdiction Code on a Purchase Order. When run, RETURN table has error message:

Type = E

ID = AM

Number = 053

Message = Specify either address number or address handle

Filling out the BAPI as follows:

IMPORT PARAMETER:

PURCHASEORDER = 4500022762

TABLES:

POITEM

PO_ITEM = 00010

TAXJURCODE = 4773004800

POITEMX

PO_ITEM = 00010

PO_ITEMX = X

TAXJURCODE = X

Is there another field that needs to be filled???

Thanks in advance.

jm

2 REPLIES 2

Former Member
0 Kudos

Hi,

Please verify the function module documentation for BAPI_PO_CHANGE.

This holds some examples,faqs and parameters to be used.

Regards

Keerthi

Former Member
0 Kudos

Hi,

Please verify with functional guy that mentioned tax jursidiction code details are entered in system, then only u can use tax jursidiction code or else use the taxcode which is already entered in system for testing purpose.