cancel
Showing results for 
Search instead for 
Did you mean: 

Interface to change Cost Center

Former Member
0 Kudos

Hello together,

I have a question concerning a dessign for an interface that changes cost centersin an ECC 6.0-system :

As there is no BAPI to change Cost Centers we have to use maybe a different tool.

Which tool would you recommend? What are teh advantages/disadvantages?

=> RFC-Call with direct changing on DB CSKS/CSKT ?

=> Batch Input ?

=> ...

Kind regards

Udo

Accepted Solutions (1)

Accepted Solutions (1)

iklovski
Active Contributor
0 Kudos

Hi Udo,

You do have a BAPI to change cost centres: BAPI_COSTCENTER_CHANGEMULTIPLE.

Regards,

Eli

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi, what field do you want to change?how many records?

Try to use LSMW, KS12. And as for me you can use transaction MASS

Former Member
0 Kudos

Hi Alex,

I want to change Name (CSKT-KTEXT) and Description (CSKS-LTEXT).

Kind regards

Udo

iklovski
Active Contributor
0 Kudos

Udo,

Use the BAPI I gave you...

Regards,

Eli

Former Member
0 Kudos

Hi, you may use this BAPI, or create LSMW throw Batch input(as for me-it's the most esier way for this case)

Former Member
0 Kudos

Thanks very much for your help!! I think I will take the BAPI BAPI_COSTCENTER_CHANGEMULTIPLE!!!