Skip to Content
0
Former Member
Feb 12, 2011 at 08:00 PM

APO: How to execute BAPI_RSSRVAPS_CHANGEMULTI ?

125 Views

Hi,

I need to update the bucket capacities of Resource at Vendor location in APO live cache using BAPI_RSSRVAPS_CHANGEMULTI.

Here I am executing BAPI by passing -

Import Parameters:

LOGICAL_SYSTEM

COMMIT_CONTROL

PLANNING_VERSION

Tables:

RESOURCE_HEAD

(RESOURCE = Material Number

LOCATION = Vendor Number

NOINDIVRES = Capacity Quantity)

RESOURCE_HEAD_X

(RESOURCE = Material Number

LOCATION = X

NOINDIVRES = X)

Getting RETURN with 3 Messages (1st is an Error):

1. No valid resource could be found

2. Rollback executed (see long text)

3. Application log (ext. no. 051MI3{V7J2DS{GL43QUL0) for obj. APO_BAPI and sub-obj. RES_APS has been logged

It is saying that the RESOURCE (Material) is not valid. But the Material that I am giving an existing one in system. I could not understand the exact problem. Even helpless in this regard. Any one who knows the process to execute this BAPI, please help me.

Thanks

Roy