cancel
Showing results for 
Search instead for 
Did you mean: 

Update purchasing group in scheduling agreements

Former Member
0 Kudos

Hi gurus,

I'm trying to update purchasing group field in scheduling agreements, which are time-independent (EKKO-STAKO = ' ').

In my environment, I'm not authorized to use CALL TRANSACTION statement.

If possible, I'd need a way that works both in 4.6c and 6.0 versions.

I have tried several options, but none works:

-BAPI_SAG_CHANGE: "Scheduling agreements with time-independent conditions are not supported" (OSS note 1046794) (Also, this is not available in 4.6c)

-BAPI_SCHEDULE_MAINTAIN: "Scheduling agreements with time-independent conditions are not supported" (OSS note 1046794) (Also, this is not available in 4.6c)

-BAPI_AGREEMENT_MAINTAIN: Does not have the possibility to change field 'purchasing group'. (Moreover, it internally performs a CALL TRANSACTION).

-ME_UPDATE_AGREEMENT_PO: I've been not able to change field 'purchasing group'.

I'd be grateful about any hint. Thanks in advance!

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

In case it is useful for anyone else, I have solved the problem using:

CALL FUNCTION 'ME_UPDATE_DOCUMENT'

Thanks anyway!